projects
/
openssl.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
give EC_GROUP_*_nid functions a more meaningful name
[openssl.git]
/
CHANGES
diff --git
a/CHANGES
b/CHANGES
index 20c88a49b17387da00eb2a5c6d0c9687e65a4564..589d9fc46f3e68e65dcd615c4175f7d0b8bc22b1 100644
(file)
--- a/
CHANGES
+++ b/
CHANGES
@@
-779,8
+779,8
@@
EC_get_builtin_curves().
Also add a 'curve_name' member to EC_GROUP objects, which can be
accessed via
EC_get_builtin_curves().
Also add a 'curve_name' member to EC_GROUP objects, which can be
accessed via
- EC_GROUP_set_
nid
()
- EC_GROUP_get_
nid
()
+ EC_GROUP_set_
curve_name
()
+ EC_GROUP_get_
curve_name
()
[Nils Larsch <nla@trustcenter.de, Bodo Moeller]
*) Remove a few calls to bn_wexpand() in BN_sqr() (the one in there
[Nils Larsch <nla@trustcenter.de, Bodo Moeller]
*) Remove a few calls to bn_wexpand() in BN_sqr() (the one in there