Ready for 0.9.8c release

This commit is contained in:
Mark J. Cox 2006-09-05 08:45:37 +00:00
parent df20b6e79b
commit 0a0a10d127
6 changed files with 13 additions and 9 deletions

View File

@ -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]

2
FAQ
View File

@ -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:

4
README
View File

@ -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.

6
STATUS
View File

@ -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

View File

@ -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

View File

@ -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