Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/openssl/openssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLutz Jänicke <jaenicke@openssl.org>2002-07-30 14:34:35 +0400
committerLutz Jänicke <jaenicke@openssl.org>2002-07-30 14:34:35 +0400
commit05ebb1e7cfd8dd7b43f306dd0356097fefaf4159 (patch)
tree1fc29f709b0aff76a37408cfec24a70ce659e222
parentbb417244835799d8c8e26a696ba931cc13a7a773 (diff)
Release 0.9.6e.OpenSSL_0_9_6e
Submitted by: Reviewed by: PR:
-rw-r--r--CHANGES2
-rw-r--r--FAQ2
-rw-r--r--README2
-rw-r--r--STATUS3
-rw-r--r--crypto/opensslv.h4
-rw-r--r--shlib/Makefile.hpux10-cc2
-rw-r--r--shlib/hpux10-cc.sh6
7 files changed, 11 insertions, 10 deletions
diff --git a/CHANGES b/CHANGES
index e3aac3ada2..be4d128b83 100644
--- 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 d323f8c972..ad75299f88 100644
--- 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 6245a9ee8b..48d492ebf2 100644
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
- OpenSSL 0.9.6d 9 May 2002
+ OpenSSL 0.9.6e 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 eb6f4acee1..16da25998e 100644
--- a/STATUS
+++ b/STATUS
@@ -1,10 +1,11 @@
OpenSSL STATUS Last modified at
- ______________ $Date: 2002/05/09 23:53:01 $
+ ______________ $Date: 2002/07/30 10:33:28 $
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
diff --git a/crypto/opensslv.h b/crypto/opensslv.h
index ba144a231a..7ee8f76dc9 100644
--- a/crypto/opensslv.h
+++ b/crypto/opensslv.h
@@ -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 XX xxx XXXX"
+#define OPENSSL_VERSION_NUMBER 0x0090605fL
+#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.6e 30 Jul 2002"
#define OPENSSL_VERSION_PTEXT " part of " OPENSSL_VERSION_TEXT
diff --git a/shlib/Makefile.hpux10-cc b/shlib/Makefile.hpux10-cc
index ecc6ad637d..3b8a70259c 100644
--- a/shlib/Makefile.hpux10-cc
+++ b/shlib/Makefile.hpux10-cc
@@ -1,6 +1,6 @@
# Makefile.hpux-cc
-major=0.9.6d
+major=0.9.6e
slib=libssl
sh_slib=$(slib).sl.$(major)
diff --git a/shlib/hpux10-cc.sh b/shlib/hpux10-cc.sh
index 5a9be6dbff..a5b850fb21 100644
--- a/shlib/hpux10-cc.sh
+++ b/shlib/hpux10-cc.sh
@@ -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