[openssl-commits] [openssl] master update
Matt Caswell
matt at openssl.org
Mon Feb 12 14:56:55 UTC 2018
The branch master has been updated
via 034d55cd5c82517418708a0b41b94f20911774c0 (commit)
from ada22597ce895c4af1fad824e8da2a86aa9bd5f4 (commit)
- Log -----------------------------------------------------------------
commit 034d55cd5c82517418708a0b41b94f20911774c0
Author: Matt Caswell <matt at openssl.org>
Date: Mon Feb 12 09:39:28 2018 +0000
Some minor tweaks following TLSv1.3 becoming default
Fix a typo in INSTALL and update the link in CHANGES
Reviewed-by: Rich Salz <rsalz at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/5329)
-----------------------------------------------------------------------
Summary of changes:
CHANGES | 2 +-
INSTALL | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/CHANGES b/CHANGES
index 178c6c4..b94b8e9 100644
--- a/CHANGES
+++ b/CHANGES
@@ -17,7 +17,7 @@
configuration is updated to include suitable ciphersuites. The DEFAULT
ciphersuite configuration does include TLSv1.3 ciphersuites. For further
information on this and other related issues please see:
- https://www.openssl.org/blog/blog/2017/05/04/tlsv1.3/
+ https://www.openssl.org/blog/blog/2018/02/08/tlsv1.3/
NOTE: In this pre-release of OpenSSL a draft version of the
TLSv1.3 standard has been implemented. Implementations of different draft
diff --git a/INSTALL b/INSTALL
index 9d1f90d..3c8548d 100644
--- a/INSTALL
+++ b/INSTALL
@@ -498,7 +498,7 @@
applications to explicitly select individual protocol
versions. Note that there is no "no-tls1_3-method" option
because there is no application method for TLSv1.3. Using
- invidivial protocol methods directly is deprecated.
+ individual protocol methods directly is deprecated.
Applications should use TLS_method() instead.
enable-<alg>
More information about the openssl-commits
mailing list