We are not handling AEAD at port level for now

-> 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)
This commit is contained in:
Tomas Mraz 2025-01-23 17:21:21 +01:00 committed by Neil Horman
parent 54dcb3740b
commit 1f23dbb62d

View 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.
*/