]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: ssl: convert to binary ssl_fc_unique_id and ssl_bc_unique_id.
authorEmeric Brun <ebrun@exceliance.fr>
Wed, 30 Apr 2014 16:49:19 +0000 (18:49 +0200)
committerWilly Tarreau <w@1wt.eu>
Wed, 30 Apr 2014 20:31:11 +0000 (22:31 +0200)
commitb73a9b039c7d4da4055fb996ed65bbcb8ccfa9e6
tree4905771eb54442f81b2831a070ee00094071d115
parent53d1a9827081ef99993caad3bd8c8347934e3dea
MINOR: ssl: convert to binary ssl_fc_unique_id and ssl_bc_unique_id.

Previously ssl_fc_unique_id and ssl_bc_unique_id return a string encoded
in base64 of the RFC 5929 TLS unique identifier. This patch modify those fetches
to return directly the ID in the original binary format. The user can make the
choice to encode in base64 using the converter.

i.e. : ssl_fc_unique_id,base64
doc/configuration.txt
src/ssl_sock.c