]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: ssl: check private key consistency in loading
authorEmmanuel Hocdet <manu@gandi.net>
Tue, 30 Jul 2019 12:21:25 +0000 (14:21 +0200)
committerWilliam Lallemand <wlallemand@haproxy.org>
Tue, 30 Jul 2019 13:53:54 +0000 (15:53 +0200)
commit03e09f3818e571c186b16303c5a9747d16670fc4
tree38f16ef349e75c308ddf212919ce88a5394602fd
parent1c65fdd50e95e3a0737e274c3bd8184f3fe4e656
MINOR: ssl: check private key consistency in loading

Load a PEM certificate and use it in CTX are now decorrelated.
Checking the certificate and private key consistency can be done
earlier: in loading phase instead CTX set phase.
src/ssl_sock.c