Convert void *.
[openssl.git] / STATUS
diff --git a/STATUS b/STATUS
index 593284bee28e5268177c4ca74ca4b25383b566e0..07f48955c28b41af5343f8d3a08f40bf2cd71f79 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -1,6 +1,6 @@
 
   OpenSSL STATUS                           Last modified at
-  ______________                           $Date: 1999/05/11 00:52:39 $
+  ______________                           $Date: 1999/05/14 11:50:46 $
 
   DEVELOPMENT STATE
 
     o exptest and rsa_oaep_test fail with irix64-*
       (Don Badrak <dbadrak@geo.census.gov>: "Re: Problems to compile openssl
          on IRIX 6.2", openssl-users)
-    o BN_add test fails on Caldera OpenLinux 1.3
-      (Marc Christensen <Marc.Christensen@m.cc.utah.edu>
-         "Compiles but fails big number test?", openssl-users)
+    o const des_cblock problem
+
   AVAILABLE PATCHES
 
     o OCSP (titchenert@certco.com) 
     o  broken demos
     o  salzr@certco.com (Rich Salz): Bug in X509_name_print
        <29E0A6D39ABED111A36000A0C99609CA2C2BA4@macertco-srv1.ma.certco.com>
-    o  Compilation warnings: ctype-related int vs. char
-       o  $(PERL) in */Makefile.ssl
+    o  [ Compilation warnings: ctype-related int vs. char ]
+       => now casts (unsigned char), maybe those arrays should have
+          members of that type rather than plain char.
+    o  $(PERL) in */Makefile.ssl
     o  "Sign the certificate?" - "n" creates empty certificate file
     o  dubious declaration of crypt() in des.h
 
 
   WISHES
 
-    o  Damien Miller:
-       "How about making the each of the locations compile-time defined. I
-       would like to (for example) put binaries in /usr/bin, configuration
-       data, certs and keys in /etc/openssl/certs and /etc/openssl/keys, etc.
-       This would also be a great boon to binary package makers.  The
-       SSLeay-0.9.1b RPM already includes some patches which do some of this.
-       I can forward them if you wish."
-
     o  Mats Nilsson <mats.nilsson@xware.se>:
        "Add reference counting to all substructures of X509 etc. For instance,
        X509_NAME lacks a reference counter, while EVP_PKEY has one.  I'm