Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge main -> VMS_64BITBRANCH_VMS_64BIT | Richard Levitte | 2010-01-27 | 1 | -146/+0 |
| | |||||
* | This branch hasn't been updated with changes from HEAD for a looooong time... | Richard Levitte | 2004-01-23 | 1 | -1/+3 |
| | | | | Here goes. | ||||
* | All the changes from HEAD since last merge. | Richard Levitte | 2003-04-04 | 1 | -2/+3 |
| | |||||
* | Merge in all the changes from HEAD. | Richard Levitte | 2002-08-13 | 1 | -6/+15 |
| | |||||
* | New function EC_GROUP_check_discriminant(). | Bodo Möller | 2002-03-20 | 1 | -1/+1 |
| | | | | | | Restructure implementation of EC_GROUP_check(). Submitted by: Nils Larsch | ||||
* | Fix bugs and typos. | Bodo Möller | 2002-03-18 | 1 | -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 scalar | Bodo Möller | 2001-03-10 | 1 | -2/+4 |
| | | | | multiplication of an arbitrary number of points. | ||||
* | In crypto/ec #if 0 out structures which reference (currently) | Dr. Stephen Henson | 2001-03-10 | 1 | -2/+2 |
| | | | | non existent functions because this breaks shared libraries. | ||||
* | Implement EC_GFp_mont_method. | Bodo Möller | 2001-03-08 | 1 | -10/+2 |
| | |||||
* | More method functions for elliptic curves, | Bodo Möller | 2001-03-08 | 1 | -2/+5 |
| | | | | and an ectest.c that actually tests something. | ||||
* | More 'TODO' items. | Bodo Möller | 2001-03-08 | 1 | -1/+5 |
| | |||||
* | More method functions for EC_GFp_simple_method. | Bodo Möller | 2001-03-08 | 1 | -1/+4 |
| | |||||
* | Some actual method functions (not enough yet to use the EC library, though), | Bodo Möller | 2001-03-07 | 1 | -3/+44 |
| | | | | | including EC arithmetics derived from Lenka Fibikova's code (with some additional optimizations). | ||||
* | ..._init functions are method-specific too | Bodo Möller | 2001-03-07 | 1 | -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öller | 2001-03-07 | 1 | -3/+3 |
| | |||||
* | The next bunch of vaporware. | Bodo Möller | 2001-03-07 | 1 | -4/+24 |
| | |||||
* | Implement dispatcher for EC_GROUP and EC_POINT method functions. | Bodo Möller | 2001-03-07 | 1 | -0/+11 |
| | | | | Initial EC_GROUP_new_curve_GFp implementation. | ||||
* | Add yet another (still empty) source code file that I forgot. | Bodo Möller | 2001-03-05 | 1 | -2/+0 |
| | |||||
* | Add more EC vaporware (empty source code files I missed in my | Bodo Möller | 2001-03-05 | 1 | -0/+59 |
previous commit). |