aboutsummaryrefslogtreecommitdiff
path: root/include/openssl/ecerr.h
AgeCommit message (Expand)AuthorFilesLines
2020-05-16deprecate EC_POINTs_mul functionBilly Brumley1-0/+1
2020-04-17ecx: check for errors creating public keys from private ones.Pauli1-1/+2
2020-04-15mkerr: remove legacy guards from generated error headersDr. Matthias St. Pierre1-5/+0
2019-11-07Update source files for deprecation at 3.0Richard Levitte1-2/+2
2019-09-28Add legacy include guards to public header filesDr. Matthias St. Pierre1-0/+6
2019-09-28Fix header file include guard namesDr. Matthias St. Pierre1-2/+2
2019-09-25s390x assembly pack: accelerate X25519, X448, Ed25519 and Ed448Patrick Steuer1-0/+6
2019-09-06KDF error codes reworkedPauli1-0/+10
2019-08-15Enable curve-spefific ECDSA implementations via EC_METHODPatrick Steuer1-0/+1
2019-07-16Regenerate mkerr filesRich Salz1-177/+179
2019-03-11Add regenerated header filesRich Salz1-0/+4
2019-02-17SCA hardening for mod. field inversion in EC_GROUPBilly Brumley1-1/+5
2018-12-06Following the license change, modify the boilerplates in include/ and crypto/...Richard Levitte1-1/+1
2018-07-31Provide EC functions that are not curve type specificMatt Caswell1-0/+5
2018-07-16EC2M Lopez-Dahab ladder: use it also for ECDSA verifyNicola Tuveri1-0/+3
2018-07-16EC2M Lopez-Dahab ladder implementationNicola Tuveri1-0/+2
2018-07-16EC point multiplication: add `ladder` scaffoldNicola Tuveri1-0/+5
2018-07-16Remove stale SM2 error codesNicola Tuveri1-6/+0
2018-06-19Implement coordinate blinding for EC_POINTSohaib ul Hassan1-0/+1
2018-06-19Move SM2 algos to SM2 specific PKEY methodJack Lloyd1-0/+6
2018-05-24Revert "Support EVP_PKEY_sign() and EVP_PKEY_verify() for EdDSA"Matt Caswell1-2/+0
2018-04-26Add missing error code when alloc-return-nullFdaSilvaYY1-0/+1
2018-04-06Support EVP_PKEY_sign() and EVP_PKEY_verify() for EdDSAMatt Caswell1-0/+2
2018-04-03Set error code on alloc failuresRich Salz1-0/+5
2018-03-02Integrate X448 and Ed448 into libcryptoMatt Caswell1-0/+3
2018-02-09Small simplification in mkerr.plFdaSilvaYY1-4/+1
2018-02-07make update ERROR_REBUILD=-rebuildRichard Levitte1-214/+219
2018-01-19Copyright update of more files that have changed this yearRichard Levitte1-1/+1
2018-01-07ec/ecp_nistz256.c: improve ECDSA sign by 30-40%.Andy Polyakov1-0/+1
2017-11-20Support public key and param check in EVP interfacePaul Yang1-0/+1
2017-09-14Fix function name in ECerr callRich Salz1-0/+1
2017-06-07make error tables const and separate header fileRich Salz1-0/+237