Andy Polyakov 4577871ca3 PowerPC assembly pack: add POWER8 support. 8 anni fa
..
.cvsignore 4bb61becbb Add emacs cache files to .cvsignore. 19 anni fa
Makefile c608171d9c Add RC4-MD5 and AESNI-SHA1 "stitched" implementations. 12 anni fa
bio_b64.c cb877ccb35 PR: 2258 14 anni fa
bio_enc.c c2bf720842 Add missing function EVP_CIPHER_CTX_copy(). Current code uses memcpy() to copy 14 anni fa
bio_md.c b6dcdbfc94 Audit libcrypto for unchecked return values: fix all cases enountered 14 anni fa
bio_ok.c b6dcdbfc94 Audit libcrypto for unchecked return values: fix all cases enountered 14 anni fa
c_all.c 2b247cf81f OPENSSL_ia32cap final touches. Note that OPENSSL_ia32cap is no longer a 20 anni fa
c_allc.c e2473dcc7d c_allc.c: add aes-xts to loop. 12 anni fa
c_alld.c 4e9de7aa3a Delete MD2 from algorithm tables as in 0.9.8-stable. However since this is 15 anni fa
digest.c 8c4ce7bab2 Fix memory leak: free up ENGINE functional reference if digest is not 14 anni fa
e_aes.c 4577871ca3 PowerPC assembly pack: add POWER8 support. 8 anni fa
e_aes_cbc_hmac_sha1.c 5e92fd244c Stop warnings. 12 anni fa
e_bf.c abf21308d2 Make sure we get the definition of OPENSSL_NO_BF. 21 anni fa
e_camellia.c 7a4bd34a4f FIPS mode EVP changes: 13 anni fa
e_cast.c fb10590910 Make sure we get the definition of OPENSSL_NO_CAST. 21 anni fa
e_des.c 5cabcf96e7 Fix "possible loss of data" Win64 compiler warnings. 15 anni fa
e_des3.c 05e24c87dd Extensive reorganisation of PRNG handling in FIPS module: all calls 13 anni fa
e_dsa.c ec577822f9 Change #include filenames from <foo.h> to <openssl.h>. 25 anni fa
e_idea.c b444ac3e6f size_t-fy EVP_CIPHER. Note that being size_t-fied it doesn't require 15 anni fa
e_null.c 9ebc37e667 add null cipher to FIPS module 13 anni fa
e_old.c 2e7245f5a3 Use OPENSSL_NO_CAST, not OPENSSL_NO_CAST5 in e_old.c 19 anni fa
e_rc2.c b6dcdbfc94 Audit libcrypto for unchecked return values: fix all cases enountered 14 anni fa
e_rc4.c b444ac3e6f size_t-fy EVP_CIPHER. Note that being size_t-fied it doesn't require 15 anni fa
e_rc4_hmac_md5.c 7daf0efad9 Fix warning. 12 anni fa
e_rc5.c f118514501 Make sure we get the definition of OPENSSL_NO_RC5. 21 anni fa
e_seed.c 96afc1cfd5 Add SEED encryption algorithm. 17 anni fa
e_xcbc_d.c b444ac3e6f size_t-fy EVP_CIPHER. Note that being size_t-fied it doesn't require 15 anni fa
encode.c c8bbd98a2b Fix warnings. 14 anni fa
evp.h bf6d2f986d Make CTR mode behaviour consistent with other modes: 12 anni fa
evp_acnf.c 2e5975285e Update obsolete email address... 15 anni fa
evp_enc.c bf6d2f986d Make CTR mode behaviour consistent with other modes: 12 anni fa
evp_err.c ae53b299fa make update 12 anni fa
evp_key.c 08df41277a PR: 1904 14 anni fa
evp_lib.c 83e9c36261 Use default ASN1 if flag set. 13 anni fa
evp_locl.h dd4eefdb7b Change EVP_MAXCHUNK so it doesn't wraparound to 0 on some platforms (IP32L64). 12 anni fa
evp_pbe.c e50858c559 PR: 2127 14 anni fa
evp_pkey.c 2e5975285e Update obsolete email address... 15 anni fa
evp_test.c d77a970669 PR: 2588 12 anni fa
evptests.txt d976f99294 Add AES counter mode to EVP. 14 anni fa
m_dss.c 3096d53b46 Update dependencies for m_dss.c too. 13 anni fa
m_dss1.c 068291cd44 Remove x509.h from SHA1 clone digests, update dependencies. 13 anni fa
m_ecdsa.c 068291cd44 Remove x509.h from SHA1 clone digests, update dependencies. 13 anni fa
m_md2.c 3eeaab4bed make 19 anni fa
m_md4.c 3eeaab4bed make 19 anni fa
m_md5.c 3eeaab4bed make 19 anni fa
m_mdc2.c 17ebc10ffa PR: 2161 14 anni fa
m_null.c 9e0aad9fd6 size_t-fication of message digest APIs. We should size_t-fy more APIs... 20 anni fa
m_ripemd.c 3eeaab4bed make 19 anni fa
m_sha.c 3eeaab4bed make 19 anni fa
m_sha1.c 37eae9909a Remove unnecessary dependencies. 13 anni fa
m_sigver.c ae3fff5034 Some of the MS_STATIC use in crypto/evp is a legacy from the days when 13 anni fa
m_wp.c 8b9afce53a Add Whirlpool to EVP. 18 anni fa
names.c c608171d9c Add RC4-MD5 and AESNI-SHA1 "stitched" implementations. 12 anni fa
openbsd_hw.c 11a57c7be5 This changes EVP's cipher and digest code to hook via the ENGINE support. 22 anni fa
p5_crpt.c b6dcdbfc94 Audit libcrypto for unchecked return values: fix all cases enountered 14 anni fa
p5_crpt2.c 19ec2f4194 Fix warnings (note that gcc 4.2 has a bug that makes one of its 14 anni fa
p_dec.c c927df3fa1 Initial DSA EVP_PKEY_METHOD. Fixup some error codes. 18 anni fa
p_enc.c c927df3fa1 Initial DSA EVP_PKEY_METHOD. Fixup some error codes. 18 anni fa
p_lib.c 09c1dc850c PR: 2385 13 anni fa
p_open.c b6dcdbfc94 Audit libcrypto for unchecked return values: fix all cases enountered 14 anni fa
p_seal.c b6dcdbfc94 Audit libcrypto for unchecked return values: fix all cases enountered 14 anni fa
p_sign.c ae3fff5034 Some of the MS_STATIC use in crypto/evp is a legacy from the days when 13 anni fa
p_verify.c ae3fff5034 Some of the MS_STATIC use in crypto/evp is a legacy from the days when 13 anni fa
pmeth_fn.c f0288f05b9 Submitted by: Artem Chuprina <ran@cryptocom.ru> 15 anni fa
pmeth_gn.c 46fc96d4ba constify EVP_PKEY_new_mac_key() 13 anni fa
pmeth_lib.c 3231e42d72 update pkey method initialisation and copy 12 anni fa