Skip to content

Commit ed99ef0

Browse files
committed
xforms
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1927323 13f79535-47bb-0310-9956-ffa450edef68
1 parent 426e303 commit ed99ef0

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

docs/manual/mod/mod_ssl.html.en

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -997,11 +997,15 @@ for <a href="https://tools.ietf.org/html/rfc7512">PKCS#11 URIs</a>.
997997
<div class="directive-section"><h2><a name="SSLEngine" id="SSLEngine">SSLEngine</a> <a name="sslengine" id="sslengine">Directive</a></h2>
998998
<table class="directive">
999999
<tr><th><a href="directive-dict.html#Description">Description:</a></th><td>SSL Engine Operation Switch</td></tr>
1000-
<tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>SSLEngine on|off|optional</code></td></tr>
1000+
<tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>SSLEngine on|off</code></td></tr>
10011001
<tr><th><a href="directive-dict.html#Default">Default:</a></th><td><code>SSLEngine off</code></td></tr>
10021002
<tr><th><a href="directive-dict.html#Context">Context:</a></th><td>server config, virtual host</td></tr>
10031003
<tr><th><a href="directive-dict.html#Status">Status:</a></th><td>Extension</td></tr>
10041004
<tr><th><a href="directive-dict.html#Module">Module:</a></th><td>mod_ssl</td></tr>
1005+
<tr><th><a href="directive-dict.html#Compatibility">Compatibility:</a></th><td>
1006+
Support for the "optional" argument was removed in 2.4.64. It enabled
1007+
RFC 2817 (TLS Upgrade) support.
1008+
</td></tr>
10051009
</table>
10061010
<p>
10071011
This directive toggles the usage of the SSL/TLS Protocol Engine. This
@@ -1013,10 +1017,6 @@ SSLEngine on
10131017
#...
10141018
&lt;/VirtualHost&gt;</pre>
10151019
</div>
1016-
<p>In Apache 2.1 and later, <code class="directive">SSLEngine</code> can be set to
1017-
<code>optional</code>. This enables support for
1018-
<a href="http://www.ietf.org/rfc/rfc2817.txt">RFC 2817</a>, Upgrading to TLS
1019-
Within HTTP/1.1. At this time no web browsers support RFC 2817.</p>
10201020

10211021
</div>
10221022
<div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>

docs/manual/mod/mod_ssl.xml.fr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8" ?>
22
<!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
33
<?xml-stylesheet type="text/xsl" href="../style/manual.fr.xsl"?>
4-
<!-- English Revision: 1925513 -->
4+
<!-- English Revision: 1925513:1927321 (outdated) -->
55
<!-- French translation : Lucien GENTIS -->
66
<!-- Reviewed by : Vincent Deffontaines -->
77

docs/manual/mod/mod_ssl.xml.meta

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88

99
<variants>
1010
<variant>en</variant>
11-
<variant>fr</variant>
11+
<variant outdated="yes">fr</variant>
1212
</variants>
1313
</metafile>

docs/manual/mod/quickreference.html.en

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1075,7 +1075,7 @@ Client Auth</td></tr>
10751075
handshake</td></tr>
10761076
<tr><td><a href="mod_ssl.html#sslcompression">SSLCompression on|off</a></td><td> off </td><td>sv</td><td>E</td></tr><tr><td class="descr" colspan="4">Enable compression on the SSL level</td></tr>
10771077
<tr class="odd"><td><a href="mod_ssl.html#sslcryptodevice">SSLCryptoDevice <em>engine</em></a></td><td> builtin </td><td>s</td><td>E</td></tr><tr class="odd"><td class="descr" colspan="4">Enable use of a cryptographic hardware accelerator</td></tr>
1078-
<tr><td><a href="mod_ssl.html#sslengine">SSLEngine on|off|optional</a></td><td> off </td><td>sv</td><td>E</td></tr><tr><td class="descr" colspan="4">SSL Engine Operation Switch</td></tr>
1078+
<tr><td><a href="mod_ssl.html#sslengine">SSLEngine on|off</a></td><td> off </td><td>sv</td><td>E</td></tr><tr><td class="descr" colspan="4">SSL Engine Operation Switch</td></tr>
10791079
<tr class="odd"><td><a href="mod_ssl.html#sslfips">SSLFIPS on|off</a></td><td> off </td><td>s</td><td>E</td></tr><tr class="odd"><td class="descr" colspan="4">SSL FIPS mode Switch</td></tr>
10801080
<tr><td><a href="mod_ssl.html#sslhonorcipherorder">SSLHonorCipherOrder on|off</a></td><td> off </td><td>sv</td><td>E</td></tr><tr><td class="descr" colspan="4">Option to prefer the server's cipher preference order</td></tr>
10811081
<tr class="odd"><td><a href="mod_ssl.html#sslinsecurerenegotiation">SSLInsecureRenegotiation on|off</a></td><td> off </td><td>sv</td><td>E</td></tr><tr class="odd"><td class="descr" colspan="4">Option to enable support for insecure renegotiation</td></tr>

0 commit comments

Comments
 (0)