aboutsummaryrefslogtreecommitdiff
path: root/crypto/ecdsa/ecs_err.c
AgeCommit message (Collapse)AuthorFilesLines
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell1-31/+31
Reviewed-by: Tim Hudson <tjh@openssl.org>
2013-09-18Add functions to set ECDSA_METHOD structure.Dr. Stephen Henson1-0/+1
Add various functions to allocate and set the fields of an ECDSA_METHOD structure.
2013-07-15Make `safe' (EC)DSA nonces the default.Adam Langley1-1/+0
This change updates 8a99cb29 to make the generation of (EC)DSA nonces using the message digest the default. It also reverts the changes to (EC)DSA_METHOD structure. In addition to making it the default, removing the flag from EC_KEY means that FIPS modules will no longer have an ABI mismatch.
2013-06-13Add secure DSA nonce flag.Adam Langley1-1/+2
This change adds the option to calculate (EC)DSA nonces by hashing the message and private key along with entropy to avoid leaking the private key if the PRNG fails.
2006-11-21Update from 0.9.8 stable. Eliminate duplicate error codes.Dr. Stephen Henson1-7/+4
2006-10-04return an error if the supplied precomputed values lead to an invalid signatureNils Larsch1-1/+2
2005-04-26Fix various incorrect error function codes.Bodo Möller1-1/+1
("perl util/ck_errf.pl */*.c */*/*.c" still reports many more.)
2005-04-12Rebuild error codes.Dr. Stephen Henson1-14/+17
2003-03-20Make sure we get the definition of OPENSSL_NO_ERR.Richard Levitte1-0/+1
2002-08-07use a generic EC_KEY structure (EC keys are not ECDSA specific)Bodo Möller1-55/+1
Submitted by: Nils Larsch
2002-06-10move ECC ASN1 that is not specific to ECDSA into crypto/ec/,Bodo Möller1-8/+9
and make some appropriate changes to the EC library. Submitted by: Nils Larsch
2002-02-13ECDSA supportBodo Möller1-0/+155
Submitted by: Nils Larsch <nla@trustcenter.de>