summaryrefslogtreecommitdiffstats
path: root/crypto/ec/ecdsa_ossl.c
AgeCommit message (Expand)Author
2021-03-11Update copyright yearMatt Caswell
2021-02-26Fix external symbols related to ec & sm2 keysShane Lontis
2020-11-13Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte
2020-04-23Update copyright yearMatt Caswell
2020-02-04Deprecate the ECDSA and EV_KEY_METHOD functions.Pauli
2019-11-21ECDSA: don't clear free memory after verify.Pauli
2019-09-28Reorganize local header filesDr. Matthias St. Pierre
2019-09-28Reorganize private crypto header filesDr. Matthias St. Pierre
2019-08-15Enable curve-spefific ECDSA implementations via EC_METHODPatrick Steuer
2019-08-06Make the EC code available from inside the FIPS providerMatt Caswell
2019-07-31make RSA and DSA operations throw MISSING_PRIVATE_KEY if needed, adapt ECDSADavid von Oheimb
2019-04-09EC keygen updates + changed ecdsa_sign to use BN_secure_newShane Lontis
2018-12-06Following the license change, modify the boilerplates in crypto/ec/Richard Levitte
2018-07-31Use the new non-curve type specific EC functions internallyMatt Caswell
2018-07-18ec/ecdsa_ossl.c: switch to fixed-length Montgomery multiplication.Andy Polyakov
2018-07-18ec/ecdsa_ossl.c: formatting and readability fixes.Andy Polyakov
2018-07-18ec/ecdsa_ossl.c: revert blinding in ECDSA signature.Andy Polyakov
2018-06-22ecdsa_ossl: address coverity nitBenjamin Kaduk
2018-06-21[crypto/ec] default to FLT or errorBilly Brumley
2018-06-21make EC_GROUP_do_inverse_ord more robustBilly Brumley
2018-06-21Add blinding to a DSA signatureMatt Caswell
2018-06-13Add blinding to an ECDSA signatureMatt Caswell
2018-05-09ECDSA: remove nonce padding (delegated to EC_POINT_mul)Billy Brumley
2018-01-09Update copyright years on all files merged since Jan 1st 2018Richard Levitte
2018-01-07ec/ecp_nistz256.c: improve ECDSA sign by 30-40%.Andy Polyakov
2017-12-18Fix a typo in commentBernd Edlinger
2017-11-11Many spelling fixes/typo's corrected.Josh Soref
2017-11-01Address a timing side channel whereby it is possible to determine somePauli
2017-10-18Remove parentheses of return.KaoruToda
2017-08-03Add RAND_priv_bytes() for private keysRich Salz
2017-08-03Switch from ossl_rand to DRBG randRich Salz
2016-07-20Don't allocate r/s in DSA_SIG and ECDSA_SIGDr. Stephen Henson
2016-05-17Copyright consolidation 05/10Rich Salz
2016-02-28Add no signing flag.Dr. Stephen Henson
2016-01-31Add EC_GROUP_order_bits, EC_GROUP_get0_order and EC_GROUP_get0_cofactorDr. Stephen Henson
2016-01-26Remove /* foo.c */ commentsRich Salz
2015-12-09Use NULL comparisonDr. Stephen Henson
2015-12-09Top level ECDSA sign/verify redirection.Dr. Stephen Henson
2015-12-09adapt ossl_ecdsa.c to crypto/ecDr. Stephen Henson
2015-12-09Move ECDSA implementation to crypto/ecDr. Stephen Henson