aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2002-03-07 12:14:03 +0000
committerBodo Möller <bodo@openssl.org>2002-03-07 12:14:03 +0000
commit9bc448546e59e420fe74a8e8703f13e95b9481d6 (patch)
tree7f8e2f1aefce95d2966da393218249dafd8d9aed /CHANGES
parent0dc092334bc785b6fb0c8b568acba3db665b7e22 (diff)
downloadopenssl-9bc448546e59e420fe74a8e8703f13e95b9481d6.tar.gz
Add more curves.
Submitted by: Nils Larsch Remove unnecessary 'const'.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES7
1 files changed, 2 insertions, 5 deletions
diff --git a/CHANGES b/CHANGES
index 761cd4596c..7a56deb3b8 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,9 +4,6 @@
Changes between 0.9.7 and 0.9.8 [xx XXX 2002]
- *) Add OIDs from X9.62 and SECG.
- [Nils Larsch <nla@trustcenter.de>]
-
*) Add ECDSA in new directory crypto/ecdsa/.
Add applications 'openssl ecdsaparam' and 'openssl ecdsa'
@@ -22,8 +19,8 @@
extracted before the specific public key.
[Nils Larsch <nla@trustcenter.de>]
- *) Include some named elliptic curves. These can be obtained from
- the new functions
+ *) Include some named elliptic curves, and add OIDs from X9.62 and SECG.
+ The curves can be obtained from the new functions
EC_GROUP_new_by_nid()
EC_GROUP_new_by_name()
Also add a 'nid' field to EC_GROUP objects, which can be accessed