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

Add test for ServerKeyExchange and PSK #636

Merged
merged 1 commit into from
May 31, 2024
Merged

Add test for ServerKeyExchange and PSK #636

merged 1 commit into from
May 31, 2024

Conversation

Sean-Der
Copy link
Member

Assert that ServerKeyExchange is only sent with PSKIdentityHint is set on the server side.

Resolves #389

Copy link

codecov bot commented May 31, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 80.07%. Comparing base (cb62aac) to head (df5b723).

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #636      +/-   ##
==========================================
+ Coverage   79.96%   80.07%   +0.11%     
==========================================
  Files         101      101              
  Lines        5306     5306              
==========================================
+ Hits         4243     4249       +6     
+ Misses        688      684       -4     
+ Partials      375      373       -2     
Flag Coverage Δ
go 80.10% <100.00%> (+0.11%) ⬆️
wasm 63.85% <100.00%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

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

* Assert that ServerKeyExchange is only sent with PSKIdentityHint is set
  on the server side.
* Assert that a empty PSKIdentityHint can be used for clients.

Resolves #389
@Sean-Der Sean-Der merged commit efd6737 into master May 31, 2024
16 checks passed
@Sean-Der Sean-Der deleted the issue-389 branch May 31, 2024 19:27
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.

How to config a server with the most simple handshake?
1 participant