openssl/crypto/evp
Dr. Stephen Henson 7a4bd34a4f FIPS mode EVP changes:
Set EVP_CIPH_FLAG_FIPS on approved ciphers.

Support "default ASN1" flag which avoids need for ASN1 dependencies in FIPS
code.

Include some defines to redirect operations to a "tiny EVP" implementation
in some FIPS source files.

Change m_sha1.c to use EVP_PKEY_NULL_method: the EVP_MD sign/verify functions
are not used in OpenSSL 1.0 and later for SHA1 and SHA2 ciphers: the EVP_PKEY
API is used instead.
2011-01-26 15:25:33 +00:00
..
.cvsignore
bio_b64.c PR: 2258 2010-05-27 12:41:05 +00:00
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
bio_ok.c
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 Fix memory leak: free up ENGINE functional reference if digest is not 2010-03-05 13:33:21 +00:00
e_aes.c FIPS mode EVP changes: 2011-01-26 15:25:33 +00:00
e_bf.c
e_camellia.c FIPS mode EVP changes: 2011-01-26 15:25:33 +00:00
e_cast.c
e_des3.c FIPS mode EVP changes: 2011-01-26 15:25:33 +00:00
e_des.c
e_dsa.c
e_idea.c
e_null.c
e_old.c
e_rc2.c
e_rc4.c
e_rc5.c
e_seed.c
e_xcbc_d.c
encode.c Fix warnings. 2010-06-12 14:13:23 +00:00
evp_acnf.c
evp_enc.c PR: 2295 2010-10-11 23:49:22 +00:00
evp_err.c Add AES counter mode to EVP. 2010-02-23 16:48:41 +00:00
evp_key.c PR: 1904 2010-03-27 19:31:55 +00:00
evp_lib.c FIPS mode EVP changes: 2011-01-26 15:25:33 +00:00
evp_locl.h FIPS mode EVP changes: 2011-01-26 15:25:33 +00:00
evp_pbe.c PR: 2127 2009-12-17 15:27:57 +00:00
evp_pkey.c
evp_test.c
evp.h FIPS mode EVP changes: 2011-01-26 15:25:33 +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 FIPS mode EVP changes: 2011-01-26 15:25:33 +00:00
m_sha.c
m_sigver.c Some of the MS_STATIC use in crypto/evp is a legacy from the days when 2010-11-27 17:37:03 +00:00
m_wp.c
Makefile FIPS mode EVP changes: 2011-01-26 15:25:33 +00:00
names.c don't add digest alias if signature algorithm is undefined 2010-03-06 20:47:30 +00:00
openbsd_hw.c
p5_crpt2.c Fix warnings (note that gcc 4.2 has a bug that makes one of its 2010-02-28 14:22:56 +00:00
p5_crpt.c
p_dec.c
p_enc.c
p_lib.c PR: 2385 2010-11-30 19:37:21 +00:00
p_open.c
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:37:03 +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:37:03 +00:00
pmeth_fn.c
pmeth_gn.c constify EVP_PKEY_new_mac_key() 2010-11-24 13:13:49 +00:00
pmeth_lib.c add "missing" functions to copy EVP_PKEY_METHOD and examine info 2010-11-24 16:08:20 +00:00