aboutsummaryrefslogtreecommitdiff
path: root/crypto/ec
AgeCommit message (Expand)AuthorFilesLines
2018-12-11Disallow Ed448 signature malleabilityMatt Caswell1-2/+28
2018-12-06curve25519.c: improve formula alignmentDr. Matthias St. Pierre1-523/+513
2018-12-06curve25519.c: reformat code to follow coding guidelinesDr. Matthias St. Pierre1-2228/+2344
2018-12-06Following the license change, modify the boilerplates in crypto/ec/Richard Levitte57-57/+57
2018-12-06Refactor the computation of API version limitsRichard Levitte3-5/+5
2018-12-06Switch future deprecation version from 1.2.0 to 3.0Richard Levitte2-4/+4
2018-12-03Disallow Ed25519 signature maleabilityMatt Caswell1-10/+43
2018-11-10Stop marking default digest for EC keys as mandatoryDavid Woodhouse1-1/+1
2018-10-29Timing vulnerability in ECDSA signature generation (CVE-2018-0735)Pauli1-3/+3
2018-10-17Deprecate ECDH_KDF_X9_62()Antoine Salon1-0/+2
2018-10-17EVP module documentation passAntoine Salon3-7/+20
2018-09-11Update copyright yearMatt Caswell8-8/+8
2018-09-05Harmonize the error handling codepathNicola Tuveri1-1/+1
2018-09-05Fix segfault in RSA_free() (and DSA/DH/EC_KEY)Nicola Tuveri1-1/+1
2018-09-03[test] throw error from wrapper function instead of an EC_METHOD specific oneBilly Brumley1-0/+4
2018-08-22Improve the usability of the ca app using EdDSAMatt Caswell1-3/+13
2018-08-21Replace GFp ladder implementation with ladd-2002-it-4 from EFDNicola Tuveri1-30/+33
2018-08-03Fix some undefined behaviour in the Curve448 code (2nd attempt)Dr. Matthias St. Pierre1-6/+3
2018-07-31Deprecate the EC curve type specific functions in 1.2.0Matt Caswell2-4/+12
2018-07-31Use the new non-curve type specific EC functions internallyMatt Caswell15-130/+53
2018-07-31Provide EC functions that are not curve type specificMatt Caswell3-92/+71
2018-07-26EC GFp ladderBilly Brumley4-14/+239
2018-07-26Add ec/asm/x25519-ppc64.pl module.Andy Polyakov2-0/+825
2018-07-25Check for failures, to avoid memory leakRich Salz1-5/+6
2018-07-25ec/ecp_nistz256.c: fix Coverity nit.Andy Polyakov1-2/+1
2018-07-22ec/ecp_nistz256.c: fix ecp_nistz256_set_from_affine.Andy Polyakov1-22/+6
2018-07-22ec/asm/ecp_nistz256-{!x86_64}.pl: fix scatter_w7 function.Andy Polyakov5-25/+25
2018-07-20ec/ec_lcl.h: fix pre-C9x compilation problems.Andy Polyakov1-9/+9
2018-07-18ec/ecdsa_ossl.c: switch to fixed-length Montgomery multiplication.Andy Polyakov1-9/+21
2018-07-18ec/ecdsa_ossl.c: formatting and readability fixes.Andy Polyakov1-30/+18
2018-07-18ec/ecdsa_ossl.c: revert blinding in ECDSA signature.Andy Polyakov1-64/+7
2018-07-17Fix typo in x25519-x86_64.plMat1-1/+1
2018-07-16EC2M Lopez-Dahab ladder: use it also for ECDSA verifyNicola Tuveri9-71/+138
2018-07-16EC2M Lopez-Dahab ladder implementationNicola Tuveri2-60/+218
2018-07-16EC point multiplication: add `ladder` scaffoldNicola Tuveri11-57/+185
2018-07-16Remove stale SM2 error codesNicola Tuveri1-6/+0
2018-07-15ec/curve25519.c: reorganize for better accessibility.Andy Polyakov1-143/+150
2018-07-15ec/asm/x25519-x86_64.pl: add CFI directives and Windows SE handler.Andy Polyakov1-1/+296
2018-07-15ec/asm/x25519-x86_64.pl: fix base 2^64 add/sub and final reduction.Andy Polyakov1-4/+17
2018-07-04[crypto/ec] disable SCA mitigations for curves with incomplete parametersBilly Brumley1-22/+24
2018-06-25ec/ec_pmeth.c: minor cleanups and readability fixes.Andy Polyakov1-23/+30
2018-06-25Add inter-module private header for EC functionsNicola Tuveri1-3/+1
2018-06-22ecdsa_ossl: address coverity nitBenjamin Kaduk1-1/+2
2018-06-22enable-ec_nistp_64_gcc_128: Fix function prototype warning [-Wstrict-prototypes]Nicola Tuveri3-3/+3
2018-06-21[crypto/ec] default to FLT or errorBilly Brumley4-35/+41
2018-06-21[crypto/ec] remove blinding to support even ordersBilly Brumley1-30/+11
2018-06-21make EC_GROUP_do_inverse_ord more robustBilly Brumley2-35/+75
2018-06-21Add -Wstrict-prototypes option to --strict-warningsBernd Edlinger1-1/+1
2018-06-21[crypto/ec] don't assume points are of order group->orderBilly Brumley1-14/+15
2018-06-21Add blinding to a DSA signatureMatt Caswell1-7/+7