openssl/crypto/evp
Geoff Thorpe f7ccba3edf There was a need to support thread ID types that couldn't be reliably cast
to 'unsigned long' (ie. odd platforms/compilers), so a pointer-typed
version was added but it required portable code to check *both* modes to
determine equality. This commit maintains the availability of both thread
ID types, but deprecates the type-specific accessor APIs that invoke the
callbacks - instead a single type-independent API is used.  This simplifies
software that calls into this interface, and should also make it less
error-prone - as forgetting to call and compare *both* thread ID accessors
could have led to hard-to-debug/infrequent bugs (that might only affect
certain platforms or thread implementations). As the CHANGES note says,
there were corresponding deprecations and replacements in the
thread-related functions for BN_BLINDING and ERR too.
2008-03-28 02:49:43 +00:00
..
.cvsignore
bio_b64.c
bio_enc.c
bio_md.c Don't copy from a nonexistent next. Coverity ID 47. 2007-04-05 17:23:51 +00:00
bio_ok.c
c_all.c
c_allc.c Add SEED encryption algorithm. 2007-04-23 23:48:59 +00:00
c_alld.c
digest.c Copy update callback across when copying EVP_MD_CTX. 2007-04-12 13:02:31 +00:00
e_aes.c
e_bf.c
e_camellia.c
e_cast.c
e_des3.c
e_des.c
e_dsa.c
e_idea.c
e_null.c
e_old.c
e_rc2.c Fix a variety of warnings generated by some elevated compiler-fascism, 2008-03-16 21:05:46 +00:00
e_rc4.c
e_rc5.c
e_seed.c Add SEED encryption algorithm. 2007-04-23 23:48:59 +00:00
e_xcbc_d.c
encode.c Bunch of constifications. 2007-10-13 15:51:32 +00:00
evp_acnf.c
evp_enc.c
evp_err.c New function EVP_PKEY_asn1_copy(). Use default MD if type param is NULL. 2007-05-15 23:52:03 +00:00
evp_key.c
evp_lib.c Handle NULL parameter in some EVP utility functions. 2007-05-31 12:39:21 +00:00
evp_locl.h EVP_*_cfb1 was broken. 2007-07-08 19:14:02 +00:00
evp_pbe.c
evp_pkey.c
evp_test.c There was a need to support thread ID types that couldn't be reliably cast 2008-03-28 02:49:43 +00:00
evp.h And so it begins... 2008-03-12 21:14:28 +00:00
evptests.txt Add SEED encryption algorithm. 2007-04-23 23:48:59 +00:00
m_dss1.c
m_dss.c
m_ecdsa.c
m_md2.c
m_md4.c
m_md5.c
m_mdc2.c
m_null.c
m_ripemd.c
m_sha1.c And so it begins... 2008-03-12 21:14:28 +00:00
m_sha.c
m_sigver.c New function EVP_PKEY_asn1_copy(). Use default MD if type param is NULL. 2007-05-15 23:52:03 +00:00
m_wp.c
Makefile Update dependencies. 2008-03-22 18:52:03 +00:00
names.c
openbsd_hw.c
p5_crpt2.c
p5_crpt.c
p_dec.c
p_enc.c
p_lib.c
p_open.c
p_seal.c
p_sign.c
p_verify.c
pmeth_fn.c 1. Changes for s_client.c to make it return non-zero exit code in case 2007-10-26 12:06:36 +00:00
pmeth_gn.c Fix a variety of warnings generated by some elevated compiler-fascism, 2008-03-16 21:05:46 +00:00
pmeth_lib.c 1. Changes for s_client.c to make it return non-zero exit code in case 2007-10-26 12:06:36 +00:00