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