summaryrefslogtreecommitdiffstats
path: root/crypto/ec
AgeCommit message (Expand)Author
2019-03-11fix truncation of integers on 32bit AIXShane Lontis
2019-03-07Avoid an underflow in ecp_nistp521.cMatt Caswell
2019-03-06constify *_dup() and *i2d_*() and related functions as far as possible, intro...David von Oheimb
2019-02-27Fix the default digest algorthm of SM2Paul Yang
2019-02-25Rearrange the inclusion of curve448/curve448_lcl.hRichard Levitte
2019-02-17Fix some CFI issues in x86_64 assemblyDavid Benjamin
2019-02-17SCA hardening for mod. field inversion in EC_GROUPBilly Brumley
2019-02-16ARM64 assembly pack: make it Windows-friendly.Andy Polyakov
2019-02-16ARM assembly pack: make it Windows-friendly.Andy Polyakov
2019-02-15Add EC_GROUP_get0_fieldDavid Asraf
2019-02-12AArch64 assembly pack: authenticate return addresses.Andy Polyakov
2019-02-05Remove unnecessary trailing whitespaceSam Roberts
2019-01-31Build: Remove BEGINRAW / ENDRAW / OVERRIDERichard Levitte
2019-01-13Fix compilation with `-DREF_PRINT`Anna Henningsen
2018-12-11Disallow Ed448 signature malleabilityMatt Caswell
2018-12-06curve25519.c: improve formula alignmentDr. Matthias St. Pierre
2018-12-06curve25519.c: reformat code to follow coding guidelinesDr. Matthias St. Pierre
2018-12-06Following the license change, modify the boilerplates in crypto/ec/Richard Levitte
2018-12-06Refactor the computation of API version limitsRichard Levitte
2018-12-06Switch future deprecation version from 1.2.0 to 3.0Richard Levitte
2018-12-03Disallow Ed25519 signature maleabilityMatt Caswell
2018-11-10Stop marking default digest for EC keys as mandatoryDavid Woodhouse
2018-10-29Timing vulnerability in ECDSA signature generation (CVE-2018-0735)Pauli
2018-10-17Deprecate ECDH_KDF_X9_62()Antoine Salon
2018-10-17EVP module documentation passAntoine Salon
2018-09-11Update copyright yearMatt Caswell
2018-09-05Harmonize the error handling codepathNicola Tuveri
2018-09-05Fix segfault in RSA_free() (and DSA/DH/EC_KEY)Nicola Tuveri
2018-09-03[test] throw error from wrapper function instead of an EC_METHOD specific oneBilly Brumley
2018-08-22Improve the usability of the ca app using EdDSAMatt Caswell
2018-08-21Replace GFp ladder implementation with ladd-2002-it-4 from EFDNicola Tuveri
2018-08-03Fix some undefined behaviour in the Curve448 code (2nd attempt)Dr. Matthias St. Pierre
2018-07-31Deprecate the EC curve type specific functions in 1.2.0Matt Caswell
2018-07-31Use the new non-curve type specific EC functions internallyMatt Caswell
2018-07-31Provide EC functions that are not curve type specificMatt Caswell
2018-07-26EC GFp ladderBilly Brumley
2018-07-26Add ec/asm/x25519-ppc64.pl module.Andy Polyakov
2018-07-25Check for failures, to avoid memory leakRich Salz
2018-07-25ec/ecp_nistz256.c: fix Coverity nit.Andy Polyakov
2018-07-22ec/ecp_nistz256.c: fix ecp_nistz256_set_from_affine.Andy Polyakov
2018-07-22ec/asm/ecp_nistz256-{!x86_64}.pl: fix scatter_w7 function.Andy Polyakov
2018-07-20ec/ec_lcl.h: fix pre-C9x compilation problems.Andy Polyakov
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-07-17Fix typo in x25519-x86_64.plMat
2018-07-16EC2M Lopez-Dahab ladder: use it also for ECDSA verifyNicola Tuveri
2018-07-16EC2M Lopez-Dahab ladder implementationNicola Tuveri
2018-07-16EC point multiplication: add `ladder` scaffoldNicola Tuveri
2018-07-16Remove stale SM2 error codesNicola Tuveri