Support for parsing of certificate extensions in PKCS#10 requests: these are
[openssl.git] / CHANGES
diff --git a/CHANGES b/CHANGES
index eaa2723ab41314f72aba7ab001c568b5b2a49b2b..33130ff46243760f2456219d76b4729bad29752e 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -2,9 +2,21 @@
  OpenSSL CHANGES
  _______________
 
- Changes between 0.9.3a and 0.9.4  [xx Aug 1999]
+ Changes between 0.9.4 and 0.9.5  [xx XXX 1999]
+
+  *) Initial support for certificate extension requests, these are included
+     in things like Xenroll certificate requests. They will later be used to
+     allow PKCS#10 requests to include a list of "requested extensions" which
+     can be added.
+     [Steve Henson]
+
+  *) -crlf option to s_client and s_server for sending newlines as
+     CRLF (as required by many protocols).
+     [Bodo Moeller]
+
+ Changes between 0.9.3a and 0.9.4  [09 Aug 1999]
   
-  *) Install libRSAglue.a when OpenSSL is build with RSAref.
+  *) Install libRSAglue.a when OpenSSL is built with RSAref.
      [Ralf S. Engelschall]
 
   *) A few more ``#ifndef NO_FP_API / #endif'' pairs for consistency.