diff options
author | Martin Duke <m.duke@f5.com> | 2021-10-12 11:57:50 +0300 |
---|---|---|
committer | Martin Duke <m.duke@f5.com> | 2021-10-12 11:57:50 +0300 |
commit | 7b12abb0a85e7790dffc08ab3ad64893d957f75c (patch) | |
tree | bbd1ccb920419732c87380ec68ae0fc09931ebb8 /src/http/v3/ngx_http_v3_request.c | |
parent | 5e37df0bf413bf34407ff4b399b58dc006e24b71 (diff) | |
download | nginx-7b12abb0a85e7790dffc08ab3ad64893d957f75c.tar.gz nginx-7b12abb0a85e7790dffc08ab3ad64893d957f75c.zip |
QUIC: attempt decrypt before checking for stateless reset.
Checking the reset after encryption avoids false positives. More importantly,
it avoids the check entirely in the usual case where decryption succeeds.
RFC 9000, 10.3.1 Detecting a Stateless Reset
Endpoints MAY skip this check if any packet from a datagram is
successfully processed.
Diffstat (limited to 'src/http/v3/ngx_http_v3_request.c')
0 files changed, 0 insertions, 0 deletions