Matt Caswell 28fd895305 Remove the function EVP_PKEY_set_alias_type il y a 3 ans
..
asymcipher.c 0388823329 EVP: Add EVP_<TYPE>_description() il y a 3 ans
bio_b64.c 9311d0c471 Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() call il y a 3 ans
bio_enc.c 9311d0c471 Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() call il y a 3 ans
bio_md.c 33388b44b6 Update copyright year il y a 4 ans
bio_ok.c a614af9553 Update bio_ok.c il y a 3 ans
build.info 9a1c4e41e8 EVP: Implement data-driven translation between known ctrl and OSSL_PARAMs il y a 3 ans
c_allc.c 29d3af0404 Update copyright year il y a 3 ans
c_alld.c 9ff872e8a3 Restore MD5-SHA1 in legacy method database il y a 5 ans
cmeth_lib.c 0f84cbc3e2 Update copyright year il y a 4 ans
ctrl_params_translate.c 0cfbc828e0 Deprecate the EVP_PKEY controls for CMS and PKCS#7 il y a 3 ans
dh_ctrl.c 53cefef62b Remove inclusion of unnecessary header files il y a 3 ans
dh_support.c 8020d79b40 Update copyright year il y a 3 ans
digest.c 309a78aa30 CORE: Add an algorithm_description field to OSSL_ALGORITHM il y a 3 ans
dsa_ctrl.c 8020d79b40 Update copyright year il y a 3 ans
e_aes.c 3c2bdd7df9 Update copyright year il y a 3 ans
e_aes_cbc_hmac_sha1.c 7b42408756 remove unused assignments il y a 3 ans
e_aes_cbc_hmac_sha256.c 7b42408756 remove unused assignments il y a 3 ans
e_aria.c 3c2bdd7df9 Update copyright year il y a 3 ans
e_bf.c 2f5c405a16 Use local IV storage in EVP BLOCK_* macros il y a 4 ans
e_camellia.c 3c2bdd7df9 Update copyright year il y a 3 ans
e_cast.c 3c2bdd7df9 Update copyright year il y a 3 ans
e_chacha20_poly1305.c 9311d0c471 Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() call il y a 3 ans
e_des.c 36025d3b87 Use local IV storage in e_des.c il y a 4 ans
e_des3.c 3c2bdd7df9 Update copyright year il y a 3 ans
e_idea.c 2f5c405a16 Use local IV storage in EVP BLOCK_* macros il y a 4 ans
e_null.c 25f2138b0a Reorganize private crypto header files il y a 5 ans
e_old.c 33388b44b6 Update copyright year il y a 4 ans
e_rc2.c 9311d0c471 Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() call il y a 3 ans
e_rc4.c 3c2bdd7df9 Update copyright year il y a 3 ans
e_rc4_hmac_md5.c 3c2bdd7df9 Update copyright year il y a 3 ans
e_rc5.c 9311d0c471 Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() call il y a 3 ans
e_seed.c 2f5c405a16 Use local IV storage in EVP BLOCK_* macros il y a 4 ans
e_sm4.c 3c2bdd7df9 Update copyright year il y a 3 ans
e_xcbc_d.c acb30f4b59 Use local IV storage in e_xcbc_d.c il y a 4 ans
ec_ctrl.c da9988e0f5 Cleanup of some of the EVP_PKEY_CTX_ctrl related TODOs il y a 3 ans
ec_support.c cf3306dc6b Remove TODO comment. Resolves #14396 il y a 3 ans
encode.c fbd2ece171 Update copyright year il y a 4 ans
evp_cnf.c a150f8e1fc CRYPTO: refactor ERR_raise()+ERR_add_error_data() to ERR_raise_data() il y a 3 ans
evp_enc.c c12bf35026 evp: fix coverity 1473631: argument cannot be negative il y a 3 ans
evp_err.c bf23b9a163 Fix reason code: EVP_R_OPERATON_NOT_INITIALIZED il y a 3 ans
evp_fetch.c 860ecfd700 property: check return values from the property locking calls. il y a 3 ans
evp_key.c 2e9d61ecd8 crypto/evp/evp_key.c: #define BUFSIZ if <stdio.h> doesn't #define it il y a 5 ans
evp_lib.c 0388823329 EVP: Add EVP_<TYPE>_description() il y a 3 ans
evp_local.h 309a78aa30 CORE: Add an algorithm_description field to OSSL_ALGORITHM il y a 3 ans
evp_pbe.c a150f8e1fc CRYPTO: refactor ERR_raise()+ERR_add_error_data() to ERR_raise_data() il y a 3 ans
evp_pkey.c ec3dd97019 evp: fix coverity 1474469: negative return il y a 3 ans
evp_rand.c 0388823329 EVP: Add EVP_<TYPE>_description() il y a 3 ans
evp_utils.c 605856d72c Update copyright year il y a 3 ans
exchange.c 0388823329 EVP: Add EVP_<TYPE>_description() il y a 3 ans
kdf_lib.c 0388823329 EVP: Add EVP_<TYPE>_description() il y a 3 ans
kdf_meth.c 309a78aa30 CORE: Add an algorithm_description field to OSSL_ALGORITHM il y a 3 ans
kem.c 0388823329 EVP: Add EVP_<TYPE>_description() il y a 3 ans
keymgmt_lib.c e08993eab6 evp_keymgmt_util_copy: Fix possible leak on copy failure il y a 3 ans
keymgmt_meth.c 0388823329 EVP: Add EVP_<TYPE>_description() il y a 3 ans
legacy_blake2.c 8020d79b40 Update copyright year il y a 3 ans
legacy_md2.c 33388b44b6 Update copyright year il y a 4 ans
legacy_md4.c 33388b44b6 Update copyright year il y a 4 ans
legacy_md5.c 33388b44b6 Update copyright year il y a 4 ans
legacy_md5_sha1.c 627b73cc72 Rename md5_sha1_* ossl_md5_sha1_* il y a 3 ans
legacy_mdc2.c 33388b44b6 Update copyright year il y a 4 ans
legacy_meth.h b2055d67f0 Cleanup legacy digest methods. il y a 4 ans
legacy_ripemd.c 33388b44b6 Update copyright year il y a 4 ans
legacy_sha.c 5687afdf03 rename sha1_ctrl to ossl_sha1_ctrl. il y a 3 ans
legacy_wp.c 33388b44b6 Update copyright year il y a 4 ans
m_null.c 25f2138b0a Reorganize private crypto header files il y a 5 ans
m_sigver.c 4b58d9b41b evp: add params arguments to init functions il y a 3 ans
mac_lib.c 0388823329 EVP: Add EVP_<TYPE>_description() il y a 3 ans
mac_meth.c 309a78aa30 CORE: Add an algorithm_description field to OSSL_ALGORITHM il y a 3 ans
names.c 8020d79b40 Update copyright year il y a 3 ans
p5_crpt.c 9311d0c471 Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() call il y a 3 ans
p5_crpt2.c 4e17fb0061 Add ossl_pkcs5_pbkdf2_hmac_ex symbol il y a 3 ans
p_dec.c 8020d79b40 Update copyright year il y a 3 ans
p_enc.c 8020d79b40 Update copyright year il y a 3 ans
p_legacy.c 40d6e05cf8 evp: fix coverity 1467500 & 1467502: unchecked return values il y a 3 ans
p_lib.c 28fd895305 Remove the function EVP_PKEY_set_alias_type il y a 3 ans
p_open.c 33388b44b6 Update copyright year il y a 4 ans
p_seal.c 33388b44b6 Update copyright year il y a 4 ans
p_sign.c 9311d0c471 Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() call il y a 3 ans
p_verify.c 9311d0c471 Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() call il y a 3 ans
pbe_scrypt.c 8020d79b40 Update copyright year il y a 3 ans
pmeth_check.c 4718326a46 Add EVP_PKEY_public_check_quick. il y a 3 ans
pmeth_gn.c 1be63b3e96 evp: add params argument to key manager's gen_init call il y a 3 ans
pmeth_lib.c 7153f54437 evp: fix coverity 1470561: resource leak il y a 3 ans
signature.c 0388823329 EVP: Add EVP_<TYPE>_description() il y a 3 ans