Ensure QUIC-TLS errors raised during channel start are available to caller
authorMatt Caswell <matt@openssl.org>
Mon, 11 Sep 2023 12:55:41 +0000 (13:55 +0100)
committerMatt Caswell <matt@openssl.org>
Wed, 13 Sep 2023 08:45:17 +0000 (09:45 +0100)
commit982dae89d8d19fcb9cc2c3b8ba74afef352ecc41
tree5164aa7e50ec9420331723e440b8d53d436a68fc
parentd012319145b1c95ecb9ada29f4f03a3b30cf0f41
Ensure QUIC-TLS errors raised during channel start are available to caller

TLS misconfiguration errors should be shown to the application to enable
diagnosis of the problem. Otherwise you just get a generical "internal
error" message.

Reviewed-by: Hugo Landau <hlandau@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/22066)
ssl/quic/quic_channel.c
ssl/quic/quic_impl.c