summaryrefslogtreecommitdiff
path: root/crypto/ec/ecp_recp.c
Commit message (Collapse)AuthorAgeFilesLines
* Merge main -> VMS_64BITBRANCH_VMS_64BITRichard Levitte2010-01-271-146/+0
|
* This branch hasn't been updated with changes from HEAD for a looooong time...Richard Levitte2004-01-231-1/+3
| | | | Here goes.
* All the changes from HEAD since last merge.Richard Levitte2003-04-041-2/+3
|
* Merge in all the changes from HEAD.Richard Levitte2002-08-131-6/+15
|
* New function EC_GROUP_check_discriminant().Bodo Möller2002-03-201-1/+1
| | | | | | Restructure implementation of EC_GROUP_check(). Submitted by: Nils Larsch
* Fix bugs and typos.Bodo Möller2002-03-181-0/+1
| | | | | | | | | Add some WTLS curves. New function EC_GROUP_check() (this will probably be implemented differently soon). Submitted by: Nils Larsch Reviewed by: Bodo Moeller
* More EC stuff, including EC_POINTs_mul() for simultaneous scalarBodo Möller2001-03-101-2/+4
| | | | multiplication of an arbitrary number of points.
* In crypto/ec #if 0 out structures which reference (currently)Dr. Stephen Henson2001-03-101-2/+2
| | | | non existent functions because this breaks shared libraries.
* Implement EC_GFp_mont_method.Bodo Möller2001-03-081-10/+2
|
* More method functions for elliptic curves,Bodo Möller2001-03-081-2/+5
| | | | and an ectest.c that actually tests something.
* More 'TODO' items.Bodo Möller2001-03-081-1/+5
|
* More method functions for EC_GFp_simple_method.Bodo Möller2001-03-081-1/+4
|
* Some actual method functions (not enough yet to use the EC library, though),Bodo Möller2001-03-071-3/+44
| | | | | including EC arithmetics derived from Lenka Fibikova's code (with some additional optimizations).
* ..._init functions are method-specific tooBodo Möller2001-03-071-1/+1
| | | | | (they can't do much useful, but they will have to set pointers to NULL)
* Optimized EC_METHODs need specific 'set_curve' and 'free' functions.Bodo Möller2001-03-071-3/+3
|
* The next bunch of vaporware.Bodo Möller2001-03-071-4/+24
|
* Implement dispatcher for EC_GROUP and EC_POINT method functions.Bodo Möller2001-03-071-0/+11
| | | | Initial EC_GROUP_new_curve_GFp implementation.
* Add yet another (still empty) source code file that I forgot.Bodo Möller2001-03-051-2/+0
|
* Add more EC vaporware (empty source code files I missed in myBodo Möller2001-03-051-0/+59
previous commit).