openssl/crypto/evp
Dr. Stephen Henson 80640bf0bc Fix for EVP_PBE_alg_add().
In EVP_PBE_alg_add don't use the underlying NID for the cipher
as it may have a non-standard key size.

PR#3206
(cherry picked from commit efb7caef637a1de8468ca109efd355a9d0e73a45)
2014-06-27 22:59:13 +01:00
..
.cvsignore
bio_b64.c Initialize num properly. 2014-05-06 14:09:21 +01:00
bio_enc.c Add missing function EVP_CIPHER_CTX_copy(). Current code uses memcpy() to copy 2010-02-07 13:41:23 +00:00
bio_md.c Submitted by: Victor B. Wagner <vitus@cryptocom.ru> 2009-03-18 18:53:08 +00:00
bio_ok.c
c_all.c PR: 1974 (partial) 2009-07-01 14:55:59 +00:00
c_allc.c Fixups from previous commit. 2013-02-05 16:46:17 +00:00
c_alld.c Delete MD2 from algorithm tables and default compilation. 2009-07-08 08:50:53 +00:00
digest.c Ignore NULL parameter in EVP_MD_CTX_destroy. 2013-12-20 22:53:38 +00:00
e_aes.c
e_bf.c
e_camellia.c
e_cast.c
e_des.c Fix "possible loss of data" Win64 compiler warnings. 2008-12-29 12:35:49 +00:00
e_des3.c evp/e_des3.c: fix typo with potential integer overflow on 32-bit platforms. 2013-10-03 11:13:10 +02:00
e_dsa.c
e_idea.c size_t-fy EVP_CIPHER. Note that being size_t-fied it doesn't require 2008-10-31 19:48:25 +00:00
e_null.c size_t-fy EVP_CIPHER. Note that being size_t-fied it doesn't require 2008-10-31 19:48:25 +00:00
e_old.c
e_rc2.c
e_rc4.c size_t-fy EVP_CIPHER. Note that being size_t-fied it doesn't require 2008-10-31 19:48:25 +00:00
e_rc5.c
e_seed.c
e_xcbc_d.c size_t-fy EVP_CIPHER. Note that being size_t-fied it doesn't require 2008-10-31 19:48:25 +00:00
encode.c evp: prevent underflow in base64 decoding 2014-05-06 18:15:43 -04:00
evp.h PR: 1904 2010-03-27 19:27:51 +00:00
evp_acnf.c Update obsolete email address... 2008-11-05 18:39:08 +00:00
evp_enc.c PR: 2295 2010-10-11 23:24:51 +00:00
evp_err.c Add missing function EVP_CIPHER_CTX_copy(). Current code uses memcpy() to copy 2010-02-07 13:41:23 +00:00
evp_key.c PR: 1904 2010-03-27 19:27:51 +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:33:52 +00:00
evp_locl.h Revert CFB block length change. Despite what SP800-38a says the input to 2010-02-26 14:41:48 +00:00
evp_pbe.c Fix for EVP_PBE_alg_add(). 2014-06-27 22:59:13 +01:00
evp_pkey.c Update obsolete email address... 2008-11-05 18:39:08 +00:00
evp_test.c PR: 2588 2011-09-01 13:48:57 +00:00
evptests.txt
m_dss.c
m_dss1.c
m_ecdsa.c
m_md2.c
m_md4.c
m_md5.c
m_mdc2.c PR: 2161 2010-02-02 13:36:05 +00:00
m_null.c
m_ripemd.c
m_sha.c
m_sha1.c
m_sigver.c Some of the MS_STATIC use in crypto/evp is a legacy from the days when 2010-11-27 17:34:57 +00:00
m_wp.c
Makefile make update 2010-12-02 18:26:12 +00:00
names.c don't add digest alias if signature algorithm is undefined 2010-03-06 20:47:45 +00:00
openbsd_hw.c
p5_crpt.c If we're going to return errors (no matter how stupid), then we should 2008-12-29 16:11:58 +00:00
p5_crpt2.c Fix memory leak. 2013-11-11 23:55:47 +00:00
p_dec.c
p_enc.c
p_lib.c PR: 2385 2010-11-30 19:37:33 +00:00
p_open.c Revert the size_t modifications from HEAD that had led to more 2008-11-12 03:58:08 +00:00
p_seal.c
p_sign.c Some of the MS_STATIC use in crypto/evp is a legacy from the days when 2010-11-27 17:34:57 +00:00
p_verify.c Some of the MS_STATIC use in crypto/evp is a legacy from the days when 2010-11-27 17:34:57 +00:00
pmeth_fn.c Updates from HEAD. 2009-06-16 16:39:20 +00:00
pmeth_gn.c Update obsolete email address... 2008-11-05 18:39:08 +00:00
pmeth_lib.c If EVP_PKEY structure contains an ENGINE the key is ENGINE specific and 2010-11-16 12:11:15 +00:00