openssl/crypto/evp
Andy Polyakov b4f0abd246 evp/e_aes_cbc_hmac_sha*.c: limit multi-block fragmentation to 1KB.
Excessive fragmentation put additional burden (of addtional MAC
calculations) on the other size and limiting fragments it to 1KB
limits the overhead to ~6%.
2013-10-12 22:10:28 +02:00
..
.cvsignore Add emacs cache files to .cvsignore. 2005-04-11 14:17:07 +00:00
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 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 Version skew reduction: trivia (I hope). 2012-06-03 22:00:21 +00:00
c_allc.c EVP support for wrapping algorithms. 2013-07-17 21:45:00 +01:00
c_alld.c Delete MD2 from algorithm tables as in 0.9.8-stable. However since this is 2009-07-08 08:49:17 +00:00
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 Added support for ARM/NEON based bit sliced AES in XTS mode 2013-09-15 19:37:16 +02:00
e_aes_cbc_hmac_sha1.c evp/e_aes_cbc_hmac_sha*.c: limit multi-block fragmentation to 1KB. 2013-10-12 22:10:28 +02:00
e_aes_cbc_hmac_sha256.c evp/e_aes_cbc_hmac_sha*.c: limit multi-block fragmentation to 1KB. 2013-10-12 22:10:28 +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 correct error function code 2012-11-05 13:34:29 +00: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 evp/e_des3.c: fix typo with potential integer overflow on 32-bit platforms. 2013-10-03 10:55:49 +02: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 Version skew reduction: trivia (I hope). 2012-06-03 22:00:21 +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 misspellings fixes by https://github.com/vlajos/misspell_fixer 2013-09-05 21:39:42 +01:00
evp.h evp/evp.h: add multi-block contstants and parameter type. 2013-10-08 23:38:05 +02:00
evp_acnf.c Update obsolete email address... 2008-11-05 18:39:08 +00:00
evp_cnf.c add missing evp_cnf.c file 2012-07-04 13:15:10 +00:00
evp_enc.c EVP support for wrapping algorithms. 2013-07-17 21:45:00 +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 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 Update obsolete email address... 2008-11-05 18:39:08 +00:00
evp_test.c EVP support for wrapping algorithms. 2013-07-17 21:45:00 +01:00
evptests.txt EVP support for wrapping algorithms. 2013-07-17 21:45:00 +01:00
m_dss.c Update dependencies for m_dss.c too. 2011-06-10 14:00:02 +00:00
m_dss1.c Remove x509.h from SHA1 clone digests, update dependencies. 2011-06-10 13:52:44 +00:00
m_ecdsa.c Version skew reduction: trivia (I hope). 2012-06-03 22:00:21 +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 make 2005-07-16 12:37:36 +00:00
m_sha.c make 2005-07-16 12:37:36 +00:00
m_sha1.c Remove unnecessary dependencies. 2011-02-21 17:35:53 +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:37:03 +00:00
m_wp.c Add Whirlpool to EVP. 2005-11-30 20:57:23 +00:00
Makefile Add AES-SHA256 stitch. 2013-05-13 22:49:58 +02:00
names.c Version skew reduction: trivia (I hope). 2012-06-03 22:00:21 +00:00
openbsd_hw.c This changes EVP's cipher and digest code to hook via the ENGINE support. 2001-09-25 21:37:02 +00:00
p5_crpt.c fix leak 2012-03-22 16:28:07 +00:00
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
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 recognise X9.42 DH certificates on servers 2012-04-18 17:03:29 +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 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 Submitted by: Artem Chuprina <ran@cryptocom.ru> 2009-06-16 16:38:47 +00:00
pmeth_gn.c constify EVP_PKEY_new_mac_key() 2010-11-24 13:13:49 +00:00
pmeth_lib.c Initial experimental support for X9.42 DH parameter format to handle 2011-12-07 00:32:34 +00:00