commit | 55f4fa8825ab9d80ca1ad10bfbf8de88fa7538e3 | [log] [tgz] |
---|---|---|
author | Emeric Brun <ebrun@exceliance.fr> | Wed Apr 30 17:11:25 2014 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Wed Apr 30 22:31:11 2014 +0200 |
tree | 5c04140ab514198a81c51db4ea350fc08b87ac1f | |
parent | ba841a1da1c01963c98efa035ce923578ef7d6e9 [diff] |
MINOR: ssl: adds ssl_f_sha1 fetch to return frontend's certificate fingerprint ssl_f_sha1 is a binary binary fetch used to returns the SHA-1 fingerprint of the certificate presented by the frontend when the incoming connection was made over an SSL/TLS transport layer. This can be used to know which certificate was chosen using SNI.