ASN1_ITEM versions of ASN1_d2i_{fp, bio} and replacement of
[openssl.git] / CHANGES
diff --git a/CHANGES b/CHANGES
index 28f71ba65206d0de03d613d8090151eed8d16c1e..24eea3f151532dff16e1f4a0b2b05d90d582779f 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -3,7 +3,17 @@
 
  Changes between 0.9.6 and 0.9.7  [xx XXX 2000]
 
-  *) New ASN1 functions to handle sign, verify, digest, pack and
+  *) 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.
+     [Richard Levitte]
+
+  *) New ASN1 functions to handle dup, sign, verify, digest, pack and
      unpack operations in terms of ASN1_ITEM. Modify existing wrappers
      to use new functions. Add NO_ASN1_OLD which can be set to remove
      some old style ASN1 functions: this can be used to determine if old