aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2001-08-03 09:28:02 +0000
committerBodo Möller <bodo@openssl.org>2001-08-03 09:28:02 +0000
commit6383bbe5255ca8bcfd8a2bdcfaeefd7846c1f274 (patch)
tree094ea7e2b581fe76f43918b201140ab76e1ac015
parent06da6e49777285f50aeb1b920d950a9bd27fef52 (diff)
downloadopenssl-6383bbe5255ca8bcfd8a2bdcfaeefd7846c1f274.tar.gz
remove a comma
-rw-r--r--CHANGES2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 7ec91e58d2..488ad3db06 100644
--- a/CHANGES
+++ b/CHANGES
@@ -14,7 +14,7 @@
+) Move SSL_OP_TLS_ROLLBACK_BUG out of the SSL_OP_ALL list of recommended
bug workarounds. Rollback attack detection is a security feature.
- The problem will only arise on OpenSSL servers, when TLSv1 is not
+ The problem will only arise on OpenSSL servers when TLSv1 is not
available (sslv3_server_method() or SSL_OP_NO_TLSv1).
Software authors not wanting to support TLSv1 will have special reasons
for their choice and can explicitly enable this option.