summaryrefslogtreecommitdiffstats
path: root/crypto/ec/ec_err.c
AgeCommit message (Expand)Author
2023-03-01Fix potential infinite loops in ECDSA signing.slontis
2022-04-14Add error code for unsupported explicit parametersTomas Mraz
2021-06-01crypto: updates to pass size_t to RAND_bytes_ex()Pauli
2021-05-26err: rename err_load_xxx_strings_int functionsPauli
2020-11-24ERR: Rebuild all generated error headers and source filesRichard Levitte
2020-09-24Prune low-level ASN.1 parse errors from error queue in decoder_process()Dr. David von Oheimb
2020-08-22Add Explicit EC parameter support to providers.Shane Lontis
2020-07-06[EC][ASN1] Detect missing OID when serializing EC parameters and keysNicola Tuveri
2020-04-17ecx: check for errors creating public keys from private ones.Pauli
2019-09-12util/mkerr.pl: make it not depend on the function codeRichard Levitte
2019-09-06KDF error codes reworkedPauli
2019-07-16Regenerate mkerr filesRich Salz
2019-02-17SCA hardening for mod. field inversion in EC_GROUPBilly Brumley
2018-12-06Following the license change, modify the boilerplates in crypto/ec/Richard Levitte
2018-07-31Provide EC functions that are not curve type specificMatt Caswell
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
2018-06-19Implement coordinate blinding for EC_POINTSohaib ul Hassan
2018-06-19Move SM2 algos to SM2 specific PKEY methodJack Lloyd
2018-05-24Revert "Support EVP_PKEY_sign() and EVP_PKEY_verify() for EdDSA"Matt Caswell
2018-04-26Add missing error code when alloc-return-nullFdaSilvaYY
2018-04-06Support EVP_PKEY_sign() and EVP_PKEY_verify() for EdDSAMatt Caswell
2018-04-03Set error code on alloc failuresRich Salz
2018-03-02Integrate X448 and Ed448 into libcryptoMatt Caswell
2018-01-19Copyright update of more files that have changed this yearRichard Levitte
2018-01-07ec/ecp_nistz256.c: improve ECDSA sign by 30-40%.Andy Polyakov
2017-11-20Support public key and param check in EVP interfacePaul Yang
2017-09-14Fix function name in ECerr callRich Salz
2017-06-07make error tables const and separate header fileRich Salz
2017-05-30make errorsDr. Stephen Henson
2017-05-30make errorsDr. Stephen Henson
2016-08-13make errorsDr. Stephen Henson
2016-07-20Check for errors allocating the error strings.Kurt Roeckx
2016-07-20Don't allocate r/s in DSA_SIG and ECDSA_SIGDr. Stephen Henson
2016-05-23Remove unused error/function codes.Rich Salz
2016-05-17Manual fixes after copyright consolidationRich Salz
2016-03-09RT3676: Expose ECgroup i2d functionsRich Salz
2016-03-02make errorsDr. Stephen Henson
2016-03-01make errorsDr. Stephen Henson
2016-02-28TLS support for X25519Dr. Stephen Henson
2016-02-05update EC ASN1 and print routinesDr. Stephen Henson
2016-01-26Remove /* foo.c */ commentsRich Salz
2015-12-09make errorsDr. Stephen Henson
2015-12-09make errorsDr. Stephen Henson
2015-12-09EC_KEY_METHOD keygen support.Dr. Stephen Henson
2015-12-09make errorsDr. Stephen Henson
2015-11-05Rebuild error source files.Dr. Stephen Henson
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell