summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlevitte <levitte>2002-12-30 23:54:10 +0000
committerlevitte <levitte>2002-12-30 23:54:10 +0000
commitffa6325235ce298367a2f84f8e9864d4bc102fc0 (patch)
tree6b4cd0d4c47d8a8f2aa44193d0afdbb525d456d8
parenta18adc4fb8c738250c20c3d4bc8e1cb7ce19f11d (diff)
downloadopenssl-OpenSSL_0_9_7.tar.gz
Time for release of OpenSSL 0.9.7.OpenSSL_0_9_7
The tag will be OpenSSL_0_9_7.
-rw-r--r--CHANGES2
-rw-r--r--FAQ2
-rw-r--r--README2
-rw-r--r--STATUS24
-rw-r--r--crypto/opensslv.h4
5 files changed, 7 insertions, 27 deletions
diff --git a/CHANGES b/CHANGES
index a259bd33a..418378f87 100644
--- a/CHANGES
+++ b/CHANGES
@@ -2,7 +2,7 @@
OpenSSL CHANGES
_______________
- Changes between 0.9.6h and 0.9.7 [XX xxx 2002]
+ Changes between 0.9.6h and 0.9.7 [31 Dec 2002]
*) Fix session ID handling in SSLv2 client code: the SERVER FINISHED
code (06) was taken as the first octet of the session ID and the last
diff --git a/FAQ b/FAQ
index 6e007f8a1..9d1b0bb6c 100644
--- a/FAQ
+++ b/FAQ
@@ -68,7 +68,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.6h was released on December 5, 2002.
+OpenSSL 0.9.7 was released on December 31, 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 bfdfe8092..b74af83b0 100644
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
- OpenSSL 0.9.7-beta7 xx XXX 2002
+ OpenSSL 0.9.7 31 Dec 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 955f8f2df..52e138755 100644
--- a/STATUS
+++ b/STATUS
@@ -1,31 +1,11 @@
OpenSSL STATUS Last modified at
- ______________ $Date: 2002/12/27 15:06:13 $
+ ______________ $Date: 2002/12/30 23:54:11 $
DEVELOPMENT STATE
o OpenSSL 0.9.8: Under development...
- o OpenSSL 0.9.7-beta6: Released on December 17th, 2002
- Solaris on Sun Ultra (Workshop 6 update 1) - PASSED with warnings
- (warnings fixed)
- Redhat 8 on i386 (gcc 3.2) - PASSED
- Debian GNU/Linux on i386 (kernel 2.4.19, gxx 2.95.4) - PASSED
- Windows CE on HPC Pro 2.11 - PASSED
- Windows CE on HPC 2000 - PASSED
- Windows CE on PocketPC 2000 - PASSED
- Windows CE on PocketPC 2002 - PASSED
- VMS (>=6.0 on any platform, DEC C) - ERROR
- (errors fixed
- PR: 407, 413)
- Windows with MIT Kerberos - PASSED
- Windows 2000 (Cygwin) - ERROR
- (PR: 404)
- SCO OpenServer, Unixware? - ERROR
- o OpenSSL 0.9.7-beta5: Released on December 5th, 2002
- o OpenSSL 0.9.7-beta4: Released on November 19th, 2002
- o OpenSSL 0.9.7-beta3: Released on July 30th, 2002
- o OpenSSL 0.9.7-beta2: Released on June 16th, 2002
- o OpenSSL 0.9.7-beta1: Released on June 1st, 2002
+ o OpenSSL 0.9.7: Released on December 31st, 2002
o OpenSSL 0.9.6h: Released on December 5th, 2002
o OpenSSL 0.9.6g: Released on August 9th, 2002
o OpenSSL 0.9.6f: Released on August 8th, 2002
diff --git a/crypto/opensslv.h b/crypto/opensslv.h
index fda3cb53a..516012f73 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 0x00907007L
-#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.7-beta7-dev xx XXX 2002"
+#define OPENSSL_VERSION_NUMBER 0x0090700fL
+#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.7 31 Dec 2002"
#define OPENSSL_VERSION_PTEXT " part of " OPENSSL_VERSION_TEXT