summaryrefslogtreecommitdiffstats
path: root/crypto/ec/ec_curve.c
AgeCommit message (Collapse)Author
2007-08-31Compress and more aggressively constify ec_curve.c [the latter isAndy Polyakov
achieved by minimizing link relocations].
2005-12-13commentBodo Möller
2005-05-10give EC_GROUP_new_by_nid a more meanigful name:Nils Larsch
EC_GROUP_new_by_nid -> EC_GROUP_new_by_curve_name
2005-05-08give EC_GROUP_*_nid functions a more meaningful nameNils Larsch
EC_GROUP_get_nid -> EC_GROUP_get_curve_name EC_GROUP_set_nid -> EC_GROUP_set_curve_name
2004-07-06Improve error handling if decompression of an ec point fails, and cleanupGeoff Thorpe
ec_curve.c (unify comments, etc). Submitted by: Nils Larsch Reviewed by: Bodo Moeller, Geoff Thorpe
2004-03-25Adds warnings about two curves and fixes the "seed" value for two otherGeoff Thorpe
curves. Submitted by: Nils Larsch
2003-11-29Add IPSec/IKE/Oakley curves.Richard Levitte
PR: 768 Submitted by: Vadim Fedukovich <vf@unity.net>
2003-01-16avoid potential confusion about curves (prime192v1 and prime256v1 areBodo Möller
also known as secp192r1 and secp256r1, respectively) Submitted by: Nils Larsch, Bodo Moeller
2002-11-11corrections to built-in curvesBodo Möller
Submitted by: Nils Larsch
2002-10-29Sun has agreed to removing the covenant language from most files.Bodo Möller
Submitted by: Sheueling Chang <Sheueling.Chang@Sun.COM>
2002-09-02change API for looking at the internal curve listBodo Möller
Submitted by: Nils Larsch
2002-08-15Simplify handling of named curves: get rid of EC_GROUP_new_by_name(),Bodo Möller
EC_GROUP_new_by_nid() should be enough. This avoids a lot of redundancy. Submitted by: Nils Larsch
2002-08-02add support for elliptic curves over binary fieldsBodo Möller
Submitted by: Duglas Stebila <douglas.stebila@sun.com>, Sheueling Chang <sheueling.chang@sun.com> (CHANGES entries by Bodo Moeller)
2002-04-08Apply OID fixes for elliptic curves as supplied byLutz Jänicke
Nils Larsch <nlarsch@compuserve.de>.
2002-03-18Fix bugs and typos.Bodo Möller
Add some WTLS curves. New function EC_GROUP_check() (this will probably be implemented differently soon). Submitted by: Nils Larsch Reviewed by: Bodo Moeller
2002-03-08EC curve stuffBodo Möller
Submitted by: Nils Larsch
2002-03-07fix spacingBodo Möller
2002-03-07Add more curves.Bodo Möller
Submitted by: Nils Larsch Remove unnecessary 'const'.
2002-02-13some modifications to named curve supportBodo Möller
2002-02-13add support for named curvesBodo Möller
Submitted by: Nils Larsch <nla@trustcenter.de>