aboutsummaryrefslogtreecommitdiff
path: root/crypto/ecdsa/ecs_sign.c
AgeCommit message (Expand)AuthorFilesLines
2006-02-13fix typo: pass pre-computed parameters to the underlying signature function; ...Nils Larsch1-1/+1
2005-05-16ecc api cleanup; summary:Nils Larsch1-6/+19
2005-04-29hide the definition of ECDSA_METHOD and ECDSA_DATA (and mutatis mutandisNils Larsch1-1/+1
2004-10-21Update ECDSA and ECDH for OPENSSL_NO_ENGINE.Geoff Thorpe1-0/+2
2002-08-07use a generic EC_KEY structure (EC keys are not ECDSA specific)Bodo Möller1-7/+14
2002-07-26Use SEC1 format for EC private keys.Bodo Möller1-58/+2
2002-02-13ECDSA supportBodo Möller1-0/+138