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:
authorMark J. Cox <mark@openssl.org>2006-09-05 12:45:37 +0400
committerMark J. Cox <mark@openssl.org>2006-09-05 12:45:37 +0400
commit0a0a10d127daab0ba138b6fdf746366d9247dc88 (patch)
tree3b1690fe0f904b6765e4a513b2375b553633a911
parentdf20b6e79b97b59a373abf44108fedc6f2d60159 (diff)
Ready for 0.9.8c releaseOpenSSL_0_9_8c
-rw-r--r--CHANGES2
-rw-r--r--FAQ2
-rw-r--r--README4
-rw-r--r--STATUS6
-rw-r--r--crypto/opensslv.h6
-rw-r--r--openssl.spec2
6 files changed, 13 insertions, 9 deletions
diff --git a/CHANGES b/CHANGES
index 50ececbe66..0cfc559e94 100644
--- a/CHANGES
+++ b/CHANGES
@@ -2,7 +2,7 @@
OpenSSL CHANGES
_______________
- Changes between 0.9.8b and 0.9.8c [xx XXX xxxx]
+ Changes between 0.9.8b and 0.9.8c [05 Sep 2006]
*) Avoid PKCS #1 v1.5 signature attack discovered by Daniel Bleichenbacher
(CVE-2006-4339) [Ben Laurie and Google Security Team]
diff --git a/FAQ b/FAQ
index 97ab2426be..45c09d5c23 100644
--- a/FAQ
+++ b/FAQ
@@ -74,7 +74,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.8b was released on May 4th, 2006.
+OpenSSL 0.9.8c was released on September 5th, 2006.
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 04fb872d09..b719e48c7c 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
- OpenSSL 0.9.8c-dev xx XXX xxxx
+ OpenSSL 0.9.8c 05 Sep 2006
- Copyright (c) 1998-2005 The OpenSSL Project
+ Copyright (c) 1998-2006 The OpenSSL Project
Copyright (c) 1995-1998 Eric A. Young, Tim J. Hudson
All rights reserved.
diff --git a/STATUS b/STATUS
index 324d165ed6..b38e7edad1 100644
--- a/STATUS
+++ b/STATUS
@@ -1,13 +1,17 @@
OpenSSL STATUS Last modified at
- ______________ $Date: 2006/05/04 12:46:40 $
+ ______________ $Date: 2006/09/05 08:45:35 $
DEVELOPMENT STATE
o OpenSSL 0.9.9: Under development...
+ o OpenSSL 0.9.8c: Released on September 5th, 2006
o OpenSSL 0.9.8b: Released on May 4th, 2006
o OpenSSL 0.9.8a: Released on October 11th, 2005
o OpenSSL 0.9.8: Released on July 5th, 2005
+ o OpenSSL 0.9.7k: Released on September 5th, 2006
+ o OpenSSL 0.9.7j: Released on May 4th, 2006
+ o OpenSSL 0.9.7i: Released on October 14th, 2005
o OpenSSL 0.9.7h: Released on October 11th, 2005
o OpenSSL 0.9.7g: Released on April 11th, 2005
o OpenSSL 0.9.7f: Released on March 22nd, 2005
diff --git a/crypto/opensslv.h b/crypto/opensslv.h
index b844152b46..d683442720 100644
--- a/crypto/opensslv.h
+++ b/crypto/opensslv.h
@@ -25,11 +25,11 @@
* (Prior to 0.9.5a beta1, a different scheme was used: MMNNFFRBB for
* major minor fix final patch/beta)
*/
-#define OPENSSL_VERSION_NUMBER 0x00908030
+#define OPENSSL_VERSION_NUMBER 0x0090803f
#ifdef OPENSSL_FIPS
-#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.8c-fips-dev xx XXX xxxx"
+#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.8c-fips 05 Sep 2006"
#else
-#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.8c-dev xx XXX xxxx"
+#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.8c 05 Sep 2006"
#endif
#define OPENSSL_VERSION_PTEXT " part of " OPENSSL_VERSION_TEXT
diff --git a/openssl.spec b/openssl.spec
index 598ab84bbb..5c37962e2b 100644
--- a/openssl.spec
+++ b/openssl.spec
@@ -1,7 +1,7 @@
%define libmaj 0
%define libmin 9
%define librel 8
-%define librev b
+%define librev c
Release: 1
%define openssldir /var/ssl