aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/ec/ec.h
Commit message (Expand)AuthorAgeFilesLines
* Fix crypto/ec/ec_mult.c to work properly with scalars of value 0Bodo Möller2007-05-221-1/+2
* 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-1/+0
* Introduce limits to prevent malicious keys being able toBodo Möller2006-09-281-2/+10
* Fix various error codes to match functions.Dr. Stephen Henson2006-07-171-0/+2
* Someone made a mistake, and some function and reason codes gotRichard Levitte2006-05-121-7/+7
* Provisional support for EC pkey method, supporting ECDH and ECDSA.Dr. Stephen Henson2006-04-161-0/+17
* New utility pkeyparam. Enhance and bugfix algorithm specific parameterDr. Stephen Henson2006-03-281-0/+1
* Initial support for pluggable public key ASN1 support. Process most publicDr. Stephen Henson2006-03-201-0/+7
* Avoid contradictive error code assignments.Bodo Möller2006-01-081-1/+0
* Some error code cleanups (SSL lib. used SSL_R_... codes reserved for alerts)Bodo Möller2006-01-081-1/+2
* add some doxygen commentsNils Larsch2005-09-191-118/+665
* fix function name in errorNils Larsch2005-09-031-1/+1
* 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