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

Idempotent is not the standard for 0-RTT #4394

Merged
merged 7 commits into from
Dec 10, 2020
Merged

Commits on Nov 19, 2020

  1. Semicolon

    martinthomson committed Nov 19, 2020
    Configuration menu
    Copy the full SHA
    ba30582 View commit details
    Browse the repository at this point in the history
  2. Rewrite replay section

    This was wrong.  Idempotency is not the standard we use to determine
    whether something is safe to send in 0-RTT.
    
    RFC 8470 has a lot more subtlety to it than just saying "be idempotent".
    The recommendation there is for _safe_ methods only.
    
    Closes #4393.
    martinthomson committed Nov 19, 2020
    Configuration menu
    Copy the full SHA
    d490ef0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b5ce525 View commit details
    Browse the repository at this point in the history
  4. they do, not they can

    Co-authored-by: Kazuho Oku <kazuhooku@gmail.com>
    martinthomson and kazuho committed Nov 19, 2020
    Configuration menu
    Copy the full SHA
    c2e040a View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2020

  1. Configuration menu
    Copy the full SHA
    ee55b35 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    98239d6 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2020

  1. don't use unless requested

    Co-authored-by: Jana Iyengar <jri.ietf@gmail.com>
    martinthomson and janaiyengar committed Dec 7, 2020
    Configuration menu
    Copy the full SHA
    d1870b8 View commit details
    Browse the repository at this point in the history