diff --git a/CHANGES b/CHANGES index 90c3634b638ef66a098c87dbbcadf8636923400d..eccf5e23df8e79bc27475e0ef09c6dcd242292d7 100644 --- a/CHANGES +++ b/CHANGES @@ -2,7 +2,7 @@ OpenSSL CHANGES _______________ - Changes between 0.9.8f and 0.9.9 [xx XXX xxxx] + Changes between 0.9.8g and 0.9.9 [xx XXX xxxx] *) s390x assembler pack. [Andy Polyakov] @@ -598,7 +598,7 @@ *) Change 'Configure' script to enable Camellia by default. [NTT] - 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 @@ -607,6 +607,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 00d680929f32c27a0f549346bb1e69105b86e090..d337d90ff09a3194d6ed8b7a3c38b0df3b22e59f 100644 --- a/FAQ +++ b/FAQ @@ -77,7 +77,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