From: Emeric Brun Date: Fri, 24 Sep 2010 13:45:16 +0000 (+0200) Subject: [DOC] acls rep_ssl_hello and req_ssl_hello X-Git-Tag: v1.5-dev8~389 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=392d1d8b89d1f6e43d287a92d342e6edb59442b5;p=thirdparty%2Fhaproxy.git [DOC] acls rep_ssl_hello and req_ssl_hello --- diff --git a/doc/configuration.txt b/doc/configuration.txt index d429339620..4ab93c5086 100644 --- a/doc/configuration.txt +++ b/doc/configuration.txt @@ -7230,6 +7230,18 @@ req_ssl_ver that TLSv1 is announced as SSL version 3.1. This test was designed to be used with TCP request content inspection. +req_ssl_hello_type + Returns true when data in the request buffer looks like a complete SSL (v3 + or superior) hello message and handshake type is equal to . + This test was designed to be used with TCP request content inspection: an + SSL session ID may be fetched. + +rep_ssl_hello_type + Returns true when data in the response buffer looks like a complete SSL (v3 + or superior) hello message and handshake type is equal to . + This test was designed to be used with TCP response content inspection: a + SSL session ID may be fetched. + wait_end Waits for the end of the analysis period to return true. This may be used in conjunction with content analysis to avoid returning a wrong verdict early.