summaryrefslogtreecommitdiff
path: root/docs/manual/mod/mod_ssl.xml
diff options
context:
space:
mode:
authorWilliam A. Rowe Jr <wrowe@apache.org>2005-07-06 15:16:28 +0000
committerWilliam A. Rowe Jr <wrowe@apache.org>2005-07-06 15:16:28 +0000
commit340df9ce2f73c6984948d3cff0c81580a9c4d2de (patch)
tree2ab95b8860ccb80db783a8ea354750b44820df75 /docs/manual/mod/mod_ssl.xml
parenta54a614aa1ac7c7b95794fcbe6ecfec07507fa8e (diff)
downloadhttpd-340df9ce2f73c6984948d3cff0c81580a9c4d2de.tar.gz
Add SSL_COMPRESS_METHOD variable (included in +StdEnvVars) to note
the negotiated compression. Reviewed by: wrowe, Maxime Petazzoni Submitted by: Georg v. Zezschwitz <gvz 2scale.de> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@209469 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mod/mod_ssl.xml')
-rw-r--r--docs/manual/mod/mod_ssl.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/manual/mod/mod_ssl.xml b/docs/manual/mod/mod_ssl.xml
index 5c807b28ed..cf1de480e5 100644
--- a/docs/manual/mod/mod_ssl.xml
+++ b/docs/manual/mod/mod_ssl.xml
@@ -65,6 +65,7 @@ compatibility variables.</p>
<tr><td><code>SSL_CIPHER_EXPORT</code></td> <td>string</td> <td><code>true</code> if cipher is an export cipher</td></tr>
<tr><td><code>SSL_CIPHER_USEKEYSIZE</code></td> <td>number</td> <td>Number of cipher bits (actually used)</td></tr>
<tr><td><code>SSL_CIPHER_ALGKEYSIZE</code></td> <td>number</td> <td>Number of cipher bits (possible)</td></tr>
+<tr><td><code>SSL_COMPRESS_METHOD</code></td> <td>string</td> <td>SSL compression method negotiated</td></tr>
<tr><td><code>SSL_VERSION_INTERFACE</code></td> <td>string</td> <td>The mod_ssl program version</td></tr>
<tr><td><code>SSL_VERSION_LIBRARY</code></td> <td>string</td> <td>The OpenSSL program version</td></tr>
<tr><td><code>SSL_CLIENT_M_VERSION</code></td> <td>string</td> <td>The version of the client certificate</td></tr>