From: Tomas Mraz Date: Thu, 23 Jan 2025 16:21:21 +0000 (+0100) Subject: We are not handling AEAD at port level for now X-Git-Tag: openssl-3.5.0-alpha1~245 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1f23dbb62d69493fafdeb32958d8cb1834101478;p=thirdparty%2Fopenssl.git 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) --- 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. */