summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2009-11-26 18:35:33 +0000
committerBodo Möller <bodo@openssl.org>2009-11-26 18:35:33 +0000
commit553d2e32808645ed457f6a009670058c683dbdac (patch)
tree1f0d5e7878e642efe09b0f39796f0b69558ead23 /CHANGES
parent82fb4ee89dd49b5c70f9d9eb2b8d7f09d55f1a3c (diff)
(whitespace)
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES6
1 files changed, 3 insertions, 3 deletions
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.