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