Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Backport robust reset detection to 0.10 #1647

Merged
merged 2 commits into from
Aug 24, 2023
Merged

Commits on Aug 23, 2023

  1. proto: detect stateless resets in authed and unprotected packets

    RFC9000 says: endpoints MUST treat any packet ending in a valid
    stateless reset token as a Stateless Reset
    
    Previously, we did not detect stateless resets that appeared to be
    unprotected packets (e.g. Retry or Version Negotiation) or which were
    successfully decrypted (astronomically unlikely with TLS, but possible
    with custom cryptographic layers).
    
    (cherry picked from commit 7f26029)
    Ralith committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    7446ec8 View commit details
    Browse the repository at this point in the history
  2. proto: Bump version

    Ralith committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    1630d77 View commit details
    Browse the repository at this point in the history