openssl/crypto/evp
2011-06-20 20:00:10 +00:00
..
.cvsignore
bio_b64.c PR: 2258 2010-05-27 12:41:20 +00: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 Backport libcrypto audit: check return values of EVP functions instead 2011-06-03 20:53:00 +00:00
bio_ok.c Backport libcrypto audit: check return values of EVP functions instead 2011-06-03 20:53:00 +00:00
c_all.c PR: 1974 (partial) 2009-07-01 14:55:59 +00:00
c_allc.c backport AES EVP ctr mode changes from HEAD 2010-11-17 17:46:23 +00:00
c_alld.c Delete MD2 from algorithm tables and default compilation. 2009-07-08 08:50:53 +00:00
digest.c Use approved API for EVP digest operations in FIPS builds. 2011-05-29 15:55:13 +00:00
e_aes.c Redirect digests to FIPS module for FIPS builds. 2011-05-28 23:01:26 +00:00
e_bf.c
e_camellia.c Fix C++ style comments, change assert to OPENSSL_assert, stop warning with 2006-08-31 20:56:20 +00:00
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 Redirect digests to FIPS module for FIPS builds. 2011-05-28 23:01:26 +00: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 Redirect null cipher to FIPS module. 2011-06-20 20:00:10 +00:00
e_old.c
e_rc2.c Backport libcrypto audit: check return values of EVP functions instead 2011-06-03 20:53:00 +00:00
e_rc4.c FIPS low level blocking for AES, RC4 and Camellia. This is complicated by 2011-06-05 17:36:44 +00:00
e_rc5.c
e_seed.c Add SEED encryption algorithm. 2007-04-23 23:48:59 +00:00
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 Fix warnings (From HEAD, original patch by Ben). 2010-06-15 17:25:15 +00:00
evp.h make sure custom cipher flag doesn't use any mode bits 2011-06-13 23:10:34 +00:00
evp_acnf.c Update obsolete email address... 2008-11-05 18:39:08 +00:00
evp_enc.c Redirect cipher operations to FIPS module for FIPS builds. 2011-05-29 16:18:38 +00:00
evp_err.c Redirect HMAC and CMAC operations to module. 2011-06-12 15:07:26 +00:00
evp_fips.c Redirect null cipher to FIPS module. 2011-06-20 20:00:10 +00:00
evp_key.c Backport libcrypto audit: check return values of EVP functions instead 2011-06-03 20:53:00 +00:00
evp_lib.c Add default ASN1 handling to support FIPS. 2011-05-29 02:32:05 +00:00
evp_locl.h FIPS low level blocking for AES, RC4 and Camellia. This is complicated by 2011-06-05 17:36:44 +00:00
evp_pbe.c PR: 2127 2009-12-17 15:28:45 +00:00
evp_pkey.c Update obsolete email address... 2008-11-05 18:39:08 +00:00
evp_test.c Use the right length (reported by Quanhong Wang). 2009-03-03 15:12:56 +00:00
evptests.txt backport AES EVP ctr mode changes from HEAD 2010-11-17 17:46:23 +00:00
m_dss.c For consistency define clone digests in evp_fips.c 2011-06-01 15:11:00 +00:00
m_dss1.c For consistency define clone digests in evp_fips.c 2011-06-01 15:11:00 +00:00
m_ecdsa.c For consistency define clone digests in evp_fips.c 2011-06-01 15:11:00 +00:00
m_md2.c
m_md4.c Prohibit use of low level digest APIs in FIPS mode. 2011-06-01 13:39:45 +00:00
m_md5.c Prohibit use of low level digest APIs in FIPS mode. 2011-06-01 13:39:45 +00:00
m_mdc2.c Prohibit use of low level digest APIs in FIPS mode. 2011-06-01 13:39:45 +00:00
m_null.c
m_ripemd.c Prohibit use of low level digest APIs in FIPS mode. 2011-06-01 13:39:45 +00:00
m_sha.c Prohibit use of low level digest APIs in FIPS mode. 2011-06-01 13:39:45 +00:00
m_sha1.c Redirect digests to FIPS module for FIPS builds. 2011-05-28 23:01:26 +00:00
m_sigver.c Some of the MS_STATIC use in crypto/evp is a legacy from the days when 2010-11-27 17:35:56 +00:00
m_wp.c Prohibit use of low level digest APIs in FIPS mode. 2011-06-01 13:39:45 +00:00
Makefile Redirect digests to FIPS module for FIPS builds. 2011-05-28 23:01:26 +00:00
names.c Use approved API for EVP digest operations in FIPS builds. 2011-05-29 15:55:13 +00:00
openbsd_hw.c
p5_crpt.c Backport libcrypto audit: check return values of EVP functions instead 2011-06-03 20:53:00 +00:00
p5_crpt2.c Backport libcrypto audit: check return values of EVP functions instead 2011-06-03 20:53:00 +00:00
p_dec.c
p_enc.c
p_lib.c PR: 2385 2010-11-30 19:45:31 +00:00
p_open.c Backport libcrypto audit: check return values of EVP functions instead 2011-06-03 20:53:00 +00:00
p_seal.c Backport libcrypto audit: check return values of EVP functions instead 2011-06-03 20:53:00 +00:00
p_sign.c Fix warnings. 2011-06-09 16:03:18 +00:00
p_verify.c Fix warnings. 2011-06-09 16:03:18 +00:00
pmeth_fn.c Updates from HEAD. 2009-06-16 16:39:20 +00:00
pmeth_gn.c constify EVP_PKEY_new_mac_key() 2010-11-24 13:14:03 +00:00
pmeth_lib.c Backport CMAC support from HEAD. 2011-06-03 15:08:42 +00:00