aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/ec
Commit message (Expand)AuthorAgeFilesLines
* Fix EC_KEY initialization race.Bodo Möller2012-10-052-3/+20
* enhance EC method to support setting curve type when generating keys and add ...Dr. Stephen Henson2012-09-112-5/+41
* Version skew reduction: trivia (I hope).Ben Laurie2012-06-031-0/+5
* PR: 2239Dr. Stephen Henson2012-04-221-0/+443
* Add new APIs EC_curve_nist2nid and EC_curve_nid2nist which convertDr. Stephen Henson2012-02-214-2/+63
* ec_pmeth.c: fix typo in commentary.Andy Polyakov2012-01-121-1/+1
* In EC_KEY_set_public_key_affine_coordinates include explicit check to see pas...Dr. Stephen Henson2011-11-161-3/+5
* PR: 2632Dr. Stephen Henson2011-10-261-1/+1
* Check for selftest failure in various places.Dr. Stephen Henson2011-10-221-0/+8
* Fix warnings.Bodo Möller2011-10-198-67/+86
* Improve optional 64-bit NIST-P224 implementation, and add NIST-P256 andBodo Möller2011-10-1810-614/+5286
* Allow for dynamic base in Win64 FIPS module.Andy Polyakov2011-09-142-0/+61
* make updateBodo Möller2011-09-051-53/+33
* recognise ecdsaWithSHA1 OIDDr. Stephen Henson2011-07-281-0/+1
* Give parameters names in prototypes.Dr. Stephen Henson2011-06-171-10/+10
* spacrv9cap.c: addenum to recent EC optimizations.Andy Polyakov2011-05-231-2/+2
* ec_cvt.c: ARM comparison results were wrong, clarify the background.Andy Polyakov2011-05-211-6/+12
* ec_cvt.c: avoid EC_GFp_nist_method on platforms with bn_mul_mont [seeAndy Polyakov2011-05-201-0/+19
* Rename FIPS_mode_set and FIPS_mode. Theses symbols will be defined inDr. Stephen Henson2011-05-111-1/+1
* Error discrepancy corrected.Richard Levitte2011-04-241-1/+1
* Add PRNG security strength checking.Dr. Stephen Henson2011-04-233-0/+75
* Use 0 for tbslen to perform strlen.Dr. Stephen Henson2011-04-191-1/+1
* Remove several of the old obsolete FIPS_corrupt_*() functions.Dr. Stephen Henson2011-04-141-9/+0
* Initial incomplete POST overhaul: add support for POST callback toDr. Stephen Henson2011-04-141-1/+2
* make updateRichard Levitte2011-03-251-1/+10
* * Configure, crypto/ec/ec.h, crypto/ec/ecp_nistp224.c, util/mkdef.pl:Richard Levitte2011-03-252-2/+3
* make updateRichard Levitte2011-03-241-32/+43
* make update (1.1.0-dev)Richard Levitte2011-03-231-0/+1
* Add SRP support.Ben Laurie2011-03-121-44/+32
* Make no-ec2m work again.Dr. Stephen Henson2011-03-101-0/+21
* Update dependencies.Dr. Stephen Henson2011-02-211-32/+67
* Add pairwise consistency test to EC.Dr. Stephen Henson2011-02-151-0/+40
* Don't use FIPS api for ec2_oct.cDr. Stephen Henson2011-02-141-2/+0
* Reorganise ECC code for inclusion in FIPS module.Dr. Stephen Henson2011-02-1414-782/+1055
* Use BN_nist_mod_func to avoid need to peek error queue.Dr. Stephen Henson2011-02-141-31/+7
* Disable some functions in headers with no-ec2mDr. Stephen Henson2011-02-121-0/+2
* New option to disable characteristic two fields in EC code.Dr. Stephen Henson2011-02-1211-24/+70
* For now disable EC_GFp_nistp224_method() for WIN32 so the WIN32 buildDr. Stephen Henson2011-02-031-0/+2
* Change AR to ARX to allow exclusion of fips object modulesDr. Stephen Henson2011-01-261-1/+1
* revert Makefile changeDr. Stephen Henson2011-01-251-1/+1
* New function EC_KEY_set_affine_coordinates() this performs all theDr. Stephen Henson2011-01-243-1/+89
* check EC public key isn't point at infinityDr. Stephen Henson2011-01-242-1/+7
* PR: 1612Dr. Stephen Henson2011-01-242-0/+6
* oops, revert mistakenly committed EC changesDr. Stephen Henson2011-01-194-35/+5
* Add additional parameter to dsa_builtin_paramgen to output the generatedDr. Stephen Henson2011-01-194-5/+35
* Fix warning.Ben Laurie2011-01-091-2/+2
* Fix warnings.Ben Laurie2010-09-051-3/+3
* More C language police work.Bodo Möller2010-08-271-43/+53
* C conformity fixes: Move declarations before statements in all blocks.Bodo Möller2010-08-271-6/+9
* C conformity fixes:Bodo Möller2010-08-271-12/+22