Merge of main trunk, all conflicts resolved.
authorRichard Levitte <levitte@openssl.org>
Wed, 20 Sep 2000 16:40:10 +0000 (16:40 +0000)
committerRichard Levitte <levitte@openssl.org>
Wed, 20 Sep 2000 16:40:10 +0000 (16:40 +0000)
NEWS
STATUS
apps/speed.c

diff --git a/NEWS b/NEWS
index 31077d2094158172f09b444659ea8466e16da218..674703e80c77fd2ec1d65a5a77dcf2dee0fc53ec 100644 (file)
--- a/NEWS
+++ b/NEWS
       o New sign and verify options to 'dgst' application.
       o Support for DER and PEM encoded messages in 'smime' application.
       o New 'rsautl' application, low level RSA utility.
+      o MD4 now included.
+      o Bugfix for SSL rollback padding check.
+      o Support for external crypto device[1].
 
+    [1] The support for external crypto devices is currently a separate
+        distribution.  See the file README.ENGINE.
 
   Major changes between OpenSSL 0.9.5 and OpenSSL 0.9.5a:
 
diff --git a/STATUS b/STATUS
index 25e91e5a25781399d223bd412430b61198718ee1..64e7b43fe56d101b2671157756306505b102d27f 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -1,6 +1,6 @@
 
   OpenSSL STATUS                           Last modified at
-  ______________                           $Date: 2000/09/20 13:45:41 $
+  ______________                           $Date: 2000/09/20 16:40:09 $
 
   DEVELOPMENT STATE
 
                                All hpux 10.20 targets succeeded provided -ldl
                                        has been changed to -ldld.
                        solaris-sparcv9-gcc (2.6/ultra5)        - success
-                       solaris-sparcv9-cc (SunOS 5.7 SC3.0)    - failed
-                               Complaints about a number of -x parameters to
-                                       the compiler and failed to compile an
-                                       assembler file.  Maybe a too old
-                                       compiler?
+                       [ solaris-sparcv9-cc (SunOS 5.7 SC3.0)  - failed      ]
+                       [       Complaints about a number of -x parameters to ]
+                       [               the compiler and failed to compile an ]
+                       [               assembler file.  Maybe a too old      ]
+                       [               compiler? (Yes, apparently:)          ]
+                       solaris-sparcv9-cc (SunOS 5.6 SC4.2)    - success
                        FreeBSD (2.2.5-RELEASE)                 - success
                        alpha-cc [engine] (OSF1 5.0A)           - success
                        irix-mips3-cc [engine] (Irix 6.2)       - success
                                One has to do the same as for OpenBSD in
                                        speed.c [FIXED]
+                       aix-cc (3.2.5, cc 1.3.0.44)             - success
+                       aix-gcc (3.2.5, gcc 2.8.1)              - success
+                               Both first failed to compiled due to ftime().
+                                       [FIXED]
+                       alpha-cc (V4.0E)                        - success
+                       alpha-gcc (V4.0E, gcc 2.8.1)            - success
+                       ultrix-cc (V4.5)                        - success
+                       ultrix-gcc (V4.5, gcc 2.8.1)            - 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
index dfaa506bb1305f32070b19a10bfaecaa611f1995..05a960c7d1656ace091abfb373218232d587b51a 100644 (file)
@@ -88,7 +88,7 @@
 #elif !defined(MSDOS) && (!defined(VMS) || defined(__DECC))
 # define TIMES
 #endif
-#if !defined(_UNICOS) && !defined(__OpenBSD__) && !defined(sgi) && !defined(__FreeBSD__) && !(defined(__bsdi) || defined(__bsdi__))
+#if !defined(_UNICOS) && !defined(__OpenBSD__) && !defined(sgi) && !defined(__FreeBSD__) && !(defined(__bsdi) || defined(__bsdi__)) && !defined(_AIX)
 # define TIMEB
 #endif