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>2003-04-11 00:43:00 +0400
committerRichard Levitte <levitte@openssl.org>2003-04-11 00:43:00 +0400
commit5aeaff0bc05ec818b7549e7e12a3977c55f4c236 (patch)
treece92b1d5b94413e86a73445a5c268839a884a31e
parent345d8d572cfd7fc3049551618f14d5f68be2a88a (diff)
Time to release OpenSSL 0.9.6j [engine].OpenSSL-engine-0_9_6j
The tag will be OpenSSL-engine-0_9_6j.
-rw-r--r--CHANGES2
-rw-r--r--FAQ2
-rw-r--r--README2
-rw-r--r--STATUS4
-rw-r--r--crypto/opensslv.h4
5 files changed, 8 insertions, 6 deletions
diff --git a/CHANGES b/CHANGES
index df556aae46..3fa9b12e29 100644
--- a/CHANGES
+++ b/CHANGES
@@ -2,7 +2,7 @@
OpenSSL CHANGES
_______________
- Changes between 0.9.6i and 0.9.6j [xx XXX 2003]
+ Changes between 0.9.6i and 0.9.6j [10 Apr 2003]
*) Countermeasure against the Klima-Pokorny-Rosa extension of
Bleichbacher's attack on PKCS #1 v1.5 padding: treat
diff --git a/FAQ b/FAQ
index e188f9a82a..a34975dbed 100644
--- a/FAQ
+++ b/FAQ
@@ -63,7 +63,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.7a was released on February 19, 2003.
+OpenSSL 0.9.7b was released on April 10, 2003.
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 3df0abb927..8b5b173315 100644
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
- OpenSSL 0.9.6j-dev xx XXX 2003
+ OpenSSL 0.9.6j [engine] 10 Apr 2003
Copyright (c) 1998-2003 The OpenSSL Project
Copyright (c) 1995-1998 Eric A. Young, Tim J. Hudson
diff --git a/STATUS b/STATUS
index 91db797338..aaf9d5dac4 100644
--- a/STATUS
+++ b/STATUS
@@ -1,12 +1,14 @@
OpenSSL STATUS Last modified at
- ______________ $Date: 2003/02/19 12:45:13 $
+ ______________ $Date: 2003/04/10 20:42:58 $
DEVELOPMENT STATE
o OpenSSL 0.9.8: Under development...
+ o OpenSSL 0.9.7b: Released on April 10th, 2003
o OpenSSL 0.9.7a: Released on February 19th, 2003
o OpenSSL 0.9.7: Released on December 31st, 2002
+ o OpenSSL 0.9.6j: Released on April 10th, 2003
o OpenSSL 0.9.6i: Released on February 19th, 2003
o OpenSSL 0.9.6h: Released on December 5th, 2002
o OpenSSL 0.9.6g: Released on August 9th, 2002
diff --git a/crypto/opensslv.h b/crypto/opensslv.h
index 2665530cd8..82623b3cbc 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 0x009060a0L
-#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.6j-dev xx XXX 2003"
+#define OPENSSL_VERSION_NUMBER 0x009060afL
+#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.6j [engine] 10 Apr 2003"
#define OPENSSL_VERSION_PTEXT " part of " OPENSSL_VERSION_TEXT