]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: ssl: add elliptic curve Diffie-Hellman support for ssl key generation
authorEmeric Brun <ebrun@exceliance.fr>
Thu, 20 Sep 2012 15:10:03 +0000 (17:10 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 2 Oct 2012 06:03:21 +0000 (08:03 +0200)
commit2b58d040b692ea10edeb2205e02130aeffc9a910
tree0743052a6419ba784a00268f18d1e251279be6cb
parente032bfaa332203e4253813b4f6d5d5502ac92640
MINOR: ssl: add elliptic curve Diffie-Hellman support for ssl key generation

Add 'ecdhe' on 'bind' statement: to set named curve used to generate ECDHE keys
(ex: ecdhe secp521r1)
include/types/listener.h
src/cfgparse.c
src/haproxy.c
src/ssl_sock.c