summaryrefslogtreecommitdiffstats
path: root/crypto/ec/ec_err.c
AgeCommit message (Expand)Author
2020-07-04[EC][ASN1] Detect missing OID when serializing EC parameters and keysNicola Tuveri
2019-02-20SCA hardening for mod. field inversion in EC_GROUPBilly Brumley
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
2014-09-21crypto/ecp_nistz256.c: harmonize error codes.Andy Polyakov
2014-09-12Add ECP_NISTZ256 by Shay Gueron, Intel Corp.Andy Polyakov
2013-07-17Add support for ECDH KARI.Dr. Stephen Henson
2011-10-18Improve optional 64-bit NIST-P224 implementation, and add NIST-P256 andBodo Möller
2011-02-12New option to disable characteristic two fields in EC code.Dr. Stephen Henson
2011-01-24New function EC_KEY_set_affine_coordinates() this performs all theDr. Stephen Henson
2010-08-26New 64-bit optimized implementation EC_GFp_nistp224_method().Bodo Möller
2007-05-22Fix crypto/ec/ec_mult.c to work properly with scalars of value 0Bodo Möller
2007-04-05Fix duplicate error number.Ben Laurie
2006-11-21Update from 0.9.8 stable. Eliminate duplicate error codes.Dr. Stephen Henson
2006-09-28Introduce limits to prevent malicious keys being able toBodo Möller
2006-07-17Fix various error codes to match functions.Dr. Stephen Henson