commit | 47c433fdcb8d90f63179a54db907a5ae6c276197 | [log] [tgz] |
---|---|---|
author | Frédéric Lécaille <flecaille@haproxy.com> | Thu Dec 10 17:03:11 2020 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Wed Dec 23 11:57:26 2020 +0100 |
tree | 26b30b62e2385a9c9b8c96af9ac09b07e5f8e34e | |
parent | 26c49d9eb07fceba22ac2410a5196ff5d99c9c6e [diff] |
MINOR: quic: Display the SSL alert in ->ssl_send_alert() callback. At least displays the SSL alert error code passed to ->ssl_send_alert() QUIC BIO method and the SSL encryption level. This function is newly called when using picoquic client with a recent version of BoringSSL (Nov 19 2020). This is not the case with OpenSSL with 32 as QUIC draft implementation.