haproxy/include
Christopher Faulet 31af49d62b MEDIUM: ssl: Add options to forge SSL certificates
With this patch, it is possible to configure HAProxy to forge the SSL
certificate sent to a client using the SNI servername. We do it in the SNI
callback.

To enable this feature, you must pass following BIND options:

 * ca-sign-file <FILE> : This is the PEM file containing the CA certitifacte and
   the CA private key to create and sign server's certificates.

 * (optionally) ca-sign-pass <PASS>: This is the CA private key passphrase, if
   any.

 * generate-certificates: Enable the dynamic generation of certificates for a
   listener.

Because generating certificates is expensive, there is a LRU cache to store
them. Its size can be customized by setting the global parameter
'tune.ssl.ssl-ctx-cache-size'.
2015-06-12 18:06:59 +02:00
..
common MEDIUM: ssl: Add options to forge SSL certificates 2015-06-12 18:06:59 +02:00
import MINOR: lru: Add lru64_lookup function 2015-06-12 18:06:59 +02:00
proto MEDIUM: ssl: Add options to forge SSL certificates 2015-06-12 18:06:59 +02:00
types MEDIUM: ssl: Add options to forge SSL certificates 2015-06-12 18:06:59 +02:00