From cb19528b932d66e4e90c9365ed67acaec79fe9ad Mon Sep 17 00:00:00 2001 From: Tomas Mraz Date: Wed, 9 Aug 2023 16:28:41 +0200 Subject: QUIC: Add ERR_raise() calls for EVP call failures This improves tracking where the failure was triggered. Reviewed-by: Hugo Landau Reviewed-by: Matt Caswell (Merged from https://github.com/openssl/openssl/pull/21700) --- crypto/err/openssl.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'crypto') diff --git a/crypto/err/openssl.txt b/crypto/err/openssl.txt index 70c1645a4f..f04a6b1a09 100644 --- a/crypto/err/openssl.txt +++ b/crypto/err/openssl.txt @@ -1428,6 +1428,7 @@ SSL_R_LENGTH_TOO_LONG:404:length too long SSL_R_LENGTH_TOO_SHORT:160:length too short SSL_R_LIBRARY_BUG:274:library bug SSL_R_LIBRARY_HAS_NO_CIPHERS:161:library has no ciphers +SSL_R_MAXIMUM_ENCRYPTED_PKTS_REACHED:395:maximum encrypted pkts reached SSL_R_MISSING_DSA_SIGNING_CERT:165:missing dsa signing cert SSL_R_MISSING_ECDSA_SIGNING_CERT:381:missing ecdsa signing cert SSL_R_MISSING_FATAL:256:missing fatal -- cgit v1.2.3