..
bio_b64.c
Initialize num properly.
2014-05-06 14:07:37 +01:00
bio_enc.c
mark all block comments that need format preserving so that
2014-12-30 22:10:26 +00:00
bio_md.c
mark all block comments that need format preserving so that
2014-12-30 22:10:26 +00:00
bio_ok.c
mark all block comments that need format preserving so that
2014-12-30 22:10:26 +00:00
c_all.c
Version skew reduction: trivia (I hope).
2012-06-03 22:00:21 +00:00
c_allc.c
Added OPENSSL_NO_OCB guards
2014-12-08 10:29:03 +00:00
c_alld.c
Cleanup OPENSSL_NO_xxx, part 1
2015-01-14 15:57:28 -05:00
digest.c
Ignore NULL parameter in EVP_MD_CTX_destroy.
2013-12-20 23:32:25 +00:00
e_aes.c
Remove inconsistency in ARM support.
2015-01-04 23:45:08 +01:00
e_aes_cbc_hmac_sha1.c
crypto/evp/e_aes_cbc_hmac_sha[1|256].c: fix compiler warnings.
2014-08-20 22:18:14 +02:00
e_aes_cbc_hmac_sha256.c
crypto/evp/e_aes_cbc_hmac_sha[1|256].c: fix compiler warnings.
2014-08-20 22:18:14 +02:00
e_bf.c
Make sure we get the definition of OPENSSL_NO_BF.
2003-03-20 23:28:16 +00:00
e_camellia.c
evp/e_[aes|camellia].c: fix typo in CBC subroutine.
2013-12-18 21:42:46 +01:00
e_cast.c
Make sure we get the definition of OPENSSL_NO_CAST.
2003-03-20 23:28:27 +00:00
e_des.c
Add support for SPARC T4 DES opcode.
2013-03-31 14:32:05 +02:00
e_des3.c
Clear warnings/errors within KSSL_DEBUG code sections
2014-12-17 10:15:09 +01:00
e_dsa.c
Change #include filenames from <foo.h> to <openssl.h>.
1999-04-23 22:13:45 +00:00
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
remove FIPS module code from crypto/evp
2014-12-08 13:25:38 +00:00
e_old.c
Use OPENSSL_NO_CAST, not OPENSSL_NO_CAST5 in e_old.c
2005-04-25 23:09:00 +00:00
e_rc2.c
Audit libcrypto for unchecked return values: fix all cases enountered
2009-09-23 23:43:49 +00:00
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_rc4_hmac_md5.c
Revert random changes from commit#22606.
2012-06-04 22:12:10 +00:00
e_rc5.c
Make sure we get the definition of OPENSSL_NO_RC5.
2003-03-20 23:29:26 +00:00
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
mark all block comments that need format preserving so that
2014-12-30 22:10:26 +00:00
evp.h
Cleanup OPENSSL_NO_xxx, part 1
2015-01-14 15:57:28 -05:00
evp_acnf.c
Update obsolete email address...
2008-11-05 18:39:08 +00:00
evp_cnf.c
remove FIPS module code from crypto/evp
2014-12-08 13:25:38 +00:00
evp_enc.c
Add a comment noting the padding oracle.
2014-12-17 14:55:04 +01:00
evp_err.c
EVP support for wrapping algorithms.
2013-07-17 21:45:00 +01:00
evp_key.c
PR: 1904
2010-03-27 19:31:55 +00:00
evp_lib.c
Algorithm parameter support.
2013-08-05 15:45:00 +01:00
evp_locl.h
mark all block comments that need format preserving so that
2014-12-30 22:10:26 +00:00
evp_pbe.c
Fix for EVP_PBE_alg_add().
2014-06-27 23:19:39 +01:00
evp_pkey.c
Update obsolete email address...
2008-11-05 18:39:08 +00:00
evp_test.c
Added OPENSSL_NO_OCB guards
2014-12-08 10:29:03 +00:00
evptests.txt
Add tests for OCB mode
2014-12-08 10:28:47 +00:00
m_dss.c
remove FIPS module code from crypto/evp
2014-12-08 13:25:38 +00:00
m_dss1.c
remove FIPS module code from crypto/evp
2014-12-08 13:25:38 +00:00
m_ecdsa.c
remove FIPS module code from crypto/evp
2014-12-08 13:25:38 +00:00
m_md2.c
make
2005-07-16 12:37:36 +00:00
m_md4.c
make
2005-07-16 12:37:36 +00:00
m_md5.c
make
2005-07-16 12:37:36 +00:00
m_mdc2.c
PR: 2161
2010-02-02 13:35:27 +00:00
m_null.c
size_t-fication of message digest APIs. We should size_t-fy more APIs...
2004-05-15 11:29:55 +00:00
m_ripemd.c
Cleanup OPENSSL_NO_xxx, part 1
2015-01-14 15:57:28 -05:00
m_sha.c
make
2005-07-16 12:37:36 +00:00
m_sha1.c
remove FIPS module code from crypto/evp
2014-12-08 13:25:38 +00:00
m_sigver.c
Constify.
2013-11-14 21:05:36 +00:00
m_wp.c
Add Whirlpool to EVP.
2005-11-30 20:57:23 +00:00
Makefile
Revert "RT3425: constant-time evp_enc"
2014-12-17 14:54:17 +01:00
names.c
Version skew reduction: trivia (I hope).
2012-06-03 22:00:21 +00:00
openbsd_hw.c
RT1815: More const'ness improvements
2014-08-18 11:49:16 -04:00
p5_crpt.c
fix leak
2012-03-22 16:28:07 +00:00
p5_crpt2.c
Fix memory leak.
2013-11-11 22:39:40 +00:00
p5_crpt2_test.c
Make it build.
2014-05-25 17:35:04 +01:00
p_dec.c
Initial DSA EVP_PKEY_METHOD. Fixup some error codes.
2006-04-12 10:20:47 +00:00
p_enc.c
Initial DSA EVP_PKEY_METHOD. Fixup some error codes.
2006-04-12 10:20:47 +00:00
p_lib.c
Add functions returning security bits.
2014-03-28 14:49:04 +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
mark all block comments that need format preserving so that
2014-12-30 22:10:26 +00:00
p_sign.c
Flag to disable automatic copying of contexts.
2013-11-13 23:48:35 +00:00
p_verify.c
Flag to disable automatic copying of contexts.
2013-11-13 23:48:35 +00:00
pmeth_fn.c
Submitted by: Artem Chuprina <ran@cryptocom.ru>
2009-06-16 16:38:47 +00:00
pmeth_gn.c
Implement internally opaque bn access from evp
2014-12-08 21:40:52 +00:00
pmeth_lib.c
Initial experimental support for X9.42 DH parameter format to handle
2011-12-07 00:32:34 +00:00