aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/ec
Commit message (Expand)AuthorAgeFilesLines
* 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
* (formatting error)Bodo Möller2010-08-261-0/+1
* New 64-bit optimized implementation EC_GFp_nistp224_method().Bodo Möller2010-08-267-170/+1770
* ECC library bugfixes.Bodo Möller2010-08-262-6/+13
* Add algorithm specific signature printing. An individual ASN1 method canDr. Stephen Henson2010-03-061-0/+1
* Always check bn_wexpend() return values for failure (CVE-2009-3245).Bodo Möller2010-02-231-4/+4
* PR: 2118Dr. Stephen Henson2009-11-301-1/+1
* ec_mult.c: fix C4334 win64 compiler warning.Andy Polyakov2009-05-021-5/+5
* Check scalar->d before we use it (in BN_num_bits()). (Coverity ID 129)Ben Laurie2008-12-271-6/+6
* Revert the size_t modifications from HEAD that had led to moreGeoff Thorpe2008-11-123-6/+6
* Update obsolete email address...Dr. Stephen Henson2008-11-052-2/+2
* More size_tification.Ben Laurie2008-11-013-6/+6
* ec2_mult.c readability update.Andy Polyakov2008-10-281-9/+10
* Fix EC_KEY_check_key.Andy Polyakov2008-09-231-12/+4
* Remove the dual-callback scheme for numeric and pointer thread IDs,Geoff Thorpe2008-08-061-1/+1
* Revert my earlier CRYPTO_THREADID commit, I will commit a reworkedGeoff Thorpe2008-07-031-1/+1
* Indicate support for digest init ctrl.Dr. Stephen Henson2008-05-021-0/+1
* Add 64-bit support to BN_nist_mod_244 and engage BN_nist_mod_* on 64-bitAndy Polyakov2008-04-241-26/+0
* There was a need to support thread ID types that couldn't be reliably castGeoff Thorpe2008-03-281-1/+1
* Update dependencies.Dr. Stephen Henson2008-03-221-10/+11
* Fix a variety of warnings generated by some elevated compiler-fascism,Geoff Thorpe2008-03-162-0/+2
* And so it begins...Dr. Stephen Henson2008-03-122-0/+23
* Compress and more aggressively constify ec_curve.c [the latter isAndy Polyakov2007-08-311-902/+1691
* Fix crypto/ec/ec_mult.c to work properly with scalars of value 0Bodo Möller2007-05-224-7/+45
* Fix duplicate error number.Ben Laurie2007-04-052-2/+2
* Constify version strings and some structures.Dr. Stephen Henson2007-01-211-1/+1
* add support for ecdsa-with-sha256 etc.Nils Larsch2006-12-202-5/+14
* Fix the BIT STRING encoding of EC points or parameter seedsBodo Möller2006-12-191-0/+4
* Update from 0.9.8 stable. Eliminate duplicate error codes.Dr. Stephen Henson2006-11-212-9/+4
* Introduce limits to prevent malicious keys being able toBodo Möller2006-09-283-2/+59
* Use correct pointer types for various functions.Dr. Stephen Henson2006-07-201-2/+2
* Fix various error codes to match functions.Dr. Stephen Henson2006-07-173-2/+6