aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2002-09-02 07:12:08 +0000
committerBodo Möller <bodo@openssl.org>2002-09-02 07:12:08 +0000
commited5e37c3097f04d55534cc8198c39279ef0fe853 (patch)
tree0419b7b84d19646e961f11d0f5c496c3ef88a02a /CHANGES
parent65b1d31df53fecefbf53dedd8fc4f9f64a62a92b (diff)
downloadopenssl-ed5e37c3097f04d55534cc8198c39279ef0fe853.tar.gz
mention EC_get_builtin_curves()
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES6
1 files changed, 4 insertions, 2 deletions
diff --git a/CHANGES b/CHANGES
index 36a393c4b2..5f9849c92c 100644
--- a/CHANGES
+++ b/CHANGES
@@ -235,9 +235,11 @@ TODO: bug: pad x with leading zeros if necessary
[Nils Larsch <nla@trustcenter.de>]
*) Include some named elliptic curves, and add OIDs from X9.62,
- SECG, and WAP/WTLS. The curves can be obtained from the new
+ SECG, and WAP/WTLS. Each curve can be obtained from the new
function
- EC_GROUP_new_by_nid()
+ EC_GROUP_new_by_nid(),
+ and the list of available named curves can be obtained with
+ EC_get_builtin_curves().
Also add a 'curve_name' member to EC_GROUP objects, which can be
accessed via
EC_GROUP_set_nid()