haproxy/include
Christopher Faulet d2cab92e75 BUG/MINOR: ssl: fix management of the cache where forged certificates are stored
First, the LRU cache must be initialized after the configuration parsing to
correctly set its size.
Next, the function 'ssl_sock_set_generated_cert' returns -1 when an error occurs
(0 if success). In that case, the caller is responsible to free the memory
allocated for the certificate.
Finally, when a SSL certificate is generated by HAProxy but cannot be inserted
in the cache, it must be freed when the SSL connection is closed. This happens
when 'tune.ssl.ssl-ctx-cache-size' is set to 0.
2015-10-09 10:20:53 +02:00
..
common BUILD: Fix the build on OSX (htonll/ntohll) 2015-10-09 10:11:59 +02:00
import MAJOR: tproxy: remove support for cttproxy 2015-08-20 19:35:14 +02:00
proto BUG/MINOR: ssl: fix management of the cache where forged certificates are stored 2015-10-09 10:20:53 +02:00
types BUG/MEDIUM: logs: segfault writing to log from Lua 2015-10-02 00:57:45 +02:00