aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/ec/ec_curve.c
Commit message (Expand)AuthorAgeFilesLines
* free NULL cleanup 7Rich Salz2015-04-301-14/+7
* free NULL cleanup.Rich Salz2015-03-251-2/+1
* Dead code cleanup: crypto/ec,ecdh,ecdsaRich Salz2015-02-021-20/+0
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-3299/+3088
* Fix source where indent will not be able to copeMatt Caswell2015-01-221-516/+1369
* remove OPENSSL_FIPSAPIDr. Stephen Henson2014-12-081-1/+1
* Remove fips_constseg references.Dr. Stephen Henson2014-12-081-60/+0
* Add ECP_NISTZ256 by Shay Gueron, Intel Corp.Andy Polyakov2014-09-121-3/+7
* PR: 2239Dr. Stephen Henson2012-04-221-0/+443
* Add new APIs EC_curve_nist2nid and EC_curve_nid2nist which convertDr. Stephen Henson2012-02-211-0/+49
* Fix warnings.Bodo Möller2011-10-191-3/+4
* Improve optional 64-bit NIST-P224 implementation, and add NIST-P256 andBodo Möller2011-10-181-3/+10
* Allow for dynamic base in Win64 FIPS module.Andy Polyakov2011-09-141-0/+60
* Reorganise ECC code for inclusion in FIPS module.Dr. Stephen Henson2011-02-141-0/+2
* New option to disable characteristic two fields in EC code.Dr. Stephen Henson2011-02-121-1/+13
* New 64-bit optimized implementation EC_GFp_nistp224_method().Bodo Möller2010-08-261-77/+98
* Compress and more aggressively constify ec_curve.c [the latter isAndy Polyakov2007-08-311-902/+1691
* commentBodo Möller2005-12-131-1/+2
* give EC_GROUP_new_by_nid a more meanigful name:Nils Larsch2005-05-101-2/+2
* give EC_GROUP_*_nid functions a more meaningful nameNils Larsch2005-05-081-1/+1
* Improve error handling if decompression of an ec point fails, and cleanupGeoff Thorpe2004-07-061-93/+93
* Adds warnings about two curves and fixes the "seed" value for two otherGeoff Thorpe2004-03-251-7/+33
* Add IPSec/IKE/Oakley curves.Richard Levitte2003-11-291-0/+28
* avoid potential confusion about curves (prime192v1 and prime256v1 areBodo Möller2003-01-161-24/+26
* corrections to built-in curvesBodo Möller2002-11-111-6/+6
* Sun has agreed to removing the covenant language from most files.Bodo Möller2002-10-291-13/+0
* change API for looking at the internal curve listBodo Möller2002-09-021-12/+13
* Simplify handling of named curves: get rid of EC_GROUP_new_by_name(),Bodo Möller2002-08-151-749/+1100
* add support for elliptic curves over binary fieldsBodo Möller2002-08-021-51/+563
* Apply OID fixes for elliptic curves as supplied byLutz Jänicke2002-04-081-4/+2
* Fix bugs and typos.Bodo Möller2002-03-181-1/+30
* EC curve stuffBodo Möller2002-03-081-1/+1
* fix spacingBodo Möller2002-03-071-2/+2
* Add more curves.Bodo Möller2002-03-071-144/+201
* some modifications to named curve supportBodo Möller2002-02-131-71/+75
* add support for named curvesBodo Möller2002-02-131-0/+274