Commit 6287fa53 authored by Dr. Stephen Henson's avatar Dr. Stephen Henson
Browse files

Prepare for 0.9.8j release.

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

 Changes between 0.9.8i and 0.9.8j  [xx XXX xxxx]
 Changes between 0.9.8i and 0.9.8j  [07 Jan 2009]

  *) Properly check EVP_VerifyFinal() and similar return values
     (CVE-2008-5077).
     [Ben Laurie, Bodo Moeller, Google Security Team]

  *) Properly check EVP_VerifyFinal() and similar return values
     (CVE-2008-5077).
+1 −1
Original line number Diff line number Diff line
@@ -78,7 +78,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.8i was released on Sep 15th, 2008.
OpenSSL 0.9.8j was released on Jan 7th, 2009.

In addition to the current stable release, you can also access daily
snapshots of the OpenSSL development version at <URL:
+5 −0
Original line number Diff line number Diff line
@@ -5,6 +5,11 @@
  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.8i and OpenSSL 0.9.8j:

      o Fix security issue (CVE-2008-5077)
      o Merge FIPS 140-2 branch code.

  Major changes between OpenSSL 0.9.8g and OpenSSL 0.9.8h:

      o CryptoAPI ENGINE support.
+1 −1
Original line number Diff line number Diff line

 OpenSSL 0.9.8i
 OpenSSL 0.9.8j

 Copyright (c) 1998-2008 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: 2008/09/15 10:28:12 $
  ______________                           $Date: 2009/01/07 10:50:54 $

  DEVELOPMENT STATE

    o  OpenSSL 0.9.9:  Under development...
    o  OpenSSL 0.9.8j: Released on January    7th, 2009
    o  OpenSSL 0.9.8i: Released on September 15th, 2008
    o  OpenSSL 0.9.8h: Released on May       28th, 2008
    o  OpenSSL 0.9.8g: Released on October   19th, 2007
Loading