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

Describe interaction between QUIC and TLS regarding saved 0-RTT state #2947

Merged
merged 3 commits into from Oct 15, 2019

Commits on Aug 22, 2019

  1. Describe interaction between QUIC and TLS regarding saved 0-RTT state

    This PR describes how a TLS stack needs to cooperate with a QUIC stack
    when making the decision whether or not to accept early data.
    
    The purpose of this change is so that implementors working on the TLS
    layer of QUIC are aware that other layers impact decisions traditionally
    made at the TLS layer.
    nharper committed Aug 22, 2019
    Configuration menu
    Copy the full SHA
    bee9501 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2019

  1. Apply suggestions from code review

    Co-Authored-By: Martin Thomson <mt@lowentropy.net>
    nharper and martinthomson committed Aug 23, 2019
    Configuration menu
    Copy the full SHA
    c09d599 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2019

  1. Configuration menu
    Copy the full SHA
    635ab6c View commit details
    Browse the repository at this point in the history