]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: ssl: add "no-ca-names" parameter for bind
authorEmmanuel Hocdet <manu@gandi.net>
Fri, 28 Jul 2017 13:01:05 +0000 (15:01 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 28 Jul 2017 13:20:48 +0000 (15:20 +0200)
commit174dfe55a01bca1206d4107bddc2145a3bd2b594
tree1ef5353877f17efc0ff55fb781851bad99beab62
parent46d5b0872ada05952574f070b751c793ab6af4fc
MINOR: ssl: add "no-ca-names" parameter for bind

This option prevent to send CA names in server hello message when
ca-file is used. This parameter is also available in "crt-list".
doc/configuration.txt
include/types/listener.h
src/ssl_sock.c