Commit 6dde222a authored by Dr. Stephen Henson's avatar Dr. Stephen Henson
Browse files

prepare form 0.9.8w release

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

 Changes between 0.9.8v and 0.9.8w [xx XXX xxxx]
 Changes between 0.9.8v and 0.9.8w [23 Apr 2012]

  *) The fix for CVE-2012-2110 did not take into account that the 
     'len' argument to BUF_MEM_grow and BUF_MEM_grow_clean is an
+1 −1
Original line number Diff line number Diff line

 OpenSSL 0.9.8w-dev
 OpenSSL 0.9.8w 23 Apr 2012

 Copyright (c) 1998-2011 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: 2012/04/19 11:39:02 $
  ______________                           $Date: 2012/04/23 20:45:28 $

  DEVELOPMENT STATE

@@ -11,6 +11,7 @@
    o  OpenSSL 1.0.0b: Released on November  16th, 2010
    o  OpenSSL 1.0.0a: Released on June      1st,  2010
    o  OpenSSL 1.0.0:  Released on March     29th, 2010
    o  OpenSSL 0.9.8w: Released on April     23th, 2012
    o  OpenSSL 0.9.8v: Released on April     19th, 2012
    o  OpenSSL 0.9.8u: Released on March     12th, 2012
    o  OpenSSL 0.9.8t: Released on January   18th, 2012
+3 −3
Original line number Diff line number Diff line
@@ -25,11 +25,11 @@
 * (Prior to 0.9.5a beta1, a different scheme was used: MMNNFFRBB for
 *  major minor fix final patch/beta)
 */
#define OPENSSL_VERSION_NUMBER	0x00908170L
#define OPENSSL_VERSION_NUMBER	0x0090817fL
#ifdef OPENSSL_FIPS
#define OPENSSL_VERSION_TEXT	"OpenSSL 0.9.8w-fips-dev xx XXX xxxx"
#define OPENSSL_VERSION_TEXT	"OpenSSL 0.9.8w-fips 23 Apr 2012"
#else
#define OPENSSL_VERSION_TEXT	"OpenSSL 0.9.8w-dev xx XXX xxxx"
#define OPENSSL_VERSION_TEXT	"OpenSSL 0.9.8w 23 Apr 2012"
#endif
#define OPENSSL_VERSION_PTEXT	" part of " OPENSSL_VERSION_TEXT