This commit was manufactured by cvs2svn to create branch
[oweals/openssl.git] / NEWS
diff --git a/NEWS b/NEWS
index 3abbc00841193446c8791a642b846698273c40d9..9e175d2ed723976ffcfffc9eb8a5a6c486b03977 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -8,16 +8,27 @@
   Major changes between OpenSSL 0.9.6 and OpenSSL 0.9.7:
 
       o New library section OCSP.
-      o Complete haul-over of the ASN.1 library section.
+      o Complete rewrite of ASN1 code.
+      o CRL checking in verify code and openssl utility.
+      o Extension copying in 'ca' utility.
+      o Flexible display options in 'ca' utility.
+      o Provisional support for international characters with UTF8.
       o Support for external crypto devices ('engine') is no longer
         a separate distribution.
+      o New elliptic curve library section.
 
   Changes between OpenSSL 0.9.6b and OpenSSL 0.9.6c:
 
       o Various SSL/TLS library bugfixes.
       o BIGNUM library fixes.
+      o RSA OAEP and random number generation fixes.
+      o Object identifiers corrected and added.
+      o Add assembler BN routines for IA64.
+      o Add support for OS/390 Unix, UnixWare with gcc, OpenUNIX 8,
+        MIPS Linux; shared library support for Irix, HP-UX.
       o Add crypto accelerator support for AEP, Baltimore SureWare,
-        Broadcom [in 0.9.6c-engine release].
+        Broadcom and Cryptographic Appliance's keyserver
+        [in 0.9.6c-engine release].
 
   Changes between OpenSSL 0.9.6a and OpenSSL 0.9.6b: