summaryrefslogtreecommitdiffstats
path: root/crypto/ecdsa/ecdsa.h
AgeCommit message (Expand)Author
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2011-06-08Check fips method flags for ECDH, ECDSA.Dr. Stephen Henson
2008-11-12Revert the size_t modifications from HEAD that had led to moreGeoff Thorpe
2008-11-01More size_tification.Ben Laurie
2006-10-04return an error if the supplied precomputed values lead to an invalid signatureNils Larsch
2005-09-19cleanup doxygen commentsNils 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
2004-05-17Deprecate the recursive includes of bn.h from various API headers (asn1.h,Geoff Thorpe
2004-04-19Reduce header interdependencies, initially in engine.h (the rest of theGeoff Thorpe
2004-02-22A cleanup of the ecs_ossl.c code and some (doxygen) comments for ecdsa.hGeoff Thorpe
2003-03-20Make sure we get the definition of OPENSSL_NO_ECDSA.Richard Levitte
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-10move ECC ASN1 that is not specific to ECDSA into crypto/ec/,Bodo Möller
2002-04-20No point constifying an int.Richard Levitte
2002-04-09fix ECDSA handlingBodo Möller
2002-03-25fix warningsBodo Möller
2002-03-07Add more curves.Bodo Möller
2002-02-13ECDSA supportBodo Möller