MINOR: ssl: add fetch 'ssl_fc_session_key' and 'ssl_bc_session_key'
authorPatrick Hemmer <haproxy@stormcloud9.net>
Sat, 28 Apr 2018 23:15:51 +0000 (19:15 -0400)
committerWilly Tarreau <w@1wt.eu>
Mon, 30 Apr 2018 12:56:19 +0000 (14:56 +0200)
commite027547f8d03e645b39ed96be74dc3b73e7dc54e
treecba4ac7d0b6ff7d49a55e6b3d54f8a9eaddce848
parent419667746b5794af0bb8f03836ab335999e2b1e2
MINOR: ssl: add fetch 'ssl_fc_session_key' and 'ssl_bc_session_key'

These fetches return the SSL master key of the front/back connection.
This is useful to decrypt traffic encrypted with ephemeral ciphers.
doc/configuration.txt
src/ssl_sock.c