commit | e6060c5d877e78cfab04cca4f603340540206994 | [log] [tgz] |
---|---|---|
author | Olivier Houchard <ohouchard@haproxy.com> | Thu Nov 16 17:42:52 2017 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Thu Nov 16 19:03:32 2017 +0100 |
tree | 9919cac0748f87613f458a68516e2504dad02e0f | |
parent | f02050662b1699a3c107a3275bc624104df98a49 [diff] |
MINOR: SSL: Store the ASN1 representation of client sessions. Instead of storing the SSL_SESSION pointer directly in the struct server, store the ASN1 representation, otherwise, session resumption is broken with TLS 1.3, when multiple outgoing connections want to use the same session.