summaryrefslogtreecommitdiffstats
path: root/crypto/ecdsa/ecs_ossl.c
AgeCommit message (Expand)Author
2011-10-22Check for selftest failure in various places.Dr. Stephen Henson
2011-09-01make timing attack protection unconditionalDr. Stephen Henson
2011-06-08Set flags in ECDH and ECDSA methods for FIPS.Dr. Stephen Henson
2011-05-25Fix the ECDSA timing attack mentioned in the paper at:Dr. Stephen Henson
2011-04-23Add PRNG security strength checking.Dr. Stephen Henson
2011-02-14Add ECDSA functionality to fips module. Initial very incomplete versionDr. Stephen Henson
2011-02-12New option to disable characteristic two fields in EC code.Dr. Stephen Henson
2009-12-01PR: 1432Dr. Stephen Henson
2007-11-19Should reject signatures that we can't properly verifyBodo Möller
2007-11-16The hash length check wasn't strict enough,Bodo Möller
2006-10-04return an error if the supplied precomputed values lead to an invalid signatureNils Larsch
2005-05-16ecc api cleanup; summary:Nils Larsch
2005-04-29hide the definition of ECDSA_METHOD and ECDSA_DATA (and mutatis mutandisNils Larsch
2005-04-26Fix various incorrect error function codes.Bodo Möller
2005-04-22more constNils Larsch
2005-04-22- use BN_set_negative and BN_is_negative instead of BN_set_signNils Larsch
2004-05-17Deprecate the recursive includes of bn.h from various API headers (asn1.h,Geoff Thorpe
2004-02-22A cleanup of the ecs_ossl.c code and some (doxygen) comments for ecdsa.hGeoff Thorpe
2003-01-15Fix initialization sequence to prevent freeing of unitialized objects.Lutz Jänicke
2002-11-04implement and use new macros BN_get_sign(), BN_set_sign()Bodo Möller
2002-08-07use a generic EC_KEY structure (EC keys are not ECDSA specific)Bodo Möller
2002-07-26Use SEC1 format for EC private keys.Bodo Möller
2002-06-10remove unnecessary calls to EC_POINT_copy()Bodo Möller
2002-02-20simplificationsBodo Möller
2002-02-13ECDSA supportBodo Möller