summaryrefslogtreecommitdiff
path: root/crypto/ec/ec_err.c
Commit message (Expand)AuthorAgeFilesLines
* Improve optional 64-bit NIST-P224 implementation, and add NIST-P256 andBodo Möller2011-10-181-1/+9
* Backport from HEAD:Dr. Stephen Henson2011-06-061-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
* Further TLS extension updatesBodo Möller2006-01-091-1/+0
* fix function name in errorNils Larsch2005-09-031-1/+1
* give EC_GROUP_new_by_nid a more meanigful name:Nils Larsch2005-05-101-1/+1
* Fix various incorrect error function codes.Bodo Möller2005-04-261-4/+7
* Rebuild error codes.Dr. Stephen Henson2005-04-121-142/+146
* ECPublicKey_set_octet_string and ECPublicKey_get_octet_stringBodo Möller2003-02-211-2/+2
* implement fast point multiplication with precomputationBodo Möller2003-02-061-4/+2
* clean up new code for NIST primesBodo Möller2002-10-281-1/+2
* fast reduction for NIST curvesBodo Möller2002-10-281-0/+11
* less specific interface for EC_GROUP_get_basis_typeBodo Möller2002-08-261-0/+4
* Simplify handling of named curves: get rid of EC_GROUP_new_by_name(),Bodo Möller2002-08-151-11/+6
* use a generic EC_KEY structure (EC keys are not ECDSA specific)Bodo Möller2002-08-071-4/+19
* Rename implementations of method functions so that they matchBodo Möller2002-08-021-11/+8
* add support for elliptic curves over binary fieldsBodo Möller2002-08-021-0/+18
* Implement handling of EC parameter seeds (new functionsBodo Möller2002-06-181-2/+4
* move ECC ASN1 that is not specific to ECDSA into crypto/ec/,Bodo Möller2002-06-101-1/+28
* New function EC_GROUP_check_discriminant().Bodo Möller2002-03-201-1/+2
* Fix bugs and typos.Bodo Möller2002-03-181-2/+6
* ECDSA supportBodo Möller2002-02-131-1/+1
* some modifications to named curve supportBodo Möller2002-02-131-4/+4
* add support for named curvesBodo Möller2002-02-131-0/+7
* Improve EC efficiency.Bodo Möller2001-11-151-0/+1
* Completely remove mont2 stuff.Bodo Möller2001-03-151-5/+0
* make update.Richard Levitte2001-03-131-0/+5
* Rename function EC_GROUP_precompute to EC_GROUP_precompute_mult,Bodo Möller2001-03-121-1/+1
* Add functions EC_POINT_mul and EC_GROUP_precompute.Bodo Möller2001-03-111-0/+2
* comment and error code updateBodo Möller2001-03-101-1/+1
* More EC stuff, including EC_POINTs_mul() for simultaneous scalarBodo Möller2001-03-101-0/+8
* Implement EC_GFp_mont_method.Bodo Möller2001-03-081-0/+6
* More method functions for elliptic curves,Bodo Möller2001-03-081-0/+5
* Sort openssl.ec, the configuration file for mkerr.pl.Bodo Möller2001-03-081-8/+8
* More 'TODO' items.Bodo Möller2001-03-081-0/+6
* More method functions for EC_GFp_simple_method.Bodo Möller2001-03-081-2/+11
* More method functions.Bodo Möller2001-03-071-0/+1
* Some actual method functions (not enough yet to use the EC library, though),Bodo Möller2001-03-071-0/+1
* extra_data 'mixin'.Bodo Möller2001-03-071-0/+4
* Implement dispatcher for EC_GROUP and EC_POINT method functions.Bodo Möller2001-03-071-0/+16
* Move ec.h to ec2.h because it is not compatible with what we will use.Bodo Möller2001-03-051-0/+92