From 32f1f622f6bd24d8e026f757570261f2e9b325d0 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Lutz=20J=C3=A4nicke?= Date: Fri, 19 Oct 2007 08:25:53 +0000 Subject: [PATCH] Release OpenSSL 0.9.8g with various fixes to issues introduced with 0.9.8f --- CHANGES | 11 ++++++++++- FAQ | 2 +- NEWS | 4 ++++ README | 2 +- STATUS | 3 ++- crypto/opensslv.h | 6 +++--- openssl.spec | 2 +- 7 files changed, 22 insertions(+), 8 deletions(-) diff --git a/CHANGES b/CHANGES index a3a713a7ac..b9e4c7a557 100644 --- a/CHANGES +++ b/CHANGES @@ -2,7 +2,7 @@ OpenSSL CHANGES _______________ - Changes between 0.9.8f and 0.9.8g [xx XXX xxxx] + Changes between 0.9.8g and 0.9.8h [xx XXX xxxx] *) Implement certificate status request TLS extension defined in RFC3546. A client can set the appropriate parameters and receive the encoded @@ -11,6 +11,15 @@ to s_client and s_server. [Steve Henson] + Changes between 0.9.8f and 0.9.8g [19 Oct 2007] + + *) Fix various bugs: + + Binary incompatibility of ssl_ctx_st structure + + DTLS interoperation with non-compliant servers + + Don't call get_session_cb() without proposed session + + Fix ia64 assembler code + [Andy Polyakov, Steve Henson] + Changes between 0.9.8e and 0.9.8f [11 Oct 2007] *) DTLS Handshake overhaul. There were longstanding issues with diff --git a/FAQ b/FAQ index 7cd71ca0a9..96d39f5cc7 100644 --- a/FAQ +++ b/FAQ @@ -75,7 +75,7 @@ OpenSSL - Frequently Asked Questions * Which is the current version of OpenSSL? The current version is available from . -OpenSSL 0.9.8f was released on October 11th, 2007. +OpenSSL 0.9.8g was released on October 19th, 2007. In addition to the current stable release, you can also access daily snapshots of the OpenSSL development version at