summaryrefslogtreecommitdiff
path: root/crypto/ec/ec_err.c
Commit message (Expand)AuthorAgeFilesLines
* Provide EC functions that are not curve type specificMatt Caswell2018-07-311-0/+8
* EC2M Lopez-Dahab ladder: use it also for ECDSA verifyNicola Tuveri2018-07-161-0/+4
* EC2M Lopez-Dahab ladder implementationNicola Tuveri2018-07-161-0/+4
* EC point multiplication: add `ladder` scaffoldNicola Tuveri2018-07-161-0/+7
* Remove stale SM2 error codesNicola Tuveri2018-07-161-6/+0
* Implement coordinate blinding for EC_POINTSohaib ul Hassan2018-06-191-0/+2
* Move SM2 algos to SM2 specific PKEY methodJack Lloyd2018-06-191-0/+6
* Revert "Support EVP_PKEY_sign() and EVP_PKEY_verify() for EdDSA"Matt Caswell2018-05-241-2/+0
* Add missing error code when alloc-return-nullFdaSilvaYY2018-04-261-0/+1
* Support EVP_PKEY_sign() and EVP_PKEY_verify() for EdDSAMatt Caswell2018-04-061-0/+2
* Set error code on alloc failuresRich Salz2018-04-031-0/+5
* Integrate X448 and Ed448 into libcryptoMatt Caswell2018-03-021-0/+5
* Copyright update of more files that have changed this yearRichard Levitte2018-01-191-1/+1
* ec/ecp_nistz256.c: improve ECDSA sign by 30-40%.Andy Polyakov2018-01-071-0/+2
* Support public key and param check in EVP interfacePaul Yang2017-11-201-0/+1
* Fix function name in ECerr callRich Salz2017-09-141-0/+1
* make error tables const and separate header fileRich Salz2017-06-071-226/+280
* make errorsDr. Stephen Henson2017-05-301-0/+1
* make errorsDr. Stephen Henson2017-05-301-1/+3
* make errorsDr. Stephen Henson2016-08-131-0/+6
* Check for errors allocating the error strings.Kurt Roeckx2016-07-201-1/+2
* Don't allocate r/s in DSA_SIG and ECDSA_SIGDr. Stephen Henson2016-07-201-0/+1
* Remove unused error/function codes.Rich Salz2016-05-231-36/+1
* Manual fixes after copyright consolidationRich Salz2016-05-171-51/+6
* RT3676: Expose ECgroup i2d functionsRich Salz2016-03-091-4/+7
* make errorsDr. Stephen Henson2016-03-021-0/+1
* make errorsDr. Stephen Henson2016-03-011-0/+6
* TLS support for X25519Dr. Stephen Henson2016-02-281-1/+2
* update EC ASN1 and print routinesDr. Stephen Henson2016-02-051-1/+13
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* make errorsDr. Stephen Henson2015-12-091-0/+4
* make errorsDr. Stephen Henson2015-12-091-0/+3
* EC_KEY_METHOD keygen support.Dr. Stephen Henson2015-12-091-0/+1
* make errorsDr. Stephen Henson2015-12-091-0/+1
* Rebuild error source files.Dr. Stephen Henson2015-11-051-37/+37
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-213/+257
* crypto/ecp_nistz256.c: harmonize error codes.Andy Polyakov2014-09-211-5/+5
* Add ECP_NISTZ256 by Shay Gueron, Intel Corp.Andy Polyakov2014-09-121-1/+6
* Add support for ECDH KARI.Dr. Stephen Henson2013-07-171-1/+7
* Improve optional 64-bit NIST-P224 implementation, and add NIST-P256 andBodo Möller2011-10-181-1/+9
* New option to disable characteristic two fields in EC code.Dr. Stephen Henson2011-02-121-0/+1
* New function EC_KEY_set_affine_coordinates() this performs all theDr. Stephen Henson2011-01-241-0/+2
* New 64-bit optimized implementation EC_GFp_nistp224_method().Bodo Möller2010-08-261-1/+8
* Fix crypto/ec/ec_mult.c to work properly with scalars of value 0Bodo Möller2007-05-221-0/+1
* Fix duplicate error number.Ben Laurie2007-04-051-1/+1
* Update from 0.9.8 stable. Eliminate duplicate error codes.Dr. Stephen Henson2006-11-211-8/+4
* Introduce limits to prevent malicious keys being able toBodo Möller2006-09-281-0/+3
* Fix various error codes to match functions.Dr. Stephen Henson2006-07-171-0/+2
* Provisional support for EC pkey method, supporting ECDH and ECDSA.Dr. Stephen Henson2006-04-161-0/+10
* New utility pkeyparam. Enhance and bugfix algorithm specific parameterDr. Stephen Henson2006-03-281-1/+10