The test status as it has been reported so far
[openssl.git] / STATUS
diff --git a/STATUS b/STATUS
index 7479ed1245b282b8e3e475ecfdd1c2dea1767cd9..4bb9e22b276286ea29970aee9eb94257bf7d0f37 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -1,10 +1,56 @@
 
   OpenSSL STATUS                           Last modified at
-  ______________                           $Date: 2000/06/14 17:27:02 $
+  ______________                           $Date: 2000/09/18 09:21:01 $
 
   DEVELOPMENT STATE
 
-    o  OpenSSL 0.9.6:  Under development...
+    o  OpenSSL 0.9.6:  Under development (in release cycle)...
+                       Proposed release date September 24, 2000
+                       0.9.6-beta1 is available:
+                       OpenBSD-x86 2.7                 - failed
+                               ftime not supported [FIXED]
+                       hpux-parisc-cc 10.20            - passed
+                       hpux-parisc-gcc 10.20           - passed
+                       hpux-parisc-gcc 11.00           - passed
+                       hpux-gcc                        - passed
+                       hpux-brokengcc                  - failed
+                               BN_sqr fails in test
+                       linux-elf                       - passed
+                       linux-sparcv7                   - passed
+                       linux-ppc                       - passed
+                       Solaris [engine]                - failed
+                               speed cswift gives odd errors [FIXED]
+                       solaris-sparcv8-gcc             - passed
+                       solaris-sparcv9-gcc             - passed
+                       solaris-sparcv9-cc              - passed
+                       solaris64-sparcv9-cc            - passed
+                       sco5-gcc                        - passed
+                       sco5-cc                         - passed
+                       FreeBSD                         - passed
+                       Win32 VC++                      - failed
+                               PCURSORINFO not defined unless Win2000 [FIXED]
+                               RAND_poll() problem on Win2000 [FIXED]
+                               DSO method always DSO_METHOD_null [FIXED]
+                       CygWin32                        - test failed
+                       MingW32                         - failed
+                               thelp32.h
+                       aix-gcc (AIX 4.3.2)             - passed
+                       VMS/Alpha                       - failed
+                               Some things were missing [FIXED]
+                       0.9.6-beta2 is available:
+                       sunos-gcc                       - passed
+                       aix-gcc                         - passed
+                       Win32 w/ VC6 or Mingw32         - failed
+                               RAND_poll(), a few uninitialised vars [FIXED]
+                               RAND_poll() should used LoadLibrary instead of
+                                       GetModuleHandle [FIXED]
+                               Major compilation problem with VC6 on NT
+                               Mingw32 says "175: parse error before `DWORD'"
+                       Win32 w/ CygWin                 - success?
+                       VMS/Alpha 7.1 (CPQ C 5.6-003, TCP/IP 5.0) - success
+                               Just a small warning in dso_vms.c [FIXED]
+                       VMS/Alpha 7.2-1 (CPQ 5.6-003, TCP/IP 5.0A) - success
+                       VMS/VAX 7.2-1 (CPQ 5.2-003, TCP/IP 5.0) - success
     o  OpenSSL 0.9.5a: Released on April     1st, 2000
     o  OpenSSL 0.9.5:  Released on February 28th, 2000
     o  OpenSSL 0.9.4:  Released on August   09th, 1999
@@ -22,6 +68,7 @@
   IN PROGRESS
 
     o Steve is currently working on (in no particular order):
+        ASN1 code redesign, butchery, replacement.
         EVP cipher enhancement.
         Proper (or at least usable) certificate chain verification.
        Private key, certificate and CRL API and implementation.
@@ -33,6 +80,7 @@
        UTIL (a new set of library functions to support some higher level
              functionality that is currently missing).
        Dynamic thread-lock support.
+       Shared library support for VMS.
 
   NEEDS PATCH