BUG/MINOR: ssl: fix cipherlist captures with sustainable SSL calls
authorEmmanuel Hocdet <manu@gandi.net>
Tue, 7 Mar 2017 17:34:58 +0000 (18:34 +0100)
committerWilly Tarreau <w@1wt.eu>
Wed, 8 Mar 2017 14:04:25 +0000 (15:04 +0100)
commitaaee75088a5c85d77cd87aa91169705215f152d2
tree46ebfaef6ea77ce36ede33984f7ca2dfd1c2bd19
parentf6b37c67be277b5f0ae60438d796ff29ef19be40
BUG/MINOR: ssl: fix cipherlist captures with sustainable SSL calls

Use SSL_set_ex_data/SSL_get_ex_data standard API call to store capture.
We need to avoid internal structures/undocumented calls usage to try to
control the beast and limit painful compatibilities.
doc/configuration.txt
src/ssl_sock.c