aboutsummaryrefslogtreecommitdiffstats
path: root/ssl/ssl_err.c
diff options
context:
space:
mode:
authorHugo Landau <hlandau@openssl.org>2023-07-28 17:48:14 +0100
committerMatt Caswell <matt@openssl.org>2023-08-08 14:33:42 +0100
commit741170bef340b31a32a94a4ea86cc0d7744c01b2 (patch)
tree392018b14999bcac9788606052e54e8b2e1d8d68 /ssl/ssl_err.c
parentab6c63456f30a849e3046532c582b4eaff7716d6 (diff)
downloadopenssl-741170bef340b31a32a94a4ea86cc0d7744c01b2.tar.gz
QUIC CHANNEL: Improve error reporting
Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/21547)
Diffstat (limited to 'ssl/ssl_err.c')
-rw-r--r--ssl/ssl_err.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ssl/ssl_err.c b/ssl/ssl_err.c
index d18cbf9bca..9d24bc8014 100644
--- a/ssl/ssl_err.c
+++ b/ssl/ssl_err.c
@@ -355,6 +355,7 @@ static const ERR_STRING_DATA SSL_str_reasons[] = {
"psk identity not found"},
{ERR_PACK(ERR_LIB_SSL, 0, SSL_R_PSK_NO_CLIENT_CB), "psk no client cb"},
{ERR_PACK(ERR_LIB_SSL, 0, SSL_R_PSK_NO_SERVER_CB), "psk no server cb"},
+ {ERR_PACK(ERR_LIB_SSL, 0, SSL_R_QUIC_NETWORK_ERROR), "quic network error"},
{ERR_PACK(ERR_LIB_SSL, 0, SSL_R_QUIC_PROTOCOL_ERROR),
"quic protocol error"},
{ERR_PACK(ERR_LIB_SSL, 0, SSL_R_READ_BIO_NOT_SET), "read bio not set"},