Handle "#if 0" correctly (I hope)
[openssl.git] / CHANGES
diff --git a/CHANGES b/CHANGES
index 24f977df028089ec928cab3527c2f6eec0f3a011..649de47179cb3d458fc89640329d295dcb88a032 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -4,6 +4,16 @@
 
  Changes between 0.9.4 and 0.9.5  [xx XXX 1999]
 
+  *) Add various utility functions to handle SPKACs, these were previously
+     handled by poking round in the structure internals. Added new function
+     NETSCAPE_SPKI_print() to print out SPKAC and a new utility 'spkac' to
+     print, verify and generate SPKACs. Based on an original idea from
+     Massimiliano Pala <madwolf@comune.modena.it> but extensively modified.
+     [Steve Henson]
+
+  *) RIPEMD160 is operational on all platforms and is back in 'make test'.
+     [Andy Polyakov]
+
   *) Allow the config file extension section to be overwritten on the
      command line. Based on an original idea from Massimiliano Pala
      <madwolf@comune.modena.it>. The new option is called -extensions