]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MEDIUM: ssl: Fix handshake failure on session resumption with client cert.
authorEmeric Brun <ebrun@exceliance.fr>
Mon, 26 Nov 2012 17:37:12 +0000 (18:37 +0100)
committerWilly Tarreau <w@1wt.eu>
Mon, 26 Nov 2012 17:43:21 +0000 (18:43 +0100)
commit786991e8b7a4f2da9843c5b11dcb0be7ba2c8a92
tree06368a2489e677925ff3bc8c4b07a1d4590cd857
parent78bbeb4a994c6a567b567954d608a6a05f942721
BUG/MEDIUM: ssl: Fix handshake failure on session resumption with client cert.

Openssl session_id_context was not set on cached sessions so handshake returns an error.
include/proto/shctx.h
src/shctx.c