aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/ec/ec_err.c
Commit message (Expand)AuthorAgeFilesLines
* 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