commit | aaee75088a5c85d77cd87aa91169705215f152d2 | [log] [tgz] |
---|---|---|
author | Emmanuel Hocdet <manu@gandi.net> | Tue Mar 07 18:34:58 2017 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Wed Mar 08 15:04:25 2017 +0100 |
tree | 46ebfaef6ea77ce36ede33984f7ca2dfd1c2bd19 | |
parent | f6b37c67be277b5f0ae60438d796ff29ef19be40 [diff] |
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.