MINOR: ssl: generated certificate is missing in switchctx early callback
authorEmmanuel Hocdet <manu@gandi.net>
Mon, 14 Aug 2017 09:01:25 +0000 (11:01 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 27 Oct 2017 08:54:05 +0000 (10:54 +0200)
commit253c62b257c137e7da5c273f42bc5d6eacd31d2c
tree7f25afe10c59a34d52dce6d299e439298a6a93cf
parent84e417d8593438b56654125d6e86d948038cfa45
MINOR: ssl: generated certificate is missing in switchctx early callback

Openssl 1.1.1 supports switchctx early callback and generated certificate.
Generated certificate calls must be available in switchctx early callback.
src/ssl_sock.c