]> git.ipfire.org Git - thirdparty/openssl.git/history - crypto/ecdsa/ecs_ossl.c
Add ECDSA functionality to fips module. Initial very incomplete version
[thirdparty/openssl.git] / crypto / ecdsa / ecs_ossl.c
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