summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2003-09-30 12:10:07 +0000
committerDr. Stephen Henson <steve@openssl.org>2003-09-30 12:10:07 +0000
commit166f9b6f39a06e1fdc90dad65180d90c9efda8ba (patch)
tree08243c3f20962b603f7cd92a349a5cb78c3c8898
parent23f26503d1b3d544c7459e604c84e7b576c19167 (diff)
downloadopenssl-new-166f9b6f39a06e1fdc90dad65180d90c9efda8ba.tar.gz
Changes for releaseOpenSSL-engine-0_9_6k
-rw-r--r--CHANGES2
-rw-r--r--FAQ2
-rw-r--r--NEWS5
-rw-r--r--README2
-rw-r--r--STATUS4
-rw-r--r--crypto/opensslv.h4
6 files changed, 13 insertions, 6 deletions
diff --git a/CHANGES b/CHANGES
index 07a8402d99..57a494b63c 100644
--- a/CHANGES
+++ b/CHANGES
@@ -2,7 +2,7 @@
OpenSSL CHANGES
_______________
- Changes between 0.9.6j and 0.9.6k [xx XXX 2003]
+ Changes between 0.9.6j and 0.9.6k [30 Sep 2003]
*) Fix various bugs revealed by running the NISCC test suite:
diff --git a/FAQ b/FAQ
index a34975dbed..d6bfd3561e 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.7b was released on April 10, 2003.
+OpenSSL 0.9.7c was released on September 30, 2003.
In addition to the current stable release, you can also access daily
snapshots of the OpenSSL development version at <URL:
diff --git a/NEWS b/NEWS
index 15ad353e00..611ffa5376 100644
--- a/NEWS
+++ b/NEWS
@@ -5,6 +5,11 @@
This file gives a brief overview of the major changes between each OpenSSL
release. For more details please read the CHANGES file.
+ Major changes between OpenSSL 0.9.6j and OpenSSL 0.9.6k:
+
+ o Security: fix various ASN1 parsing bugs.
+ o SSL/TLS protocol fix for unrequested client certificates.
+
Major changes between OpenSSL 0.9.6i and OpenSSL 0.9.6j:
o Security: counter the Klima-Pokorny-Rosa extension of
diff --git a/README b/README
index 0e075ea9b0..244fd66997 100644
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
- OpenSSL 0.9.6k-dev [engine] xx XXX 2003
+ OpenSSL 0.9.6k [engine] 30 Sep 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 aaf9d5dac4..4ad6e616fa 100644
--- a/STATUS
+++ b/STATUS
@@ -1,13 +1,15 @@
OpenSSL STATUS Last modified at
- ______________ $Date: 2003/04/10 20:42:58 $
+ ______________ $Date: 2003/09/30 12:10:06 $
DEVELOPMENT STATE
o OpenSSL 0.9.8: Under development...
+ o OpenSSL 0.9.7c: Released on September 30th, 2003
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.6k: Released on September 30th, 2003
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
diff --git a/crypto/opensslv.h b/crypto/opensslv.h
index b7d341e3be..f7e322612c 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 0x009060b0L
-#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.6k-dev [engine] xx XXX 2003"
+#define OPENSSL_VERSION_NUMBER 0x009060bfL
+#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.6k [engine] 30 Sep 2003"
#define OPENSSL_VERSION_PTEXT " part of " OPENSSL_VERSION_TEXT