commit | 66cbb8232c5e5c124a2e40ecc33c67e9feb185ee | [log] [tgz] |
---|---|---|
author | Frédéric Lécaille <flecaille@haproxy.com> | Wed Nov 17 11:56:21 2021 +0100 |
committer | Frédéric Lécaille <flecaille@haproxy.com> | Fri Nov 19 14:37:35 2021 +0100 |
tree | 242fe83efeb61f4e12c8d60921a1258eabdba061 | |
parent | 2b2032adbb68be00f73c01340ee99c4ad7362fce [diff] |
MINOR: quic: Send CONNECTION_CLOSE frame upon TLS alert Add ->err member to quic_conn struct to store the connection errors. This is the responsability of ->send_alert callback of SSL_QUIC_METHOD struct to handle the TLS alert and consequently update ->err value. At this time, when entering qc_build_pkt() we build a CONNECTION_CLOSE frame close the connection when ->err value is not null.