openssl/crypto/evp
Pauli 1e08f3ba9e property: default queries create the property values.
Without this, it is necessary to query an algorithm before setting the default
property query.  With this, the value will be created and the default will
work.

Fixes #14516

Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/14542)
2021-03-16 09:19:20 +10:00
..
asymcipher.c evp: add params arguments to init functions 2021-03-12 08:27:11 +10:00
bio_b64.c Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() call 2020-11-13 09:35:02 +01:00
bio_enc.c Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() call 2020-11-13 09:35:02 +01:00
bio_md.c
bio_ok.c Update bio_ok.c 2020-11-27 13:58:59 +01:00
build.info EVP: Implement data-driven translation between known ctrl and OSSL_PARAMs 2021-02-23 13:41:48 +01:00
c_allc.c Update copyright year 2020-11-05 13:37:26 +00:00
c_alld.c
cmeth_lib.c
ctrl_params_translate.c Reword repeated words. 2021-03-09 16:25:45 +10:00
dh_ctrl.c Remove inclusion of unnecessary header files 2021-02-24 17:55:20 +01:00
dh_support.c Update copyright year 2021-03-11 13:27:36 +00:00
digest.c evp: add params arguments to init functions 2021-03-12 08:27:11 +10:00
dsa_ctrl.c Update copyright year 2021-03-11 13:27:36 +00:00
e_aes_cbc_hmac_sha1.c remove unused assignments 2020-12-03 11:21:33 +10:00
e_aes_cbc_hmac_sha256.c remove unused assignments 2020-12-03 11:21:33 +10:00
e_aes.c Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() call 2020-11-13 09:35:02 +01:00
e_aria.c Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() call 2020-11-13 09:35:02 +01:00
e_bf.c
e_camellia.c Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() call 2020-11-13 09:35:02 +01:00
e_cast.c
e_chacha20_poly1305.c Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() call 2020-11-13 09:35:02 +01:00
e_des3.c Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() call 2020-11-13 09:35:02 +01:00
e_des.c
e_idea.c
e_null.c
e_old.c
e_rc2.c Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() call 2020-11-13 09:35:02 +01:00
e_rc4_hmac_md5.c
e_rc4.c
e_rc5.c Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() call 2020-11-13 09:35:02 +01:00
e_seed.c
e_sm4.c Update copyright year 2020-10-15 14:10:06 +01:00
e_xcbc_d.c
ec_ctrl.c Cleanup of some of the EVP_PKEY_CTX_ctrl related TODOs 2021-02-24 17:55:20 +01:00
ec_support.c Update copyright year 2021-03-11 13:27:36 +00:00
encode.c
evp_cnf.c CRYPTO: refactor ERR_raise()+ERR_add_error_data() to ERR_raise_data() 2020-11-13 09:35:31 +01:00
evp_enc.c evp: add params arguments to init functions 2021-03-12 08:27:11 +10:00
evp_err.c Fix reason code: EVP_R_OPERATON_NOT_INITIALIZED 2021-03-11 12:19:40 +10:00
evp_fetch.c property: default queries create the property values. 2021-03-16 09:19:20 +10:00
evp_key.c
evp_lib.c Remove some of the TODO 3.0 in crypto/evp related to legacy support. 2021-03-04 14:15:01 +01:00
evp_local.h Update copyright year 2021-03-11 13:27:36 +00:00
evp_pbe.c CRYPTO: refactor ERR_raise()+ERR_add_error_data() to ERR_raise_data() 2020-11-13 09:35:31 +01:00
evp_pkey.c Update copyright year 2021-02-18 15:05:17 +00:00
evp_rand.c evp: add params argument to EVP_RAND_instantiate() 2021-02-28 17:25:49 +10:00
evp_utils.c Update copyright year 2020-11-26 14:18:57 +00:00
exchange.c evp: add params arguments to init functions 2021-03-12 08:27:11 +10:00
kdf_lib.c Update copyright year 2021-03-11 13:27:36 +00:00
kdf_meth.c Update copyright year 2021-03-11 13:27:36 +00:00
kem.c evp: add params arguments to init functions 2021-03-12 08:27:11 +10:00
keymgmt_lib.c Always check CRYPTO_LOCK_{read,write}_lock 2021-03-14 15:33:34 +10:00
keymgmt_meth.c keymgmt_meth: remove two TODO 3.0 2021-03-14 15:45:40 +10:00
legacy_blake2.c Update copyright year 2021-03-11 13:27:36 +00:00
legacy_md2.c
legacy_md4.c
legacy_md5_sha1.c Rename md5_sha1_* ossl_md5_sha1_* 2020-11-19 07:38:53 +10:00
legacy_md5.c
legacy_mdc2.c
legacy_meth.h
legacy_ripemd.c
legacy_sha.c rename sha1_ctrl to ossl_sha1_ctrl. 2020-11-19 07:39:13 +10:00
legacy_wp.c
m_null.c
m_sigver.c evp: add params arguments to init functions 2021-03-12 08:27:11 +10:00
mac_lib.c Update copyright year 2021-03-11 13:27:36 +00:00
mac_meth.c evp: support modified gettable/settable ctx calls for MACs 2021-02-26 18:08:41 +10:00
names.c Update copyright year 2021-03-11 13:27:36 +00:00
p5_crpt2.c Update copyright year 2021-03-11 13:27:36 +00:00
p5_crpt.c Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() call 2020-11-13 09:35:02 +01:00
p_dec.c Update copyright year 2021-03-11 13:27:36 +00:00
p_enc.c Update copyright year 2021-03-11 13:27:36 +00:00
p_legacy.c Make the EVP_PKEY_get0* functions have a const return type 2021-03-08 15:13:09 +00:00
p_lib.c Remove TODO in rsa_ameth.c 2021-03-14 15:37:18 +10:00
p_open.c
p_seal.c
p_sign.c Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() call 2020-11-13 09:35:02 +01:00
p_verify.c Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() call 2020-11-13 09:35:02 +01:00
pbe_scrypt.c Update copyright year 2021-03-11 13:27:36 +00:00
pmeth_check.c Add EVP_PKEY_public_check_quick. 2021-02-22 13:31:31 +10:00
pmeth_gn.c evp: add params argument to key manager's gen_init call 2021-03-12 08:27:11 +10:00
pmeth_lib.c Cache legacy keys instead of downgrading them 2021-03-08 15:11:31 +00:00
signature.c evp: add params arguments to init functions 2021-03-12 08:27:11 +10:00