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

Allow applications to pass data through resumption tickets and reject early data #306

Merged
merged 2 commits into from
Sep 21, 2019

Conversation

Ralith
Copy link
Contributor

@Ralith Ralith commented Sep 20, 2019

Needed for QUIC and HTTP/3. For example, a prior HTTP/3 session's SETTINGS frame may need to be embedded so that it can be respected in 0-RTT, or serve as grounds to reject 0-RTT if respecting it is impossible.

@coveralls
Copy link

coveralls commented Sep 20, 2019

Coverage Status

Coverage decreased (-0.1%) to 96.388% when pulling 690cb2a on Ralith:resumption-data into 431f42b on ctz:master.

@codecov-io
Copy link

codecov-io commented Sep 20, 2019

Codecov Report

Merging #306 into master will decrease coverage by 0.09%.
The diff coverage is 64%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master     #306     +/-   ##
=========================================
- Coverage   96.48%   96.38%   -0.1%     
=========================================
  Files          49       49             
  Lines        8283     8305     +22     
=========================================
+ Hits         7992     8005     +13     
- Misses        291      300      +9
Impacted Files Coverage Δ
rustls/src/msgs/persist.rs 100% <100%> (ø) ⬆️
rustls/src/server/hs.rs 98.49% <100%> (ø) ⬆️
rustls/src/server/tls13.rs 97.49% <100%> (+0.01%) ⬆️
rustls/src/server/tls12.rs 99.5% <100%> (ø) ⬆️
rustls/src/msgs/persist_test.rs 100% <100%> (ø) ⬆️
rustls/src/server/mod.rs 93.67% <18.18%> (-3.68%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 431f42b...690cb2a. Read the comment docs.

@ctz ctz merged commit 69b96b1 into rustls:master Sep 21, 2019
@Ralith Ralith deleted the resumption-data branch September 21, 2019 17:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants