aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2000-12-30 02:40:26 +0000
committerDr. Stephen Henson <steve@openssl.org>2000-12-30 02:40:26 +0000
commit4e1209ebf8603d7f51a37d1645dfc0c09bac8686 (patch)
treee4487e9a433aba1030433f98b95e46588bf22a9f /CHANGES
parent78d3b819f04fcefa67294a840ea7fbf167418109 (diff)
downloadopenssl-4e1209ebf8603d7f51a37d1645dfc0c09bac8686.tar.gz
ASN1_ITEM versions of ASN1_d2i_{fp, bio} and replacement of
most of the old wrappers. A few of the old versions remain because they are non standard and the corresponding ASN1 code has not been reimplemented yet.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 997e7313f9..24eea3f151 100644
--- a/CHANGES
+++ b/CHANGES
@@ -3,6 +3,11 @@
Changes between 0.9.6 and 0.9.7 [xx XXX 2000]
+ *) New functions or ASN1_item_d2i_fp() and ASN1_item_d2i_bio(). These
+ replace the old function pointer based I/O routines. Change most of
+ the *_d2i_bio() and *_d2i_fp() functions to use these.
+ [Steve Henson]
+
*) Enhance mkdef.pl to be more accepting about spacing in C preprocessor
lines, recognice more "algorithms" that can be deselected, and make
it complain about algorithm deselection that isn't recognised.