summaryrefslogtreecommitdiff
path: root/crypto/ec/ecdsa_ossl.c
Commit message (Expand)AuthorAgeFilesLines
* Reorganize private crypto header filesDr. Matthias St. Pierre2019-09-271-1/+1
* Update copyright yearMatt Caswell2019-09-101-1/+1
* make RSA and DSA operations throw MISSING_PRIVATE_KEY if needed, adapt ECDSADavid von Oheimb2019-07-311-3/+11
* Use the new non-curve type specific EC functions internallyMatt Caswell2018-07-311-30/+9
* ec/ecdsa_ossl.c: switch to fixed-length Montgomery multiplication.Andy Polyakov2018-07-181-9/+21
* ec/ecdsa_ossl.c: formatting and readability fixes.Andy Polyakov2018-07-181-30/+18
* ec/ecdsa_ossl.c: revert blinding in ECDSA signature.Andy Polyakov2018-07-181-64/+7
* ecdsa_ossl: address coverity nitBenjamin Kaduk2018-06-221-1/+2
* [crypto/ec] default to FLT or errorBilly Brumley2018-06-211-2/+2
* make EC_GROUP_do_inverse_ord more robustBilly Brumley2018-06-211-34/+7
* Add blinding to a DSA signatureMatt Caswell2018-06-211-7/+7
* Add blinding to an ECDSA signatureMatt Caswell2018-06-131-7/+63
* ECDSA: remove nonce padding (delegated to EC_POINT_mul)Billy Brumley2018-05-091-17/+0
* Update copyright years on all files merged since Jan 1st 2018Richard Levitte2018-01-091-1/+1
* ec/ecp_nistz256.c: improve ECDSA sign by 30-40%.Andy Polyakov2018-01-071-27/+33
* Fix a typo in commentBernd Edlinger2017-12-181-1/+1
* Many spelling fixes/typo's corrected.Josh Soref2017-11-111-1/+1
* Address a timing side channel whereby it is possible to determine somePauli2017-11-011-6/+20
* Remove parentheses of return.KaoruToda2017-10-181-3/+3
* Add RAND_priv_bytes() for private keysRich Salz2017-08-031-1/+1
* Switch from ossl_rand to DRBG randRich Salz2017-08-031-1/+1
* Don't allocate r/s in DSA_SIG and ECDSA_SIGDr. Stephen Henson2016-07-201-0/+6
* Copyright consolidation 05/10Rich Salz2016-05-171-53/+5
* Add no signing flag.Dr. Stephen Henson2016-02-281-0/+15
* Add EC_GROUP_order_bits, EC_GROUP_get0_order and EC_GROUP_get0_cofactorDr. Stephen Henson2016-01-311-13/+14
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* Use NULL comparisonDr. Stephen Henson2015-12-091-2/+2
* Top level ECDSA sign/verify redirection.Dr. Stephen Henson2015-12-091-0/+48
* adapt ossl_ecdsa.c to crypto/ecDr. Stephen Henson2015-12-091-86/+59
* Move ECDSA implementation to crypto/ecDr. Stephen Henson2015-12-091-0/+468