Kurt Roeckx 7ed66e2634 Change EVP_MAC method from copy to dup 5 years ago
..
bio_b64.c 4a8b0c55c0 Following the license change, modify the boilerplates in crypto/evp/ 6 years ago
bio_enc.c 4a8b0c55c0 Following the license change, modify the boilerplates in crypto/evp/ 6 years ago
bio_md.c 4a8b0c55c0 Following the license change, modify the boilerplates in crypto/evp/ 6 years ago
bio_ok.c 4a8b0c55c0 Following the license change, modify the boilerplates in crypto/evp/ 6 years ago
build.info 319e518a5a Make some EVP code available from within the FIPS module 5 years ago
c_allc.c b1ceb439f2 Add RFC5297 AES-SIV support 6 years ago
c_alld.c 4a8b0c55c0 Following the license change, modify the boilerplates in crypto/evp/ 6 years ago
c_allkdf.c 8bbeaaa4fc Added X963KDF API 5 years ago
c_allm.c 33e113b0cb blake2: backport changes to blake2s 5 years ago
cmeth_lib.c df05f2ce6d Make EVP_Encrypt*/EVP_Decrypt* and EVP_Cipher* provider aware 5 years ago
digest.c 98475995e1 EVP_DigestInit_ex(): drop previous context engine earlier 5 years ago
e_aes.c 887e22dd8b s390x assembly pack: allow specifying the tag after aad in aes-ccm 5 years ago
e_aes_cbc_hmac_sha1.c 4a8b0c55c0 Following the license change, modify the boilerplates in crypto/evp/ 6 years ago
e_aes_cbc_hmac_sha256.c 4a8b0c55c0 Following the license change, modify the boilerplates in crypto/evp/ 6 years ago
e_aria.c 39147079fc Structure alignment macro. 5 years ago
e_bf.c 4a8b0c55c0 Following the license change, modify the boilerplates in crypto/evp/ 6 years ago
e_camellia.c 4a8b0c55c0 Following the license change, modify the boilerplates in crypto/evp/ 6 years ago
e_cast.c 4a8b0c55c0 Following the license change, modify the boilerplates in crypto/evp/ 6 years ago
e_chacha20_poly1305.c 39147079fc Structure alignment macro. 5 years ago
e_des.c 39147079fc Structure alignment macro. 5 years ago
e_des3.c 6521cb0319 Coverity CID 1444956: Integer handling issues 5 years ago
e_idea.c 4a8b0c55c0 Following the license change, modify the boilerplates in crypto/evp/ 6 years ago
e_null.c 4a8b0c55c0 Following the license change, modify the boilerplates in crypto/evp/ 6 years ago
e_old.c 4a8b0c55c0 Following the license change, modify the boilerplates in crypto/evp/ 6 years ago
e_rc2.c 4a8b0c55c0 Following the license change, modify the boilerplates in crypto/evp/ 6 years ago
e_rc4.c 4a8b0c55c0 Following the license change, modify the boilerplates in crypto/evp/ 6 years ago
e_rc4_hmac_md5.c 4a8b0c55c0 Following the license change, modify the boilerplates in crypto/evp/ 6 years ago
e_rc5.c 4a8b0c55c0 Following the license change, modify the boilerplates in crypto/evp/ 6 years ago
e_seed.c 4a8b0c55c0 Following the license change, modify the boilerplates in crypto/evp/ 6 years ago
e_sm4.c 4a8b0c55c0 Following the license change, modify the boilerplates in crypto/evp/ 6 years ago
e_xcbc_d.c 4a8b0c55c0 Following the license change, modify the boilerplates in crypto/evp/ 6 years ago
encode.c 9fdcc21fdc constify *_dup() and *i2d_*() and related functions as far as possible, introducing DECLARE_ASN1_DUP_FUNCTION 5 years ago
evp_cnf.c de3955f662 EVP configuration section: add 'default_properties' command 5 years ago
evp_enc.c d4d89a0762 Fix input checks wrt legacy code 5 years ago
evp_err.c be5fc053ed Replace EVP_MAC_CTX_copy() by EVP_MAC_CTX_dup() 5 years ago
evp_fetch.c d5e5e2ffaf Move digests to providers 5 years ago
evp_key.c 2e9d61ecd8 crypto/evp/evp_key.c: #define BUFSIZ if <stdio.h> doesn't #define it 5 years ago
evp_lib.c 319e518a5a Make some EVP code available from within the FIPS module 5 years ago
evp_locl.h 0211740fcc EVP_FETCH: remove the need to transport the legacy NID through construction 5 years ago
evp_pbe.c 5a285addbf Added new EVP/KDF API. 5 years ago
evp_pkey.c 9fdcc21fdc constify *_dup() and *i2d_*() and related functions as far as possible, introducing DECLARE_ASN1_DUP_FUNCTION 5 years ago
kdf_lib.c 8bbeaaa4fc Added X963KDF API 5 years ago
m_md2.c 4a8b0c55c0 Following the license change, modify the boilerplates in crypto/evp/ 6 years ago
m_md4.c 4a8b0c55c0 Following the license change, modify the boilerplates in crypto/evp/ 6 years ago
m_md5.c 4a8b0c55c0 Following the license change, modify the boilerplates in crypto/evp/ 6 years ago
m_md5_sha1.c d5e5e2ffaf Move digests to providers 5 years ago
m_mdc2.c 4a8b0c55c0 Following the license change, modify the boilerplates in crypto/evp/ 6 years ago
m_null.c 4a8b0c55c0 Following the license change, modify the boilerplates in crypto/evp/ 6 years ago
m_ripemd.c 4a8b0c55c0 Following the license change, modify the boilerplates in crypto/evp/ 6 years ago
m_sha1.c d5e5e2ffaf Move digests to providers 5 years ago
m_sha3.c d5e5e2ffaf Move digests to providers 5 years ago
m_sigver.c 4a8b0c55c0 Following the license change, modify the boilerplates in crypto/evp/ 6 years ago
m_wp.c 4a8b0c55c0 Following the license change, modify the boilerplates in crypto/evp/ 6 years ago
mac_lib.c 7ed66e2634 Change EVP_MAC method from copy to dup 5 years ago
names.c d2ba812343 Added EVP_KDF (similiar to the EVP_MAC) 5 years ago
p5_crpt.c a05bf83c79 Coverity CID 1444960: Error handling issues 5 years ago
p5_crpt2.c ea053ec99e Coverity CID 1444961: Integer handling issues 5 years ago
p_dec.c 4a8b0c55c0 Following the license change, modify the boilerplates in crypto/evp/ 6 years ago
p_enc.c 4a8b0c55c0 Following the license change, modify the boilerplates in crypto/evp/ 6 years ago
p_lib.c 229f7b38f0 Providing missing accessor to EVP_PKEY.engine 5 years ago
p_open.c 8cf85d4899 Fix the allocation size in EVP_OpenInit and PEM_SignFinal 5 years ago
p_seal.c 4a8b0c55c0 Following the license change, modify the boilerplates in crypto/evp/ 6 years ago
p_sign.c 4a8b0c55c0 Following the license change, modify the boilerplates in crypto/evp/ 6 years ago
p_verify.c 4a8b0c55c0 Following the license change, modify the boilerplates in crypto/evp/ 6 years ago
pbe_scrypt.c 253d762222 EVP_PBE_scrypt() handles salt=NULL as salt="" 5 years ago
pkey_kdf.c cee719c2d8 The use of the likes of UINT32_MAX requires internal/numbers.h 5 years ago
pkey_mac.c be5fc053ed Replace EVP_MAC_CTX_copy() by EVP_MAC_CTX_dup() 5 years ago
pmeth_fn.c 4a8b0c55c0 Following the license change, modify the boilerplates in crypto/evp/ 6 years ago
pmeth_gn.c 4a8b0c55c0 Following the license change, modify the boilerplates in crypto/evp/ 6 years ago
pmeth_lib.c 9fdcc21fdc constify *_dup() and *i2d_*() and related functions as far as possible, introducing DECLARE_ASN1_DUP_FUNCTION 5 years ago