From 1f23dbb62d69493fafdeb32958d8cb1834101478 Mon Sep 17 00:00:00 2001 From: Tomas Mraz Date: Thu, 23 Jan 2025 17:21:21 +0100 Subject: [PATCH] We are not handling AEAD at port level for now -> TODO(QUIC FUTURE) Reviewed-by: Neil Horman Reviewed-by: Matt Caswell (Merged from https://github.com/openssl/openssl/pull/26544) --- ssl/quic/quic_port.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ssl/quic/quic_port.c b/ssl/quic/quic_port.c index 1a4e1780d07..863ff2f6d7c 100644 --- a/ssl/quic/quic_port.c +++ b/ssl/quic/quic_port.c @@ -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. */ -- 2.47.2