]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: connection: add proxy-v2-options ssl-cipher,cert-sig,cert-key
authorEmmanuel Hocdet <manu@gandi.net>
Thu, 1 Feb 2018 14:53:52 +0000 (15:53 +0100)
committerWilly Tarreau <w@1wt.eu>
Thu, 1 Mar 2018 10:38:28 +0000 (11:38 +0100)
commitfa8d0f1875d1481c7fcea3074ac00c7eb195c2ac
treee09099e2a4fe442f73a3edef322a78266ef198f2
parent283e004a852f8b6e8912f4dd6ad4bc774c747f10
MINOR: connection: add proxy-v2-options ssl-cipher,cert-sig,cert-key

This patch implement proxy protocol v2 options related to crypto information:
ssl-cipher (PP2_SUBTYPE_SSL_CIPHER), cert-sig (PP2_SUBTYPE_SSL_SIG_ALG) and
cert-key (PP2_SUBTYPE_SSL_KEY_ALG).
doc/configuration.txt
include/types/server.h
src/connection.c
src/server.c