]> git.ipfire.org Git - thirdparty/openssl.git/commit - crypto/err/openssl.txt
QUIC: Add ERR_raise() calls for EVP call failures
authorTomas Mraz <tomas@openssl.org>
Wed, 9 Aug 2023 14:28:41 +0000 (16:28 +0200)
committerTomas Mraz <tomas@openssl.org>
Wed, 23 Aug 2023 15:18:48 +0000 (17:18 +0200)
commitcb19528b932d66e4e90c9365ed67acaec79fe9ad
tree048a97b140e7fad78044c83896199b7a3b51e9aa
parent68b9a32aa397030d9e49ee1ae84ca1ce6b58efd3
QUIC: Add ERR_raise() calls for EVP call failures

This improves tracking where the failure was triggered.

Reviewed-by: Hugo Landau <hlandau@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/21700)
crypto/err/openssl.txt
include/openssl/sslerr.h
ssl/quic/quic_record_shared.c
ssl/quic/quic_record_tx.c
ssl/quic/quic_record_util.c
ssl/quic/quic_wire_pkt.c
ssl/ssl_err.c