From: Bodo Möller Date: Thu, 26 Nov 2009 18:35:33 +0000 (+0000) Subject: (whitespace) X-Git-Tag: OpenSSL_0_9_8m-beta1~46 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=553d2e32808645ed457f6a009670058c683dbdac;p=oweals%2Fopenssl.git (whitespace) --- diff --git a/CHANGES b/CHANGES index ed8caa21dc..9be6da957d 100644 --- a/CHANGES +++ b/CHANGES @@ -18,7 +18,7 @@ issuing and attempting to decrypt tickets in case it has changed during servername handling. Use a non-zero length session ID when attempting stateless session resumption: this makes it possible to determine if - a resumption has occurred immediately after receiving server hello + a resumption has occurred immediately after receiving server hello (several places in OpenSSL subtly assume this) instead of later in the handshake. [Steve Henson] @@ -34,7 +34,7 @@ [Steve Henson] *) Add support for --libdir option and LIBDIR variable in makefiles. This - makes it possible to install openssl libraries in locations which + makes it possible to install openssl libraries in locations which have names other than "lib", for example "/usr/lib64" which some systems need. [Steve Henson, based on patch from Jeremy Utley] @@ -43,7 +43,7 @@ X690 8.9.12 and can produce some misleading textual output of OIDs. [Steve Henson, reported by Dan Kaminsky] - *) Delete MD2 from algorithm tables. This follows the recommendation in + *) Delete MD2 from algorithm tables. This follows the recommendation in several standards that it is not used in new applications due to several cryptographic weaknesses. For binary compatibility reasons the MD2 API is still compiled in by default.