openssl/crypto/evp
Shane Lontis b808665265 Update core_names.h fields and document most fields.
Renamed some values in core_names i.e Some DH specific names were changed to use DH instead of FFC.
Added some strings values related to RSA keys.
Moved set_params related docs out of EVP_PKEY_CTX_ctrl.pod into its own file.
Updated Keyexchange and signature code and docs.
Moved some common DSA/DH docs into a shared EVP_PKEY-FFC.pod.
Moved Ed25519.pod into EVP_SIGNATURE-ED25519.pod and reworked it.

Added some usage examples. As a result of the usage examples the following change was also made:
ec allows OSSL_PKEY_PARAM_USE_COFACTOR_ECDH as a settable gen parameter.

Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/11610)
2020-05-26 13:53:07 +10:00
..
bio_b64.c Update copyright year 2020-04-23 13:55:52 +01:00
bio_enc.c Update copyright year 2020-04-23 13:55:52 +01:00
bio_md.c Update copyright year 2020-04-23 13:55:52 +01:00
bio_ok.c Update copyright year 2020-04-23 13:55:52 +01:00
build.info Use build.info, not ifdef for crypto modules 2020-04-16 13:52:22 +02:00
c_allc.c
c_alld.c
cmeth_lib.c
digest.c Rename FIPS_MODE to FIPS_MODULE 2020-04-28 15:37:37 +02:00
e_aes_cbc_hmac_sha1.c Update copyright year 2020-04-23 13:55:52 +01:00
e_aes_cbc_hmac_sha256.c Update copyright year 2020-04-23 13:55:52 +01:00
e_aes.c Rename FIPS_MODE to FIPS_MODULE 2020-04-28 15:37:37 +02:00
e_aria.c
e_bf.c Update copyright year 2020-04-23 13:55:52 +01:00
e_camellia.c Update copyright year 2020-04-23 13:55:52 +01:00
e_cast.c Update copyright year 2020-04-23 13:55:52 +01:00
e_chacha20_poly1305.c
e_des3.c Update copyright year 2020-04-23 13:55:52 +01:00
e_des.c Update copyright year 2020-04-23 13:55:52 +01:00
e_idea.c Update copyright year 2020-04-23 13:55:52 +01:00
e_null.c
e_old.c Update copyright year 2020-04-23 13:55:52 +01:00
e_rc2.c Update copyright year 2020-04-23 13:55:52 +01:00
e_rc4_hmac_md5.c Update copyright year 2020-04-23 13:55:52 +01:00
e_rc4.c Update copyright year 2020-04-23 13:55:52 +01:00
e_rc5.c Update copyright year 2020-04-23 13:55:52 +01:00
e_seed.c Update copyright year 2020-04-23 13:55:52 +01:00
e_sm4.c
e_xcbc_d.c Update copyright year 2020-04-23 13:55:52 +01:00
encode.c
evp_cnf.c Update copyright year 2020-05-15 14:09:49 +01:00
evp_enc.c Remove cipher table lookup from EVP_CipherInit_ex 2020-05-07 15:25:48 +10:00
evp_err.c Add default property API's to enable and test for fips 2020-05-02 14:17:54 +10:00
evp_fetch.c CORE: query for operations only once per provider (unless no_store is true) 2020-05-19 11:02:41 +02:00
evp_key.c
evp_lib.c Rename FIPS_MODE to FIPS_MODULE 2020-04-28 15:37:37 +02:00
evp_local.h Remove gen_get_params & gen_gettable_params from keygen operation 2020-05-07 15:31:05 +10:00
evp_pbe.c
evp_pkey.c Update copyright year 2020-04-23 13:55:52 +01:00
evp_utils.c
exchange.c EVP: when setting the operation to EVP_PKEY_OP_UNDEFINED, clean up! 2020-05-08 15:15:16 +02:00
kdf_lib.c Update copyright year 2020-04-23 13:55:52 +01:00
kdf_meth.c
keymgmt_lib.c EVP: Fix evp_keymgmt_util_copy() for to->keymgmt == NULL 2020-04-29 15:35:02 +02:00
keymgmt_meth.c Remove gen_get_params & gen_gettable_params from keygen operation 2020-05-07 15:31:05 +10:00
legacy_blake2.c
legacy_md2.c Update copyright year 2020-04-23 13:55:52 +01:00
legacy_md4.c Update copyright year 2020-04-23 13:55:52 +01:00
legacy_md5_sha1.c Update copyright year 2020-04-23 13:55:52 +01:00
legacy_md5.c Update copyright year 2020-04-23 13:55:52 +01:00
legacy_mdc2.c Update copyright year 2020-04-23 13:55:52 +01:00
legacy_meth.h
legacy_ripemd.c Update copyright year 2020-04-23 13:55:52 +01:00
legacy_sha.c Update copyright year 2020-04-23 13:55:52 +01:00
legacy_wp.c Update copyright year 2020-04-23 13:55:52 +01:00
m_null.c
m_sigver.c EVP: For SIGNATURE operations, pass the propquery early 2020-05-14 12:16:35 +02:00
mac_lib.c Update copyright year 2020-04-23 13:55:52 +01:00
mac_meth.c
names.c
p5_crpt2.c Update copyright year 2020-04-23 13:55:52 +01:00
p5_crpt.c Update copyright year 2020-04-23 13:55:52 +01:00
p_dec.c Update copyright year 2020-04-23 13:55:52 +01:00
p_enc.c Update copyright year 2020-04-23 13:55:52 +01:00
p_lib.c Re-introduce legacy EVP_PKEY types for provided keys 2020-05-23 21:11:09 +02:00
p_open.c Update copyright year 2020-04-23 13:55:52 +01:00
p_seal.c Update copyright year 2020-04-23 13:55:52 +01:00
p_sign.c
p_verify.c
pbe_scrypt.c
pkey_kdf.c Update copyright year 2020-04-23 13:55:52 +01:00
pkey_mac.c EVP: Only use the engine when one is defined, in pkey_mac_ctrl() 2020-05-14 10:05:29 +02:00
pmeth_check.c Rename FIPS_MODE to FIPS_MODULE 2020-04-28 15:37:37 +02:00
pmeth_fn.c EVP: when setting the operation to EVP_PKEY_OP_UNDEFINED, clean up! 2020-05-08 15:15:16 +02:00
pmeth_gn.c EVP: when setting the operation to EVP_PKEY_OP_UNDEFINED, clean up! 2020-05-08 15:15:16 +02:00
pmeth_lib.c Update core_names.h fields and document most fields. 2020-05-26 13:53:07 +10:00
signature.c EVP: For SIGNATURE operations, pass the propquery early 2020-05-14 12:16:35 +02:00