]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Remove TODO(QUIC) about raising errors from ossl_quic_tls_tick()
authorTomas Mraz <tomas@openssl.org>
Wed, 9 Aug 2023 13:10:10 +0000 (15:10 +0200)
committerTomas Mraz <tomas@openssl.org>
Wed, 23 Aug 2023 15:18:39 +0000 (17:18 +0200)
This was already resolved by https://github.com/openssl/openssl/pull/21547

Reviewed-by: Hugo Landau <hlandau@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/21700)

ssl/quic/quic_tls.c

index d043b8c266185b6273200707d98b82987e3c7d94..8f104f63e3feae370504f2b9775f57ad83725bc6 100644 (file)
@@ -700,13 +700,6 @@ int ossl_quic_tls_tick(QUIC_TLS *qtls)
     const unsigned char *alpn;
     unsigned int alpnlen;
 
-    /*
-     * TODO(QUIC): There are various calls here that could fail and ordinarily
-     * would result in an ERR_raise call - but "tick" calls aren't supposed to
-     * fail "loudly" - so its unclear how we will report these errors. The
-     * ERR_raise calls are omitted from this function for now.
-     */
-
     if (qtls->inerror)
         return 0;