]> git.kaiwu.me - haproxy.git/commit
MINOR: ssl: add pattern and ACLs fetches 'ssl_c_key_alg' and 'ssl_f_key_alg'
authorEmeric Brun <ebrun@exceliance.fr>
Mon, 22 Oct 2012 10:22:55 +0000 (12:22 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 26 Oct 2012 13:08:00 +0000 (15:08 +0200)
commit521a011999279b597c38aabcf70d24609b7f173b
tree4bdf0bfc26f9165820e9c27c9c0f5bd615f4ecf3
parent7f56e748419255a05fab7147a4bd4bb12e4b81a0
MINOR: ssl: add pattern and ACLs fetches 'ssl_c_key_alg' and 'ssl_f_key_alg'

ssl_c_key_alg: algo used to encrypt the client's cert key (ex: rsaEncryption)
ssl_f_key_alg: algo used to encrypt the frontend's cert key (ex: rsaEncryption)
src/ssl_sock.c