From: Christophe Jaillet Date: Sat, 25 Dec 2021 08:41:19 +0000 (+0000) Subject: Add some values in the description of some directives. X-Git-Tag: 2.5.0-alpha2-ci-test-only~612 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=720bc512119ba5a7a32b31038ec43bd641aed31a;p=thirdparty%2Fapache%2Fhttpd.git Add some values in the description of some directives. Add a description for TLSHonorClientOrder [skip ci] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1896377 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_tls.xml b/docs/manual/mod/mod_tls.xml index e8402369435..bfb7690fb9b 100644 --- a/docs/manual/mod/mod_tls.xml +++ b/docs/manual/mod/mod_tls.xml @@ -346,6 +346,7 @@ MDomain example.net TLSProtocol specifies the minimum version of the TLS protocol to use. TLSProtocol version+ + TLSProtocol v1.2+ server config virtual host @@ -414,16 +415,17 @@ TLSCiphersSuppress ECDHE-ECDSA-CHACHA20-POLY1305 TLSHonorClientOrder - + determines if the order of ciphers supported by the client is honored TLSHonorClientOrder on|off + TLSHonorClientOrder on server config virtual host

- TLSHonorClientOrder determines if the order of ciphers - supported by the client is honored. This is `on` by default. + TLSHonorClientOrder determines if the order of ciphers + supported by the client is honored.

@@ -517,6 +519,7 @@ TLSCiphersSuppress ECDHE-ECDSA-CHACHA20-POLY1305 TLSProxyProtocol specifies the minimum version of the TLS protocol to use in proxy connections. TLSProxyProtocol version+ + TLSProxyProtocol v1.2+ server config virtual host @@ -595,12 +598,13 @@ TLSCiphersSuppress ECDHE-ECDSA-CHACHA20-POLY1305 TLSStrictSNI enforces exact matches of client server indicators (SNI) against host names. TLSStrictSNI on|off + TLSStrictSNI on server config

- Client connections using SNI will be unsuccessful if no match is found. This is `on` by default. + Client connections using SNI will be unsuccessful if no match is found.