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

Release 0.9.6e.

Submitted by:
Reviewed by:
PR:
parent bb417244
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@
 OpenSSL CHANGES
 _______________

 Changes between 0.9.6d and 0.9.6e  [XX xxx XXXX]
 Changes between 0.9.6d and 0.9.6e  [30 Jul 2002]

  *) Fix cipher selection routines: ciphers without encryption had no flags
     for the cipher strength set and where therefore not handled correctly
+1 −1
Original line number Diff line number Diff line
@@ -61,7 +61,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.6d was released on 9 May, 2002.
OpenSSL 0.9.6e was released on 30 May, 2002.

In addition to the current stable release, you can also access daily
snapshots of the OpenSSL development version at <URL:
+1 −1
Original line number Diff line number Diff line

 OpenSSL 0.9.6d 9 May 2002
 OpenSSL 0.9.6e 30 July 2002

 Copyright (c) 1998-2002 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: 2002/05/09 23:53:01 $
  ______________                           $Date: 2002/07/30 10:33:28 $

  DEVELOPMENT STATE

    o  OpenSSL 0.9.7:  Under development...
    o  OpenSSL 0.9.6e: Released on July      30th, 2002
    o  OpenSSL 0.9.6d: Released on May        9th, 2002
    o  OpenSSL 0.9.6c: Released on December  21st, 2001
    o  OpenSSL 0.9.6b: Released on July       9th, 2001
+2 −2
Original line number Diff line number Diff line
@@ -25,8 +25,8 @@
 * (Prior to 0.9.5a beta1, a different scheme was used: MMNNFFRBB for
 *  major minor fix final patch/beta)
 */
#define OPENSSL_VERSION_NUMBER	0x00906050L
#define OPENSSL_VERSION_TEXT	"OpenSSL 0.9.6e-dev XX xxx XXXX"
#define OPENSSL_VERSION_NUMBER	0x0090605fL
#define OPENSSL_VERSION_TEXT	"OpenSSL 0.9.6e 30 Jul 2002"
#define OPENSSL_VERSION_PTEXT	" part of " OPENSSL_VERSION_TEXT


Loading