aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/ec/ecdsa_ossl.c
Commit message (Expand)AuthorAgeFilesLines
* Rename BN_generate_dsa_nonce() to ossl_bn_gen_dsa_nonce_fixed_top()Tomas Mraz2024-05-021-2/+2
* Add ossl_bn_priv_rand_range_fixed_top() and use it for EC/DSATomas Mraz2024-05-021-2/+2
* Remove handling of NULL sig param in ossl_ecdsa_deterministic_signBernd Edlinger2024-04-021-1/+6
* Fix handling of NULL sig parameter in ECDSA_sign and similarBernd Edlinger2024-04-021-0/+5
* Copyright year updatesMatt Caswell2023-09-071-1/+1
* Fix mem leak in ECDSA_sign().slontis2023-03-311-2/+2
* Fix potential infinite loops in ECDSA signing.slontis2023-03-011-2/+19
* Implement deterministic ECDSA sign (RFC6979)slontis2022-11-301-12/+61
* Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte2022-10-051-8/+8
* add zero strenght arguments to BN and RAND RNG callsPauli2021-05-291-1/+1
* Update copyright yearMatt Caswell2021-03-111-1/+1
* Fix external symbols related to ec & sm2 keysShane Lontis2021-02-261-9/+9
* Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte2020-11-131-46/+44
* Update copyright yearMatt Caswell2020-04-231-1/+1
* Deprecate the ECDSA and EV_KEY_METHOD functions.Pauli2020-02-041-0/+6
* ECDSA: don't clear free memory after verify.Pauli2019-11-211-1/+1
* Reorganize local header filesDr. Matthias St. Pierre2019-09-281-1/+1
* Reorganize private crypto header filesDr. Matthias St. Pierre2019-09-281-1/+1
* Enable curve-spefific ECDSA implementations via EC_METHODPatrick Steuer2019-08-151-36/+71
* Make the EC code available from inside the FIPS providerMatt Caswell2019-08-061-4/+4
* make RSA and DSA operations throw MISSING_PRIVATE_KEY if needed, adapt ECDSADavid von Oheimb2019-07-311-3/+11
* EC keygen updates + changed ecdsa_sign to use BN_secure_newShane Lontis2019-04-091-1/+1
* Following the license change, modify the boilerplates in crypto/ec/Richard Levitte2018-12-061-1/+1
* 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