Commit 5cacc82f authored by Bodo Möller's avatar Bodo Möller
Browse files

Fix the version history: given that 1.0.1 has yet to be released,

we should list "Changes between 1.0.0e and 1.0.1",
not "between 1.0.0d and 1.0.1".
parent 29a90816
Loading
Loading
Loading
Loading
+21 −10
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@
 OpenSSL CHANGES
 _______________

 Changes between 1.0.0d and 1.0.1  [xx XXX xxxx]
 Changes between 1.0.0e and 1.0.1  [xx XXX xxxx]

  *) Redirect HMAC and CMAC operations to FIPS module in FIPS mode. If an
     ENGINE is used then we cannot handle that in the FIPS module so we
@@ -22,7 +22,7 @@
  *) New build option no-ec2m to disable characteristic 2 code.
     [Steve Henson]

  *) Backport libcrypto audit of return value checking from HEAD, not
  *) Backport libcrypto audit of return value checking from 1.1.0-dev; not
     all cases can be covered as some introduce binary incompatibilities.
     [Steve Henson]

@@ -53,13 +53,6 @@
     This should be configurable so applications can judge speed vs strength.
     [Steve Henson]

  *) Add protection against ECDSA timing attacks as mentioned in the paper
     by Billy Bob Brumley and Nicola Tuveri, see:

	http://eprint.iacr.org/2011/232.pdf

     [Billy Bob Brumley and Nicola Tuveri]

  *) Add TLS v1.2 server support for client authentication. 
     [Steve Henson]

@@ -142,6 +135,15 @@
       Add command line options to s_client/s_server.
     [Steve Henson]

 Changes between 1.0.0d and 1.0.0e [xx XXX xxxx]

  *) Add protection against ECDSA timing attacks as mentioned in the paper
     by Billy Bob Brumley and Nicola Tuveri, see:

	http://eprint.iacr.org/2011/232.pdf

     [Billy Bob Brumley and Nicola Tuveri]

 Changes between 1.0.0c and 1.0.0d [8 Feb 2011]

  *) Fix parsing of OCSP stapling ClientHello extension. CVE-2011-0014
@@ -1022,6 +1024,15 @@
  *) Change 'Configure' script to enable Camellia by default.
     [NTT]
  
 Changes between 0.9.8r and 0.9.8s [xx XXX xxxx]

  *) Add protection against ECDSA timing attacks as mentioned in the paper
     by Billy Bob Brumley and Nicola Tuveri, see:

	http://eprint.iacr.org/2011/232.pdf

     [Billy Bob Brumley and Nicola Tuveri]

 Changes between 0.9.8q and 0.9.8r [8 Feb 2011]

  *) Fix parsing of OCSP stapling ClientHello extension. CVE-2011-0014