openssl/crypto/evp
Dr. Stephen Henson 37c541faed Revert CFB block length change. Despite what SP800-38a says the input to
CFB mode does *not* have to be a multiple of the block length and several
other specifications (e.g. PKCS#11) do not require this.
2010-02-26 14:41:58 +00:00
..
.cvsignore
bio_b64.c
bio_enc.c Add missing function EVP_CIPHER_CTX_copy(). Current code uses memcpy() to copy 2010-02-07 13:39:39 +00:00
bio_md.c Audit libcrypto for unchecked return values: fix all cases enountered 2009-09-23 23:43:49 +00:00
bio_ok.c Audit libcrypto for unchecked return values: fix all cases enountered 2009-09-23 23:43:49 +00:00
c_all.c
c_allc.c Add AES counter mode to EVP. 2010-02-23 16:48:41 +00:00
c_alld.c
digest.c Add patch to crypto/evp which didn't apply from PR#2124 2009-12-09 15:01:39 +00:00
e_aes.c prevent warning 2010-02-24 15:24:19 +00:00
e_bf.c
e_camellia.c
e_cast.c
e_des3.c
e_des.c
e_dsa.c
e_idea.c
e_null.c
e_old.c
e_rc2.c Audit libcrypto for unchecked return values: fix all cases enountered 2009-09-23 23:43:49 +00:00
e_rc4.c
e_rc5.c
e_seed.c
e_xcbc_d.c
encode.c
evp_acnf.c
evp_enc.c Add missing function EVP_CIPHER_CTX_copy(). Current code uses memcpy() to copy 2010-02-07 13:39:39 +00:00
evp_err.c Add AES counter mode to EVP. 2010-02-23 16:48:41 +00:00
evp_key.c Audit libcrypto for unchecked return values: fix all cases enountered 2009-09-23 23:43:49 +00:00
evp_lib.c Add flags functions which were added to 0.9.8 for fips but not 1.0.0 and 2010-01-26 14:29:06 +00:00
evp_locl.h Revert CFB block length change. Despite what SP800-38a says the input to 2010-02-26 14:41:58 +00:00
evp_pbe.c PR: 2127 2009-12-17 15:27:57 +00:00
evp_pkey.c
evp_test.c
evp.h Add AES counter mode to EVP. 2010-02-23 16:48:41 +00:00
evptests.txt Add AES counter mode to EVP. 2010-02-23 16:48:41 +00:00
m_dss1.c
m_dss.c
m_ecdsa.c
m_md2.c
m_md4.c
m_md5.c
m_mdc2.c PR: 2161 2010-02-02 13:35:27 +00:00
m_null.c
m_ripemd.c
m_sha1.c
m_sha.c
m_sigver.c Use supplied ENGINE when initialising CMAC. Restore pctx setting. 2010-02-08 16:31:28 +00:00
m_wp.c
Makefile make update 2010-01-15 15:24:19 +00:00
names.c
openbsd_hw.c
p5_crpt2.c Split PBES2 into cipher and PBKDF2 versions. This tidies the code somewhat 2009-11-25 22:01:06 +00:00
p5_crpt.c Audit libcrypto for unchecked return values: fix all cases enountered 2009-09-23 23:43:49 +00:00
p_dec.c
p_enc.c
p_lib.c set engine to NULL after releasing it 2009-11-12 19:25:37 +00:00
p_open.c Audit libcrypto for unchecked return values: fix all cases enountered 2009-09-23 23:43:49 +00:00
p_seal.c Audit libcrypto for unchecked return values: fix all cases enountered 2009-09-23 23:43:49 +00:00
p_sign.c Audit libcrypto for unchecked return values: fix all cases enountered 2009-09-23 23:43:49 +00:00
p_verify.c Audit libcrypto for unchecked return values: fix all cases enountered 2009-09-23 23:43:49 +00:00
pmeth_fn.c
pmeth_gn.c
pmeth_lib.c Make CMAC API similar to HMAC API. Add methods for CMAC. 2010-02-08 15:31:35 +00:00