commit | a051b4aa3ae252a4f2b610dead7dc7c45d65f346 | [log] [tgz] |
---|---|---|
author | James Voth <james.voth@intogrey.com> | Tue May 14 20:37:59 2013 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Tue May 14 20:55:30 2013 +0200 |
tree | 93240b057754e2102f0b3a6fff06def603142987 | |
parent | 06da4df056c745f76f1d3437d25d969daef5da46 [diff] |
MINOR: ssl: add pattern fetch 'ssl_c_sha1' This new pattern fetch returns the client certificate's SHA-1 fingerprint (i.e. SHA-1 hash of DER-encoded certificate) in a binary chunk. This can be useful to pass it to a server in a header or to stick a client to a server across multiple SSL connections.