Reserve option to use BN_mod_exp_mont_consttime in ECDSA.
[openssl.git] / crypto / ecdsa / ecs_ossl.c
2014-09-11 Andy PolyakovReserve option to use BN_mod_exp_mont_consttime in...
2013-07-17 Dr. Stephen HensonAvoid need to change function code.
2013-07-15 Adam LangleyMake `safe' (EC)DSA nonces the default.
2013-06-13 Adam LangleyAdd secure DSA nonce flag.
2011-10-22 Dr. Stephen HensonCheck for selftest failure in various places.
2011-09-01 Dr. Stephen Hensonmake timing attack protection unconditional
2011-06-08 Dr. Stephen HensonSet flags in ECDH and ECDSA methods for FIPS.
2011-05-25 Dr. Stephen HensonFix the ECDSA timing attack mentioned in the paper at:
2011-04-23 Dr. Stephen HensonAdd PRNG security strength checking.
2011-02-14 Dr. Stephen HensonAdd ECDSA functionality to fips module. Initial very...
2011-02-12 Dr. Stephen HensonNew option to disable characteristic two fields in...
2009-12-01 Dr. Stephen HensonPR: 1432
2007-11-19 Bodo MöllerShould reject signatures that we can't properly verify
2007-11-16 Bodo MöllerThe hash length check wasn't strict enough,
2006-10-04 Nils Larschreturn an error if the supplied precomputed values...
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
2005-04-22 Nils Larsch- use BN_set_negative and BN_is_negative instead of...
2004-05-17 Geoff ThorpeDeprecate the recursive includes of bn.h from various...
2004-02-22 Geoff ThorpeA cleanup of the ecs_ossl.c code and some (doxygen...
2003-01-15 Lutz JänickeFix initialization sequence to prevent freeing of uniti...
2002-11-04 Bodo Möllerimplement and use new macros BN_get_sign(), BN_set_sign()
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öllerremove unnecessary calls to EC_POINT_copy()
2002-02-20 Bodo Möllersimplifications
2002-02-13 Bodo MöllerECDSA support