openssl/crypto/evp
Andy Polyakov 4739ccdb39 Add SPARC T4 Camellia support.
Submitted by: David Miller
2012-10-11 18:35:18 +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 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 c_allc.c: add aes-xts to loop. 2011-10-18 07:53:50 +00: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 Add SPARC T4 AES support. 2012-10-06 18:08:09 +00:00
e_aes_cbc_hmac_sha1.c e_aes_cbc_hmac_sha1.c: handle zero-length payload and engage empty frag 2012-04-15 14:14:22 +00:00
e_bf.c
e_camellia.c Add SPARC T4 Camellia support. 2012-10-11 18:35:18 +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 Extensive reorganisation of PRNG handling in FIPS module: all calls 2011-04-05 15:24:10 +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 Version skew reduction: trivia (I hope). 2012-06-03 22:00:21 +00:00
e_old.c
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
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 Fix warnings. 2010-06-12 14:13:23 +00:00
evp.h PR: 2840 2012-07-03 20:30:40 +00: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 only cleanup ctx if we need to, save ctx flags when we do 2012-02-10 16:55:17 +00:00
evp_err.c PR: 2840 2012-07-03 20:30:40 +00:00
evp_key.c PR: 1904 2010-03-27 19:31:55 +00:00
evp_lib.c Use default ASN1 if flag set. 2011-02-07 12:47:16 +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 Update obsolete email address... 2008-11-05 18:39:08 +00:00
evp_test.c PR: 2588 2011-09-01 13:49:16 +00:00
evptests.txt Add AES counter mode to EVP. 2010-02-23 16:48:41 +00: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
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_sha.c
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
Makefile PR: 2840 2012-07-03 20:30:40 +00:00
names.c Version skew reduction: trivia (I hope). 2012-06-03 22:00:21 +00:00
openbsd_hw.c
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
p_enc.c
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