MINOR: quic: Display the SSL alert in ->ssl_send_alert() callback.
authorFrédéric Lécaille <flecaille@haproxy.com>
Thu, 10 Dec 2020 16:03:11 +0000 (17:03 +0100)
committerWilly Tarreau <w@1wt.eu>
Wed, 23 Dec 2020 10:57:26 +0000 (11:57 +0100)
commit47c433fdcb8d90f63179a54db907a5ae6c276197
tree26b30b62e2385a9c9b8c96af9ac09b07e5f8e34e
parent26c49d9eb07fceba22ac2410a5196ff5d99c9c6e
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.
src/xprt_quic.c