openssl/crypto/ec
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 Add emacs cache files to .cvsignore. 2005-04-11 14:17:07 +00:00
ec2_mult.c correct+extend publication info 2005-09-12 01:39:46 +00:00
ec2_smpl.c Change array representation of binary polynomials to make GF2m part of 2006-06-18 22:00:57 +00:00
ec_ameth.c Fix a variety of warnings generated by some elevated compiler-fascism, 2008-03-16 21:05:46 +00:00
ec_asn1.c Fix the BIT STRING encoding of EC points or parameter seeds 2006-12-19 15:11:37 +00:00
ec_check.c fix error found by coverity: check if ctx is != NULL before calling BN_CTX_end() 2006-03-13 23:14:57 +00:00
ec_curve.c Compress and more aggressively constify ec_curve.c [the latter is 2007-08-31 09:36:43 +00:00
ec_cvt.c Sun has agreed to removing the covenant language from most files. 2002-10-29 10:59:32 +00:00
ec_err.c Fix crypto/ec/ec_mult.c to work properly with scalars of value 0 2007-05-22 09:47:43 +00:00
ec_key.c simplify EC_KEY_dup 2005-05-17 12:23:16 +00:00
ec_lcl.h Change array representation of binary polynomials to make GF2m part of 2006-06-18 22:00:57 +00:00
ec_lib.c fix problems found by coverity: remove useless code 2006-03-15 17:45:43 +00:00
ec_mult.c Fix crypto/ec/ec_mult.c to work properly with scalars of value 0 2007-05-22 09:47:43 +00:00
ec_pmeth.c And so it begins... 2008-03-12 21:14:28 +00:00
ec_print.c fix memory leak 2002-06-06 10:33:05 +00:00
ec.h Fix crypto/ec/ec_mult.c to work properly with scalars of value 0 2007-05-22 09:47:43 +00:00
eck_prn.c Fix a variety of warnings generated by some elevated compiler-fascism, 2008-03-16 21:05:46 +00:00
ecp_mont.c Fix various incorrect error function codes. 2005-04-26 18:53:22 +00:00
ecp_nist.c remove OPENSSL_NO_ASM dependency 2005-06-28 15:05:02 +00:00
ecp_smpl.c fix error found by coverity: check if ctx is != NULL before calling BN_CTX_end() 2006-03-13 23:14:57 +00:00
ectest.c There was a need to support thread ID types that couldn't be reliably cast 2008-03-28 02:49:43 +00:00
Makefile Update dependencies. 2008-03-22 18:52:03 +00:00