diff options
author | Luca Toscano <elukey@apache.org> | 2018-09-22 01:35:45 +0200 |
---|---|---|
committer | Luca Toscano <elukey@apache.org> | 2018-09-22 01:35:45 +0200 |
commit | d60a0be5f349767acaea3016ecc144560c58e65b (patch) | |
tree | 3e0ea79516ea8f1746cf3dd8820519eddf89a5e0 /docs/manual/mod/mod_ssl.xml | |
parent | On the trunk: (diff) | |
download | apache2-d60a0be5f349767acaea3016ecc144560c58e65b.tar.xz apache2-d60a0be5f349767acaea3016ecc144560c58e65b.zip |
mod_ssl.xml: fix TLS 1.3 RFC link
Suggested by the IRC Freenode user 'a-ja' on #httpd-dev
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1841639 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mod/mod_ssl.xml')
-rw-r--r-- | docs/manual/mod/mod_ssl.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/manual/mod/mod_ssl.xml b/docs/manual/mod/mod_ssl.xml index a08256530b..210297b413 100644 --- a/docs/manual/mod/mod_ssl.xml +++ b/docs/manual/mod/mod_ssl.xml @@ -652,7 +652,7 @@ The available (case-insensitive) <em>protocol</em>s are:</p> <li><code>TLSv1.3</code> (when using OpenSSL 1.1.1 and later) <p> A new version of the TLS protocol, as defined in - <a href="https://github.com/tlswg/tls13-spec">RFC TBD</a>.</p></li> + <a href="http://www.ietf.org/rfc/rfc8446.txt">RFC 8446</a>.</p></li> <li><code>all</code> <p> |