Add the new PROBLEMS section from HEAD
[oweals/openssl.git] / STATUS
diff --git a/STATUS b/STATUS
index c80bc8825413a90ce5dddbcd70dff0f5f08708fc..eb6f4acee1b26a608ce19f701e781d8e80915e44 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -1,10 +1,12 @@
 
   OpenSSL STATUS                           Last modified at
-  ______________                           $Date: 2001/09/11 12:46:50 $
+  ______________                           $Date: 2002/05/09 23:53:01 $
 
   DEVELOPMENT STATE
 
     o  OpenSSL 0.9.7:  Under development...
+    o  OpenSSL 0.9.6d: Released on May        9th, 2002
+    o  OpenSSL 0.9.6c: Released on December  21st, 2001
     o  OpenSSL 0.9.6b: Released on July       9th, 2001
     o  OpenSSL 0.9.6a: Released on April      5th, 2001
     o  OpenSSL 0.9.6:  Released on September 24th, 2000
 
   RELEASE SHOWSTOPPERS
 
-    o BIGNUM library failures on 64-bit platforms (0.9.7-dev)
-
   AVAILABLE PATCHES
 
-    o IA-64 (a.k.a. Intel Itanium) public-key operation performance 
-      patch for Linux is available for download at
-      http://www.openssl.org/~appro/096b.linux-ia64.diff. As URL
-      suggests the patch is relative to OpenSSL 0.9.6b.
+    o 
 
   IN PROGRESS
 
 
     o  apps/ca.c: "Sign the certificate?" - "n" creates empty certificate file
 
-    o  OpenSSL_0_9_6-stable:
-       #include <openssl/e_os.h> in exported header files is illegal since
-       e_os.h is suitable only for library-internal use.
-
     o  Whenever strncpy is used, make sure the resulting string is NULL-terminated
        or an error is reported