aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/ecdsa/ecs_ossl.c
Commit message (Expand)AuthorAgeFilesLines
* free NULL cleanup 7Rich Salz2015-04-301-23/+12
* free NULL cleanup.Rich Salz2015-03-251-4/+2
* Dead code cleanup: crypto/ec,ecdh,ecdsaRich Salz2015-02-021-4/+0
* OPENSSL_NO_xxx cleanup: SHARich Salz2015-01-271-4/+1
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-427/+378
* remove OPENSSL_FIPSAPIDr. Stephen Henson2014-12-081-1/+1
* remove FIPS module code from crypto/ecdsaDr. Stephen Henson2014-12-081-26/+0
* Remove OPENSSL_FIPSCANISTER code.Dr. Stephen Henson2014-12-081-29/+0
* Reserve option to use BN_mod_exp_mont_consttime in ECDSA.Andy Polyakov2014-09-121-5/+31
* Avoid need to change function code.Dr. Stephen Henson2013-07-171-9/+9
* Make `safe' (EC)DSA nonces the default.Adam Langley2013-07-151-8/+16
* Add secure DSA nonce flag.Adam Langley2013-06-131-10/+27
* Check for selftest failure in various places.Dr. Stephen Henson2011-10-221-0/+16
* make timing attack protection unconditionalDr. Stephen Henson2011-09-011-2/+0
* Set flags in ECDH and ECDSA methods for FIPS.Dr. Stephen Henson2011-06-081-1/+1
* Fix the ECDSA timing attack mentioned in the paper at:Dr. Stephen Henson2011-05-251-0/+10
* Add PRNG security strength checking.Dr. Stephen Henson2011-04-231-0/+10
* Add ECDSA functionality to fips module. Initial very incomplete versionDr. Stephen Henson2011-02-141-1/+33
* New option to disable characteristic two fields in EC code.Dr. Stephen Henson2011-02-121-1/+4
* PR: 1432Dr. Stephen Henson2009-12-011-30/+24
* Should reject signatures that we can't properly verifyBodo Möller2007-11-191-0/+15
* The hash length check wasn't strict enough,Bodo Möller2007-11-161-1/+9
* return an error if the supplied precomputed values lead to an invalid signatureNils Larsch2006-10-041-1/+14
* ecc api cleanup; summary:Nils Larsch2005-05-161-26/+30
* hide the definition of ECDSA_METHOD and ECDSA_DATA (and mutatis mutandisNils Larsch2005-04-291-1/+1
* Fix various incorrect error function codes.Bodo Möller2005-04-261-2/+2
* more constNils Larsch2005-04-221-2/+2
* - use BN_set_negative and BN_is_negative instead of BN_set_signNils Larsch2005-04-221-2/+2
* Deprecate the recursive includes of bn.h from various API headers (asn1.h,Geoff Thorpe2004-05-171-0/+1
* A cleanup of the ecs_ossl.c code and some (doxygen) comments for ecdsa.hGeoff Thorpe2004-02-221-134/+116
* Fix initialization sequence to prevent freeing of unitialized objects.Lutz Jänicke2003-01-151-2/+5
* implement and use new macros BN_get_sign(), BN_set_sign()Bodo Möller2002-11-041-2/+4
* use a generic EC_KEY structure (EC keys are not ECDSA specific)Bodo Möller2002-08-071-95/+225
* Use SEC1 format for EC private keys.Bodo Möller2002-07-261-58/+3
* remove unnecessary calls to EC_POINT_copy()Bodo Möller2002-06-101-10/+0
* simplificationsBodo Möller2002-02-201-4/+8
* ECDSA supportBodo Möller2002-02-131-0/+381