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

flight3: respect curves configuration #588

Merged
merged 1 commit into from
Jun 12, 2024

Conversation

Snawoot
Copy link
Contributor

@Snawoot Snawoot commented Sep 30, 2023

Description

As far as I understand Flight3 is pretty much like Flight1, but with Cookie. So I just reuse logic from Flight1 to ensure correct behaviour.

Reference issue

Fixes #587

@codecov
Copy link

codecov bot commented Oct 1, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 80.13%. Comparing base (61b3466) to head (8bf6f8c).

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #588      +/-   ##
==========================================
+ Coverage   80.07%   80.13%   +0.05%     
==========================================
  Files         101      101              
  Lines        5330     5330              
==========================================
+ Hits         4268     4271       +3     
+ Misses        687      684       -3     
  Partials      375      375              
Flag Coverage Δ
go 80.16% <100.00%> (+0.05%) ⬆️
wasm 63.90% <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.

@at-wat
Copy link
Member

at-wat commented May 13, 2024

Seems related to #475 (@daenney FYI)

@Snawoot Could you add a test as well as flight1?

@Sean-Der
Copy link
Member

I added a test, after CI passes will merge!

Reuse logic from Flight1 to ensure correct behaviour.

Signed-off-by: Vladislav Yarmak <[email protected]>
@Sean-Der Sean-Der merged commit a5d1fac into pion:master Jun 12, 2024
15 checks passed
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.

Flight3 does not respect Config.EllipticCurves
3 participants