start 0.9.8s-dev

This commit is contained in:
Bodo Möller 2011-02-08 17:58:34 +00:00
parent 957ebe98fb
commit d430f56de6
4 changed files with 10 additions and 6 deletions

View File

@ -2,9 +2,13 @@
OpenSSL CHANGES
_______________
Changes between 0.9.8r and 0.9.8s [xx XXX xxxx]
*)
Changes between 0.9.8q and 0.9.8r [8 Feb 2011]
*) Fix parsing of OCSP stapling ClientHello extension. CVE-2011-0014
*) Fix parsing of OCSP stapling ClientHello extension. CVE-2011-0014
[Neel Mehta, Adam Langley, Bodo Moeller (Google)]
*) Fix bug in string printing code: if *any* escaping is enabled we must

2
README
View File

@ -1,5 +1,5 @@
OpenSSL 0.9.8r
OpenSSL 0.9.8s-dev
Copyright (c) 1998-2011 The OpenSSL Project
Copyright (c) 1995-1998 Eric A. Young, Tim J. Hudson

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 0x0090812fL
#define OPENSSL_VERSION_NUMBER 0x00908130L
#ifdef OPENSSL_FIPS
#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.8r-fips 8 Feb 2011"
#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.8s-fips-dev xx XXX xxxx"
#else
#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.8r 8 Feb 2011"
#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.8s xx XXX xxxx"
#endif
#define OPENSSL_VERSION_PTEXT " part of " OPENSSL_VERSION_TEXT

View File

@ -2,7 +2,7 @@
%define libmaj 0
%define libmin 9
%define librel 8
%define librev r
%define librev s
Release: 1
%define openssldir /var/ssl