DOC: ssl: add 'ecdhe' statement on 'bind'
authorEmeric Brun <ebrun@exceliance.fr>
Fri, 28 Sep 2012 13:26:15 +0000 (15:26 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 2 Oct 2012 06:03:35 +0000 (08:03 +0200)
doc/configuration.txt

index ec3ee3c..ccbd40b 100644 (file)
@@ -6737,6 +6737,11 @@ backlog <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 <named curve>
+  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 <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