Fix the ECDSA timing attack mentioned in the paper at:
[openssl.git] / crypto / ecdsa / ecdsa.h
2011-02-14 Dr. Stephen HensonAdd ECDSA functionality to fips module. Initial very...
2008-11-12 Geoff ThorpeRevert the size_t modifications from HEAD that had...
2008-11-01 Ben LaurieMore size_tification.
2006-10-04 Nils Larschreturn an error if the supplied precomputed values...
2005-09-19 Nils Larschcleanup doxygen comments
2005-05-16 Nils Larschecc api cleanup; summary:
2005-04-29 Nils Larschhide the definition of ECDSA_METHOD and ECDSA_DATA...
2005-04-26 Bodo MöllerFix various incorrect error function codes.
2005-04-22 Nils Larschmore const
2004-05-17 Geoff ThorpeDeprecate the recursive includes of bn.h from various...
2004-04-19 Geoff ThorpeReduce header interdependencies, initially in engine...
2004-02-22 Geoff ThorpeA cleanup of the ecs_ossl.c code and some (doxygen...
2003-03-20 Richard LevitteMake sure we get the definition of OPENSSL_NO_ECDSA.
2002-08-07 Bodo Mölleruse a generic EC_KEY structure (EC keys are not ECDSA...
2002-07-26 Bodo MöllerUse SEC1 format for EC private keys.
2002-06-10 Bodo Möllermove ECC ASN1 that is not specific to ECDSA into crypto...
2002-04-20 Richard LevitteNo point constifying an int.
2002-04-09 Bodo Möllerfix ECDSA handling
2002-03-25 Bodo Möllerfix warnings
2002-03-07 Bodo MöllerAdd more curves.
2002-02-13 Bodo MöllerECDSA support