haproxy/include
Emeric Brun d94b3fe98f MEDIUM: ssl: add client certificate authentication support
Add keyword 'verify' on bind:
'verify none': authentication disabled (default)
'verify optional': accept connection without certificate
                   and process a verify if the client sent a certificate
'verify required': reject connection without certificate
                   and process a verify if the client send a certificate

Add keyword 'cafile' on bind:
'cafile <path>' path to a client CA file used to verify.
'crlfile <path>' path to a client CRL file used to verify.
2012-10-02 08:04:49 +02:00
..
common MINOR: config: make str2listener() use memprintf() to report errors. 2012-09-24 10:53:16 +02:00
import [MAJOR] replace ultree with ebtree in wait-queues 2008-06-24 08:17:16 +02:00
proto MINOR: connection: add a pointer to the connection owner 2012-09-28 00:01:22 +02:00
types MEDIUM: ssl: add client certificate authentication support 2012-10-02 08:04:49 +02:00