aboutsummaryrefslogtreecommitdiff
path: root/crypto/ecdsa/ecs_err.c
AgeCommit message (Expand)AuthorFilesLines
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell1-31/+31
2013-09-18Add functions to set ECDSA_METHOD structure.Dr. Stephen Henson1-0/+1
2013-07-15Make `safe' (EC)DSA nonces the default.Adam Langley1-1/+0
2013-06-13Add secure DSA nonce flag.Adam Langley1-1/+2
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
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
2002-06-10move ECC ASN1 that is not specific to ECDSA into crypto/ec/,Bodo Möller1-8/+9
2002-02-13ECDSA supportBodo Möller1-0/+155