From: Emeric Brun Date: Fri, 28 Sep 2012 13:26:15 +0000 (+0200) Subject: DOC: ssl: add 'ecdhe' statement on 'bind' X-Git-Tag: v1.5-dev13~251 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7fb34422fe97706916acea059343cc21a9d6e5ef;p=thirdparty%2Fhaproxy.git DOC: ssl: add 'ecdhe' statement on 'bind' --- diff --git a/doc/configuration.txt b/doc/configuration.txt index ec3ee3c5a2..ccbd40b3d7 100644 --- a/doc/configuration.txt +++ b/doc/configuration.txt @@ -6737,6 +6737,11 @@ backlog Sets the socket's backlog to this value. If unspecified, the frontend's backlog is used instead, which generally defaults to the maxconn value. +ecdhe + This setting is only available when support for OpenSSL was built in. It sets + the named curve (RFC 4492) used to generate ECDH ephemeral keys and makes + ECDHE cipher suites usable. + ciphers This setting is only available when support for OpenSSL was built in. It sets the string describing the list of cipher algorithms ("cipher suite") that are