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:
authorRichard Levitte <levitte@openssl.org>2002-12-31 02:54:11 +0300
committerRichard Levitte <levitte@openssl.org>2002-12-31 02:54:11 +0300
commit04572965ea98f522b9992f1356c2ea4aaaa82875 (patch)
tree8e5b7394426156f767c601e1359ecc6816041263
parent1832f5e75190f59cf0c7ebf69a5ea5d533bae63f (diff)
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 a259bd33af..418378f876 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 6e007f8a1d..9d1b0bb6c1 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 bfdfe80923..b74af83b0b 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 955f8f2dfa..52e138755d 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 fda3cb53a1..516012f73b 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