X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=CHANGES;h=0801e30048aae31ac7d2cffe42f138cf3f57c34f;hp=390c17e212e0579d6f3a7cf8fa41fb9ba0b7c846;hb=c5e8580e7b6edb6626fca6c42e91f9e3992d1f88;hpb=f1192b7f2e2b6683333ee99ff7def5bb413dc3d2 diff --git a/CHANGES b/CHANGES index 390c17e212..0801e30048 100644 --- a/CHANGES +++ b/CHANGES @@ -2,18 +2,25 @@ OpenSSL CHANGES _______________ - Changes between 0.9.5a and 0.9.6 [xx XXX 2000] + Changes between 0.9.6 and 0.9.7 [xx XXX 2000] + + *) + + Changes between 0.9.5a and 0.9.6 [24 Sep 2000] *) In ssl23_get_client_hello, generate an error message when faced with an initial SSL 3.0/TLS record that is too small to contain the first two bytes of the ClientHello message, i.e. client_version. (Note that this is a pathologic case that probably has never happened in real life.) The previous approach was to use the version number - from the record header as a subsitute; but our protocol choice + from the record header as a substitute; but our protocol choice should not depend on that one because it is not authenticated by the Finished messages. [Bodo Moeller] + *) More robust randomness gathering functions for Windows. + [Jeffrey Altman ] + *) For compatibility reasons if the flag X509_V_FLAG_ISSUER_CHECK is not set then we don't setup the error code for issuer check errors to avoid possibly overwriting other errors which the callback does @@ -63,6 +70,7 @@ *) New BIO_shutdown_wr macro, which invokes the BIO_C_SHUTDOWN_WR BIO_ctrl (for BIO pairs). + [Bodo Möller] *) Add DSO method for VMS. [Richard Levitte] @@ -296,7 +304,7 @@ [Steve Henson] *) Changes needed for Tandem NSK. - [Scott Uroff scott@xypro.com] + [Scott Uroff ] *) Fix SSL 2.0 rollback checking: Due to an off-by-one error in RSA_padding_check_SSLv23(), special padding was never detected