MEDIUM: ssl: add new sample-fetch which captures the cipherlist
authorThierry FOURNIER <thierry.fournier@ozon.io>
Sat, 25 Feb 2017 11:45:22 +0000 (12:45 +0100)
committerWilly Tarreau <w@1wt.eu>
Mon, 6 Mar 2017 20:40:23 +0000 (21:40 +0100)
commit5bf77329b6d1577bf88db1adb59a436645a664be
treee85e7c9c31227cebc9326122983bcb2215b9d3db
parentcc6c2a2cb7116ec2e9893db0e7126d0a50d78067
MEDIUM: ssl: add new sample-fetch which captures the cipherlist

This new sample-fetches captures the cipher list offer by the client
SSL connection during the client-hello phase. This is useful for
fingerprint the SSL connection.
doc/configuration.txt
src/ssl_sock.c