aboutsummaryrefslogtreecommitdiff
path: root/crypto/ec/ec_err.c
AgeCommit message (Expand)AuthorFilesLines
2023-03-01Fix potential infinite loops in ECDSA signing.slontis1-1/+2
2022-04-14Add error code for unsupported explicit parametersTomas Mraz1-1/+3
2021-06-01crypto: updates to pass size_t to RAND_bytes_ex()Pauli1-1/+2
2021-05-26err: rename err_load_xxx_strings_int functionsPauli1-1/+1
2020-11-24ERR: Rebuild all generated error headers and source filesRichard Levitte1-5/+11
2020-09-24Prune low-level ASN.1 parse errors from error queue in decoder_process()Dr. David von Oheimb1-4/+0
2020-08-22Add Explicit EC parameter support to providers.Shane Lontis1-0/+8
2020-07-06[EC][ASN1] Detect missing OID when serializing EC parameters and keysNicola Tuveri1-0/+1
2020-04-17ecx: check for errors creating public keys from private ones.Pauli1-1/+3
2019-09-12util/mkerr.pl: make it not depend on the function codeRichard Levitte1-1/+1
2019-09-06KDF error codes reworkedPauli1-0/+2
2019-07-16Regenerate mkerr filesRich Salz1-278/+1
2019-02-17SCA hardening for mod. field inversion in EC_GROUPBilly Brumley1-1/+8
2018-12-06Following the license change, modify the boilerplates in crypto/ec/Richard Levitte1-1/+1
2018-07-31Provide EC functions that are not curve type specificMatt Caswell1-0/+8
2018-07-16EC2M Lopez-Dahab ladder: use it also for ECDSA verifyNicola Tuveri1-0/+4
2018-07-16EC2M Lopez-Dahab ladder implementationNicola Tuveri1-0/+4
2018-07-16EC point multiplication: add `ladder` scaffoldNicola Tuveri1-0/+7
2018-07-16Remove stale SM2 error codesNicola Tuveri1-6/+0
2018-06-19Implement coordinate blinding for EC_POINTSohaib ul Hassan1-0/+2
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/+5
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/+2
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-226/+280
2017-05-30make errorsDr. Stephen Henson1-0/+1
2017-05-30make errorsDr. Stephen Henson1-1/+3
2016-08-13make errorsDr. Stephen Henson1-0/+6
2016-07-20Check for errors allocating the error strings.Kurt Roeckx1-1/+2
2016-07-20Don't allocate r/s in DSA_SIG and ECDSA_SIGDr. Stephen Henson1-0/+1
2016-05-23Remove unused error/function codes.Rich Salz1-36/+1
2016-05-17Manual fixes after copyright consolidationRich Salz1-51/+6
2016-03-09RT3676: Expose ECgroup i2d functionsRich Salz1-4/+7
2016-03-02make errorsDr. Stephen Henson1-0/+1
2016-03-01make errorsDr. Stephen Henson1-0/+6
2016-02-28TLS support for X25519Dr. Stephen Henson1-1/+2
2016-02-05update EC ASN1 and print routinesDr. Stephen Henson1-1/+13
2016-01-26Remove /* foo.c */ commentsRich Salz1-1/+0
2015-12-09make errorsDr. Stephen Henson1-0/+4
2015-12-09make errorsDr. Stephen Henson1-0/+3
2015-12-09EC_KEY_METHOD keygen support.Dr. Stephen Henson1-0/+1
2015-12-09make errorsDr. Stephen Henson1-0/+1
2015-11-05Rebuild error source files.Dr. Stephen Henson1-37/+37
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell1-213/+257