aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/ecdsa/ecs_sign.c
Commit message (Expand)AuthorAgeFilesLines
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-31/+31
* Make `safe' (EC)DSA nonces the default.Adam Langley2013-07-151-9/+1
* Add secure DSA nonce flag.Adam Langley2013-06-131-1/+9
* Seed PRNG with DSA and ECDSA digests for additional protection againstDr. Stephen Henson2009-09-091-0/+2
* fix typo: pass pre-computed parameters to the underlying signature function; ...Nils Larsch2006-02-131-1/+1
* ecc api cleanup; summary:Nils Larsch2005-05-161-6/+19
* hide the definition of ECDSA_METHOD and ECDSA_DATA (and mutatis mutandisNils Larsch2005-04-291-1/+1
* Update ECDSA and ECDH for OPENSSL_NO_ENGINE.Geoff Thorpe2004-10-211-0/+2
* use a generic EC_KEY structure (EC keys are not ECDSA specific)Bodo Möller2002-08-071-7/+14
* Use SEC1 format for EC private keys.Bodo Möller2002-07-261-58/+2
* ECDSA supportBodo Möller2002-02-131-0/+138