You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ja...@apache.org on 2021/12/25 08:41:20 UTC

svn commit: r1896377 - /httpd/httpd/trunk/docs/manual/mod/mod_tls.xml

Author: jailletc36
Date: Sat Dec 25 08:41:19 2021
New Revision: 1896377

URL: http://svn.apache.org/viewvc?rev=1896377&view=rev
Log:
Add some <default> values in the description of some directives.

Add a description for TLSHonorClientOrder

[skip ci]

Modified:
    httpd/httpd/trunk/docs/manual/mod/mod_tls.xml

Modified: httpd/httpd/trunk/docs/manual/mod/mod_tls.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_tls.xml?rev=1896377&r1=1896376&r2=1896377&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_tls.xml (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_tls.xml Sat Dec 25 08:41:19 2021
@@ -346,6 +346,7 @@ MDomain example.net
         <name>TLSProtocol</name>
         <description>specifies the minimum version of the TLS protocol to use.</description>
         <syntax>TLSProtocol <em>version</em>+</syntax>
+        <default>TLSProtocol v1.2+</default>
         <contextlist>
             <context>server config</context>
             <context>virtual host</context>
@@ -414,16 +415,17 @@ TLSCiphersSuppress ECDHE-ECDSA-CHACHA20-
 
     <directivesynopsis>
         <name>TLSHonorClientOrder</name>
-        <description></description>
+        <description>determines if the order of ciphers supported by the client is honored</description>
         <syntax>TLSHonorClientOrder on|off</syntax>
+        <default>TLSHonorClientOrder on</default>
         <contextlist>
             <context>server config</context>
             <context>virtual host</context>
         </contextlist>
         <usage>
             <p>
-                TLSHonorClientOrder determines if the order of ciphers
-                supported by the client is honored. This is `on` by default.
+                <directive>TLSHonorClientOrder</directive> determines if the order of ciphers
+                supported by the client is honored.
             </p><p>
             </p>
         </usage>
@@ -517,6 +519,7 @@ TLSCiphersSuppress ECDHE-ECDSA-CHACHA20-
         <name>TLSProxyProtocol</name>
         <description>specifies the minimum version of the TLS protocol to use in proxy connections.</description>
         <syntax>TLSProxyProtocol <em>version</em>+</syntax>
+        <default>TLSProxyProtocol v1.2+</default>
         <contextlist>
             <context>server config</context>
             <context>virtual host</context>
@@ -595,12 +598,13 @@ TLSCiphersSuppress ECDHE-ECDSA-CHACHA20-
         <name>TLSStrictSNI</name>
         <description>enforces exact matches of client server indicators (SNI) against host names.</description>
         <syntax>TLSStrictSNI on|off</syntax>
+        <default>TLSStrictSNI on</default>
         <contextlist>
             <context>server config</context>
         </contextlist>
         <usage>
             <p>
-                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.
             </p>
         </usage>
     </directivesynopsis>