]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: ssl: add pattern fetch 'ssl_c_sha1'
authorJames Voth <james.voth@intogrey.com>
Tue, 14 May 2013 18:37:59 +0000 (20:37 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 14 May 2013 18:55:30 +0000 (20:55 +0200)
commita051b4aa3ae252a4f2b610dead7dc7c45d65f346
tree93240b057754e2102f0b3a6fff06def603142987
parent06da4df056c745f76f1d3437d25d969daef5da46
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.
doc/configuration.txt
src/ssl_sock.c