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