]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Move handling of connection close frames to QUIC FUTURE
authorNeil Horman <nhorman@openssl.org>
Wed, 29 Jan 2025 19:44:13 +0000 (14:44 -0500)
committerNeil Horman <nhorman@openssl.org>
Mon, 17 Feb 2025 16:27:34 +0000 (11:27 -0500)
There is a corner case in handling connection close frames for which RFC
guidance is unclear.  Given that, move addressing it to QUIC FUTURE

Fixes openssl/project#1075

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Saša Nedvědický <sashan@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/26593)

ssl/quic/quic_txp.c

index 9ff0e5aee5d265fe88397e00f6c49d7feaac9ef3..1d74637ffaabccc389e6491783b354b2a12c155f 100644 (file)
@@ -1469,7 +1469,8 @@ static int txp_should_try_staging(OSSL_QUIC_TX_PACKETISER *txp,
      * This is not a major concern for clients, since if a client has a 1-RTT EL
      * provisioned the server is guaranteed to also have a 1-RTT EL provisioned.
      *
-     * TODO(QUIC SERVER): Revisit this when server support is added.
+     * TODO(QUIC FUTURE): Revisit this when when have reached a decision on how
+     * best to implement this
      */
     if (*conn_close_enc_level > enc_level
         && *conn_close_enc_level != QUIC_ENC_LEVEL_1RTT)