aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/ecdsa/ecdsa.h
Commit message (Expand)AuthorAgeFilesLines
* remove FIPS module code from crypto/ecdsaDr. Stephen Henson2014-12-081-16/+0
* Accessor functions for app_data in ECDSA_METHODDr. Stephen Henson2014-07-011-0/+15
* Add functions to set ECDSA_METHOD structure.Dr. Stephen Henson2013-09-181-0/+54
* Make `safe' (EC)DSA nonces the default.Adam Langley2013-07-151-1/+0
* Add secure DSA nonce flag.Adam Langley2013-06-131-0/+1
* Add single call public key sign and verify functions.Dr. Stephen Henson2011-11-051-0/+5
* Add ECDSA functionality to fips module. Initial very incomplete versionDr. Stephen Henson2011-02-141-0/+10
* Revert the size_t modifications from HEAD that had led to moreGeoff Thorpe2008-11-121-1/+1
* More size_tification.Ben Laurie2008-11-011-1/+1
* return an error if the supplied precomputed values lead to an invalid signatureNils Larsch2006-10-041-0/+1
* cleanup doxygen commentsNils Larsch2005-09-191-103/+90
* ecc api cleanup; summary:Nils Larsch2005-05-161-25/+34
* hide the definition of ECDSA_METHOD and ECDSA_DATA (and mutatis mutandisNils Larsch2005-04-291-40/+2
* Fix various incorrect error function codes.Bodo Möller2005-04-261-1/+1
* more constNils Larsch2005-04-221-3/+3
* Deprecate the recursive includes of bn.h from various API headers (asn1.h,Geoff Thorpe2004-05-171-1/+3
* Reduce header interdependencies, initially in engine.h (the rest of theGeoff Thorpe2004-04-191-5/+8
* A cleanup of the ecs_ossl.c code and some (doxygen) comments for ecdsa.hGeoff Thorpe2004-02-221-15/+138
* Make sure we get the definition of OPENSSL_NO_ECDSA.Richard Levitte2003-03-201-0/+2
* use a generic EC_KEY structure (EC keys are not ECDSA specific)Bodo Möller2002-08-071-163/+52
* Use SEC1 format for EC private keys.Bodo Möller2002-07-261-3/+11
* move ECC ASN1 that is not specific to ECDSA into crypto/ec/,Bodo Möller2002-06-101-11/+1
* No point constifying an int.Richard Levitte2002-04-201-1/+1
* fix ECDSA handlingBodo Möller2002-04-091-3/+18
* fix warningsBodo Möller2002-03-251-2/+3
* Add more curves.Bodo Möller2002-03-071-2/+2
* ECDSA supportBodo Möller2002-02-131-0/+266