summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2002-06-10 12:18:21 +0000
committerBodo Möller <bodo@openssl.org>2002-06-10 12:18:21 +0000
commit458c29175ec2a7e9a76792fdf7324a20e04fdf08 (patch)
tree46e332427b9070d1e49b47bd92bcfa8f6c41e502 /CHANGES
parent8a5dbb0a2e90aedab1d553cefab6b3616c65e962 (diff)
move ECC ASN1 that is not specific to ECDSA into crypto/ec/,
and make some appropriate changes to the EC library. Submitted by: Nils Larsch
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES13
1 files changed, 13 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 21e4491134..5c490406bf 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,6 +4,19 @@
Changes between 0.9.7 and 0.9.8 [xx XXX 2002]
+ *) Add 'nid' and 'asn1_flag' members to EC_GROUP, and functions
+ EC_GROUP_get_nid()
+ EC_GROUP_get_set_asn1_flag()
+ EC_GROUP_get_get_asn1_flag()
+ 'nid' is an optional NID for named curves. 'asn1_flag'
+ determines the encoding to be used for ASN1 purposes.
+ [Nils Larsch <nla@trustcenter.de>]
+
+ *) Add 'field_type' member to EC_METHOD, which holds the NID
+ of the appropriate field type OID. The new function
+ EC_METHOD_get_field_type() returns this value.
+ [Nils Larsch <nla@trustcenter.de>]
+
*) Add functions
EC_POINT_point2bn()
EC_POINT_bn2point()