Release 0.9.6e OpenSSL-engine-0_9_6e
authorLutz Jänicke <jaenicke@openssl.org>
Tue, 30 Jul 2002 10:39:36 +0000 (10:39 +0000)
committerLutz Jänicke <jaenicke@openssl.org>
Tue, 30 Jul 2002 10:39:36 +0000 (10:39 +0000)
Submitted by:
Reviewed by:
PR:

CHANGES
FAQ
README
STATUS
crypto/opensslv.h
shlib/Makefile.hpux10-cc
shlib/hpux10-cc.sh

diff --git a/CHANGES b/CHANGES
index d43320ff004312bc0f812d162ae151334ea00667..3ce7227efeb33b351b3a6ef40725d34736afcf39 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -2,7 +2,7 @@
  OpenSSL CHANGES
  _______________
 
- Changes between 0.9.6d and 0.9.6e  [XX xxx XXXX]
+ Changes between 0.9.6d and 0.9.6e  [30 Jul 2002]
 
   *) Fix cipher selection routines: ciphers without encryption had no flags
      for the cipher strength set and where therefore not handled correctly
diff --git a/FAQ b/FAQ
index d323f8c972ad54850a264e3f2f78a944f0c62727..ad75299f8820a7a781b8a58173138227cb5b060a 100644 (file)
--- a/FAQ
+++ b/FAQ
@@ -61,7 +61,7 @@ OpenSSL  -  Frequently Asked Questions
 * Which is the current version of OpenSSL?
 
 The current version is available from <URL: http://www.openssl.org>.
-OpenSSL 0.9.6d was released on 9 May, 2002.
+OpenSSL 0.9.6e was released on 30 May, 2002.
 
 In addition to the current stable release, you can also access daily
 snapshots of the OpenSSL development version at <URL:
diff --git a/README b/README
index 79f122a4da9c1c0f89e30f882174157f32d87f38..7c4de8e68927fc47abdf3decd092d9677d392519 100644 (file)
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
 
- OpenSSL 0.9.6d [engine] 9 May 2002
+ OpenSSL 0.9.6e [engine] 30 July 2002
 
  Copyright (c) 1998-2002 The OpenSSL Project
  Copyright (c) 1995-1998 Eric A. Young, Tim J. Hudson
diff --git a/STATUS b/STATUS
index 244fc02fe80481ead79b18ab6dd8e7b3405e8162..949ea2c4403e39abec15d5c8bd76cb86c2059246 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -1,10 +1,11 @@
 
   OpenSSL STATUS                           Last modified at
-  ______________                           $Date: 2002/05/10 01:02:22 $
+  ______________                           $Date: 2002/07/30 10:38:17 $
 
   DEVELOPMENT STATE
 
     o  OpenSSL 0.9.7:  Under development...
+    o  OpenSSL 0.9.6e: Released on July      30th, 2002
     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
index 9c6499ef9d2a1956334b98c1624db6edb479bf5a..4461a8ced64cef88c70fc5f8a190cf1cca04f828 100644 (file)
@@ -25,8 +25,8 @@
  * (Prior to 0.9.5a beta1, a different scheme was used: MMNNFFRBB for
  *  major minor fix final patch/beta)
  */
-#define OPENSSL_VERSION_NUMBER 0x00906050L
-#define OPENSSL_VERSION_TEXT   "OpenSSL 0.9.6e-dev [engine] 9 May 2002"
+#define OPENSSL_VERSION_NUMBER 0x0090605fL
+#define OPENSSL_VERSION_TEXT   "OpenSSL 0.9.6e [engine] 30 Jul 2002"
 #define OPENSSL_VERSION_PTEXT  " part of " OPENSSL_VERSION_TEXT
 
 
index ecc6ad637d8ba4303be117dee145f4a1e8a854fb..3b8a70259c7bd6bf884879b57dbad719c68b1725 100644 (file)
@@ -1,6 +1,6 @@
 # Makefile.hpux-cc
 
-major=0.9.6d
+major=0.9.6e
 
 slib=libssl
 sh_slib=$(slib).sl.$(major)
index 5a9be6dbffa7d5ee22af103bf890407295973017..a5b850fb2152e6a7b9d703811b7d8b09985aa7f7 100644 (file)
@@ -60,9 +60,9 @@ mkdir /usr/local
 mkdir /usr/local/ssl
 mkdir /usr/local/ssl/lib
 chmod 444 lib*_pic.a
-chmod 555 lib*.sl.0.9.6d
-cp -p lib*_pic.a lib*.sl.0.9.6d /usr/local/ssl/lib
-(cd /usr/local/ssl/lib ; ln -sf libcrypto.sl.0.9.6d libcrypto.sl ; ln -sf libssl.sl.0.9.6d libssl.sl)
+chmod 555 lib*.sl.0.9.6e
+cp -p lib*_pic.a lib*.sl.0.9.6e /usr/local/ssl/lib
+(cd /usr/local/ssl/lib ; ln -sf libcrypto.sl.0.9.6e libcrypto.sl ; ln -sf libssl.sl.0.9.6e libssl.sl)
 
 # Reconfigure without pic to compile the executables. Unfortunately, while
 # performing this task we have to recompile the library components, even