summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorNils Larsch <nils@openssl.org>2005-05-10 11:37:47 +0000
committerNils Larsch <nils@openssl.org>2005-05-10 11:37:47 +0000
commit8b15c740180725e3e1e71ff619151840cdec46a5 (patch)
treeea4e30c81576aa0b35af6cfe5f21908ca514c2b3 /CHANGES
parent3afa6cf866257e240bf6b62dfb714bd5669385c7 (diff)
give EC_GROUP_new_by_nid a more meanigful name:
EC_GROUP_new_by_nid -> EC_GROUP_new_by_curve_name
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGES b/CHANGES
index 589d9fc46f..96ff52c52a 100644
--- a/CHANGES
+++ b/CHANGES
@@ -774,14 +774,14 @@
*) Include some named elliptic curves, and add OIDs from X9.62,
SECG, and WAP/WTLS. Each curve can be obtained from the new
function
- EC_GROUP_new_by_nid(),
+ EC_GROUP_new_by_curve_name(),
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_curve_name()
EC_GROUP_get_curve_name()
- [Nils Larsch <nla@trustcenter.de, Bodo Moeller]
+ [Nils Larsch <larsch@trustcenter.de, Bodo Moeller]
*) Remove a few calls to bn_wexpand() in BN_sqr() (the one in there
was actually never needed) and in BN_mul(). The removal in BN_mul()