mirror of
https://github.com/openssl/openssl.git
synced 2025-04-06 20:20:50 +08:00
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:
parent
54dcb3740b
commit
1f23dbb62d
@ -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.
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user