summaryrefslogtreecommitdiffstats
path: root/crypto/ec/ec_lcl.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* ecc api cleanup; summary:Nils Larsch2005-05-161-7/+22
* remove unused recp methodNils Larsch2005-04-041-10/+0
* Deprecate the recursive includes of bn.h from various API headers (asn1.h,Geoff Thorpe2004-05-171-0/+1
* Get rid of bogus warning when compiling with Sun vendor compiler.Andy Polyakov2004-01-241-0/+5
* Allow EC_GROUP objects to share precomputation for improved memoryBodo Möller2003-02-121-12/+19
* fix EC_GROUP_copy for EC_GFp_nist_method()Bodo Möller2003-02-081-0/+1
* typoBodo Möller2003-02-061-1/+1
* implement fast point multiplication with precomputationBodo Möller2003-02-061-7/+13
* rename some functions to improve consistencyBodo Möller2002-11-231-2/+2
* remove redundant functionsBodo Möller2002-11-181-4/+0
* 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-0/+1
* remove superfluous codeBodo Möller2002-10-281-5/+0
* move EC_GROUP_get_basis_type() from ec_lib.c to ec_asn1.cBodo Möller2002-08-261-0/+5
* optical changesBodo Möller2002-08-021-4/+4
* Rename implementations of method functions so that they matchBodo Möller2002-08-021-20/+23
* add support for elliptic curves over binary fieldsBodo Möller2002-08-021-10/+103
* Implement handling of EC parameter seeds (new functionsBodo Möller2002-06-181-3/+3
* simplify asn1_flagBodo Möller2002-06-121-1/+2
* move ECC ASN1 that is not specific to ECDSA into crypto/ec/,Bodo Möller2002-06-101-1/+1
* move ECC ASN1 that is not specific to ECDSA into crypto/ec/,Bodo Möller2002-06-101-1/+9
* Change internals of the EC library so that the functionsBodo Möller2002-05-081-22/+15
* New function EC_GROUP_check_discriminant().Bodo Möller2002-03-201-2/+2
* Fix bugs and typos.Bodo Möller2002-03-181-0/+4
* reference counting for EC_GROUP structures is not needed (at theBodo Möller2002-03-061-1/+0
* add support for named curvesBodo Möller2002-02-131-0/+3
* More EC stuff, including EC_POINTs_mul() for simultaneous scalarBodo Möller2001-03-111-12/+17
* Implement EC_GFp_mont_method.Bodo Möller2001-03-081-4/+0
* More method functions for elliptic curves,Bodo Möller2001-03-081-8/+16
* More 'TODO' items.Bodo Möller2001-03-081-7/+27
* More method functions for EC_GFp_simple_method.Bodo Möller2001-03-081-2/+12
* More method functions.Bodo Möller2001-03-071-3/+3
* Some actual method functions (not enough yet to use the EC library, though),Bodo Möller2001-03-071-7/+11
* ..._init functions are method-specific tooBodo Möller2001-03-071-0/+3
* Optimized EC_METHODs need specific 'set_curve' and 'free' functions.Bodo Möller2001-03-071-0/+9
* The next bunch of vaporware.Bodo Möller2001-03-071-5/+50
* extra_data 'mixin'.Bodo Möller2001-03-071-2/+23
* Implement dispatcher for EC_GROUP and EC_POINT method functions.Bodo Möller2001-03-071-4/+12
* Add a few 'const'sBodo Möller2001-03-061-5/+5
* 'is_at_infinity' tests don't need a BN_CTX.Bodo Möller2001-03-061-1/+1
* New function declarations.Bodo Möller2001-03-061-5/+15
* Add BN_CTX arguments where appropriate.Bodo Möller2001-03-061-13/+30
* Change comments.Bodo Möller2001-03-051-2/+2
* Some declarations that outline what I intend to implement.Bodo Möller2001-03-051-0/+64
* Add yet another (still empty) source code file that I forgot.Bodo Möller2001-03-051-0/+2
* Move ec.h to ec2.h because it is not compatible with what we will use.Bodo Möller2001-03-051-0/+55