Commit 8246c060 authored by Richard Levitte's avatar Richard Levitte
Browse files

Recent changes.

Time to release 0.9.6f [engine].
The tag will be OpenSSL-engine-0_9_6f.
parent bfce6177
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.6e and 0.9.6f  [XX xxx XXXX]
 Changes between 0.9.6e and 0.9.6f  [8 Aug 2002]


  *) Fix ASN1 checks. Check for overflow by comparing with LONG_MAX
  *) Fix ASN1 checks. Check for overflow by comparing with LONG_MAX
     and get fix the header length calculation.
     and get fix the header length calculation.
+1 −1
Original line number Original line Diff line number Diff line
@@ -61,7 +61,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.6e was released on 30 May, 2002.
OpenSSL 0.9.6f was released on 8 August 2002.


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:
+9 −0
Original line number Original line Diff line number Diff line
@@ -5,6 +5,15 @@
  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.6e and OpenSSL 0.9.6f:

      o Various important bugfixes.

  Major changes between OpenSSL 0.9.6d and OpenSSL 0.9.6e:

      o Important security related bugfixes.
      o Various SSL/TLS library bugfixes.

  Major changes between OpenSSL 0.9.6c and OpenSSL 0.9.6d:
  Major changes between OpenSSL 0.9.6c and OpenSSL 0.9.6d:


      o Various SSL/TLS library bugfixes.
      o Various SSL/TLS library bugfixes.
+1 −1
Original line number Original line Diff line number Diff line


 OpenSSL 0.9.6e [engine] 30 July 2002
 OpenSSL 0.9.6f [engine] 8 August 2002


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


  OpenSSL STATUS                           Last modified at
  OpenSSL STATUS                           Last modified at
  ______________                           $Date: 2002/08/02 11:36:42 $
  ______________                           $Date: 2002/08/08 21:44:07 $


  DEVELOPMENT STATE
  DEVELOPMENT STATE


    o  OpenSSL 0.9.7:  Under development...
    o  OpenSSL 0.9.7:  Under development...
    o  OpenSSL 0.9.6f: Released on August     8th, 2002
    o  OpenSSL 0.9.6e: Released on July      30th, 2002
    o  OpenSSL 0.9.6e: Released on July      30th, 2002
    o  OpenSSL 0.9.6d: Released on May        9th, 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.6c: Released on December  21st, 2001
Loading