Commit 7070cdba authored by Dr. Stephen Henson's avatar Dr. Stephen Henson
Browse files

Prepare for 0.9.8m release

parent e885de28
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -2,7 +2,7 @@
 OpenSSL CHANGES
 OpenSSL CHANGES
 _______________
 _______________


 Changes between 0.9.8l and 0.9.8m [xx XXX xxxx]
 Changes between 0.9.8l and 0.9.8m [25 Feb 2010]


  *) Always check bn_wexpend() return values for failure.  (CVE-2009-3245)
  *) Always check bn_wexpend() return values for failure.  (CVE-2009-3245)
     [Martin Olsson, Neel Mehta]
     [Martin Olsson, Neel Mehta]
+1 −1
Original line number Original line Diff line number Diff line
@@ -78,7 +78,7 @@ OpenSSL - Frequently Asked Questions
* Which is the current version of OpenSSL?
* Which is the current version of OpenSSL?


The current version is available from <URL: http://www.openssl.org>.
The current version is available from <URL: http://www.openssl.org>.
OpenSSL 0.9.8k was released on Mar 25th, 2009.
OpenSSL 0.9.8m was released on Feb 25th, 2010.


In addition to the current stable release, you can also access daily
In addition to the current stable release, you can also access daily
snapshots of the OpenSSL development version at <URL:
snapshots of the OpenSSL development version at <URL:
+3 −1
Original line number Original line Diff line number Diff line
@@ -5,8 +5,10 @@
  This file gives a brief overview of the major changes between each OpenSSL
  This file gives a brief overview of the major changes between each OpenSSL
  release. For more details please read the CHANGES file.
  release. For more details please read the CHANGES file.


  Major changes between OpenSSL 0.9.8l and OpenSSL 0.9.8m-beta1:
  Major changes between OpenSSL 0.9.8l and OpenSSL 0.9.8m:


      o Cipher definition fixes.
      o Workaround for slow RAND_poll() on some WIN32 versions.
      o Remove MD2 from algorithm tables.
      o Remove MD2 from algorithm tables.
      o SPKAC handling fixes.
      o SPKAC handling fixes.
      o Support for RFC5746 TLS renegotiation extension.
      o Support for RFC5746 TLS renegotiation extension.
+1 −1
Original line number Original line Diff line number Diff line


 OpenSSL 0.9.8m-dev
 OpenSSL 0.9.8m


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


  OpenSSL STATUS                           Last modified at
  OpenSSL STATUS                           Last modified at
  ______________                           $Date: 2010/01/20 17:26:01 $
  ______________                           $Date: 2010/02/25 17:18:22 $


  DEVELOPMENT STATE
  DEVELOPMENT STATE


    o  OpenSSL 1.0.0:  Under development...
    o  OpenSSL 1.0.0:  Under development...
    o  OpenSSL 0.9.8m-beta1: Released on January 20th, 2010
    o  OpenSSL 0.9.8m: Released on February  25th, 2010
    o  OpenSSL 0.9.8l: Released on November   5th, 2009
    o  OpenSSL 0.9.8l: Released on November   5th, 2009
    o  OpenSSL 0.9.8k: Released on March     25th, 2009
    o  OpenSSL 0.9.8k: Released on March     25th, 2009
    o  OpenSSL 0.9.8j: Released on January    7th, 2009
    o  OpenSSL 0.9.8j: Released on January    7th, 2009
Loading