aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/ec/ec.h
Commit message (Expand)AuthorAgeFilesLines
* ecc api cleanup; summary:Nils Larsch2005-05-161-21/+22
* Fix more error codes.Bodo Möller2005-05-111-1/+1
* give EC_GROUP_new_by_nid a more meanigful name:Nils Larsch2005-05-101-3/+4
* give EC_GROUP_*_nid functions a more meaningful nameNils Larsch2005-05-081-2/+2
* Fix various incorrect error function codes.Bodo Möller2005-04-261-4/+7
* More overwritten stuff...Dr. Stephen Henson2005-04-121-0/+8
* Rebuild error codes.Dr. Stephen Henson2005-04-121-4/+0
* remove unused recp methodNils Larsch2005-04-041-3/+0
* Give everything prototypes (well, everything that's actually used).Ben Laurie2005-03-311-6/+3
* Deprecate the recursive includes of bn.h from various API headers (asn1.h,Geoff Thorpe2004-05-171-1/+3
* Get rid of bogus warning when compiling with Sun vendor compiler.Andy Polyakov2004-01-241-0/+8
* updates for draft-ietf-tls-ecc-03.txtBodo Möller2003-07-221-0/+1
* new function EC_GROUP_cmp() (used by EVP_PKEY_cmp())Bodo Möller2003-07-211-0/+3
* Make sure we get the definition of OPENSSL_NO_EC.Richard Levitte2003-03-201-0/+2
* ECPublicKey_set_octet_string and ECPublicKey_get_octet_stringBodo Möller2003-02-211-8/+8
* implement fast point multiplication with precomputationBodo Möller2003-02-061-7/+9
* Sun has agreed to removing the covenant language from most files.Bodo Möller2002-10-291-13/+0
* clean up new code for NIST primesBodo Möller2002-10-281-1/+2
* fast reduction for NIST curvesBodo Möller2002-10-281-1/+12
* change API for looking at the internal curve listBodo Möller2002-09-021-6/+10
* less specific interface for EC_GROUP_get_basis_typeBodo Möller2002-08-261-3/+8
* move EC_GROUP_get_basis_type() from ec_lib.c to ec_asn1.cBodo Möller2002-08-261-6/+7
* ASN1 for binary curvesBodo Möller2002-08-261-0/+8
* Simplify handling of named curves: get rid of EC_GROUP_new_by_name(),Bodo Möller2002-08-151-159/+75
* Add ECDH support.Bodo Möller2002-08-091-0/+1
* use a generic EC_KEY structure (EC keys are not ECDSA specific)Bodo Möller2002-08-071-27/+75
* Rename implementations of method functions so that they matchBodo Möller2002-08-021-15/+12
* there is no alternative EC_METHOD for curves over GF(2^m) (yet)Bodo Möller2002-08-021-2/+1
* add support for elliptic curves over binary fieldsBodo Möller2002-08-021-7/+120
* Use SEC1 format for EC private keys.Bodo Möller2002-07-261-0/+12
* Replace 'ecdsaparam' commandline utility by 'ecparam'Bodo Möller2002-07-141-0/+8
* Implement handling of EC parameter seeds (new functionsBodo Möller2002-06-181-6/+20
* simplify asn1_flagBodo Möller2002-06-121-5/+4
* move ECC ASN1 that is not specific to ECDSA into crypto/ec/,Bodo Möller2002-06-101-0/+58
* New functions EC_POINT_point2bn(), EC_POINT_bn2point(), EC_POINT_point2hex(),...Bodo Möller2002-05-301-0/+10
* Change internals of the EC library so that the functionsBodo Möller2002-05-081-7/+7
* Apply OID fixes for elliptic curves as supplied byLutz Jänicke2002-04-081-4/+4
* New function EC_GROUP_check_discriminant().Bodo Möller2002-03-201-1/+5
* Fix bugs and typos.Bodo Möller2002-03-181-2/+13
* Add more curves.Bodo Möller2002-03-071-1/+1
* add SECG OIDsBodo Möller2002-03-061-9/+21
* some modifications to named curve supportBodo Möller2002-02-131-8/+10
* add support for named curvesBodo Möller2002-02-131-5/+36
* Improve EC efficiency.Bodo Möller2001-11-151-0/+1
* The #error message must match a very specific regexp (see mkdef.pl,Richard Levitte2001-09-261-1/+1
* Precomputation will not necessarily be LIm-Lee precomputation.Bodo Möller2001-07-101-1/+1
* Since they aren't implemented yet, EC_GFp_{recp,nist}_method() need toRichard Levitte2001-03-211-0/+2
* 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-2/+2