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

Remove 2nd client hello post openssl 1.1.1 bug workaround #3097

Merged
merged 4 commits into from
Oct 21, 2024

Conversation

CoolCat467
Copy link
Member

In this pull request, we remove a workaround for a bug in OpenSSL 1.1.1 with DTLS ClientHellos being eaten. There is a comment noting that it should be safe to remove this workaround in 2024 or so, so the time is neigh!

Copy link

codecov bot commented Sep 29, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 99.58%. Comparing base (af010af) to head (914b9e8).
Report is 5 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3097      +/-   ##
==========================================
- Coverage   99.58%   99.58%   -0.01%     
==========================================
  Files         121      121              
  Lines       18167    18166       -1     
  Branches     3268     3268              
==========================================
- Hits        18092    18091       -1     
  Misses         52       52              
  Partials       23       23              
Files with missing lines Coverage Δ
src/trio/_dtls.py 97.50% <ø> (-0.01%) ⬇️

Co-authored-by: A5rocks <git@helvetica.moe>
Copy link
Contributor

@A5rocks A5rocks left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't know enough about this to say whether it's correct but looks good to me!

@jakkdl
Copy link
Member

jakkdl commented Oct 1, 2024

ubuntu 18.06, as mentioned in the comment, reached EOL at 2023-05-31. So yeah I'm guessing it'll be fine

@CoolCat467
Copy link
Member Author

Going to merge this soon unless anyone has any additional concerns, consensus seems to be that removing duplicate should be fine.

@CoolCat467 CoolCat467 merged commit 21ea257 into python-trio:main Oct 21, 2024
39 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.

3 participants