]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
We are not handling AEAD at port level for now
authorTomas Mraz <tomas@openssl.org>
Thu, 23 Jan 2025 16:21:21 +0000 (17:21 +0100)
committerNeil Horman <nhorman@openssl.org>
Mon, 17 Feb 2025 16:27:33 +0000 (11:27 -0500)
-> TODO(QUIC FUTURE)

Reviewed-by: Neil Horman <nhorman@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/26544)

ssl/quic/quic_port.c

index 1a4e1780d07fc50a2664c9f1f287b28a99dfcde0..863ff2f6d7c1efee11dbb6adac847e1ce0bd89fd 100644 (file)
@@ -1313,7 +1313,7 @@ static int port_validate_token(QUIC_PKT_HDR *hdr, QUIC_PORT *port,
          * here, so there is a chance we are dealing with corrupted data. Make
          * Sure the dcid encoded in the token matches the headers dcid to
          * mitigate that.
-         * TODO(QUIC SERVER): Consider handling AEAD validation at the port
+         * TODO(QUIC FUTURE): Consider handling AEAD validation at the port
          * level rather than the QRX/channel level to eliminate the need for
          * this.
          */