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

Implement DTLS 1.2 Connection IDs #558

Merged
merged 17 commits into from
Aug 9, 2023

Add basic connection ID generators

ed08ac1
Select commit
Loading
Failed to load commit list.
Merged

Implement DTLS 1.2 Connection IDs #558

Add basic connection ID generators
ed08ac1
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Aug 9, 2023 in 0s

76.97% (+0.21%) compared to a1d270f

View this Pull Request on Codecov

76.97% (+0.21%) compared to a1d270f

Details

Codecov Report

Patch coverage: 83.48% and project coverage change: +0.21% 🎉

Comparison is base (a1d270f) 76.75% compared to head (ed08ac1) 76.97%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #558      +/-   ##
==========================================
+ Coverage   76.75%   76.97%   +0.21%     
==========================================
  Files          95       99       +4     
  Lines        5675     6011     +336     
==========================================
+ Hits         4356     4627     +271     
- Misses        972     1016      +44     
- Partials      347      368      +21     
Files Changed Coverage Δ
cipher_suite.go 98.51% <ø> (ø)
config.go 100.00% <ø> (ø)
handshaker.go 76.79% <ø> (ø)
state.go 90.90% <ø> (ø)
pkg/protocol/extension/connection_id.go 68.96% <68.96%> (ø)
pkg/crypto/ciphersuite/cbc.go 69.51% <77.96%> (+1.47%) ⬆️
conn.go 80.56% <78.10%> (-0.96%) ⬇️
pkg/protocol/recordlayer/header.go 85.36% <78.57%> (+5.36%) ⬆️
connection_id.go 80.00% <80.00%> (ø)
pkg/protocol/recordlayer/inner_plaintext.go 80.95% <80.95%> (ø)
... and 21 more

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.