Commit bfa33c7e authored by Lutz Jänicke's avatar Lutz Jänicke
Browse files

Release OpenSSL 0.9.8g with various fixes to issues introduced with 0.9.8f

parent 28084788
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -2,6 +2,15 @@
 OpenSSL CHANGES
 _______________

 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
+1 −1
Original line number Diff line number Diff line
@@ -75,7 +75,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.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 <URL:
+4 −0
Original line number Diff line number Diff line
@@ -5,6 +5,10 @@
  This file gives a brief overview of the major changes between each OpenSSL
  release. For more details please read the CHANGES file.

  Major changes between OpenSSL 0.9.8f and OpenSSL 0.9.8g:

      o Fixes for bugs introduced with 0.9.8f.

  Major changes between OpenSSL 0.9.8e and OpenSSL 0.9.8f:

      o Add gcc 4.2 support.
+1 −1
Original line number Diff line number Diff line

 OpenSSL 0.9.8f
 OpenSSL 0.9.8g

 Copyright (c) 1998-2007 The OpenSSL Project
 Copyright (c) 1995-1998 Eric A. Young, Tim J. Hudson
+2 −1
Original line number Diff line number Diff line

  OpenSSL STATUS                           Last modified at
  ______________                           $Date: 2007/10/11 14:58:14 $
  ______________                           $Date: 2007/10/19 08:25:14 $

  DEVELOPMENT STATE

    o  OpenSSL 0.9.9:  Under development...
    o  OpenSSL 0.9.8g: Released on October   19th, 2007 
    o  OpenSSL 0.9.8f: Released on October   11th, 2007 
    o  OpenSSL 0.9.8e: Released on February  23rd, 2007
    o  OpenSSL 0.9.8d: Released on September 28th, 2006
Loading