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 SSL.Context.set_keylog_callback #910

Merged
merged 4 commits into from
Jul 28, 2020
Merged

Add SSL.Context.set_keylog_callback #910

merged 4 commits into from
Jul 28, 2020

Conversation

mhils
Copy link
Member

@mhils mhils commented Apr 24, 2020

This builds on the bindings added in pyca/cryptography#5187. :)

The PR should be ready, but this depends on the next minor cryptography release.

@rugk
Copy link

rugk commented Jul 15, 2020

pyca/cryptography#5187 has been merged. What is blocking this?

@mhils
Copy link
Member Author

mhils commented Jul 15, 2020

There's no cryptography release that includes pyca/cryptography#5187 yet.

Tests are passing here because Cryptography_HAS_KEYLOG always returns false and the actual code is never tested (as indicated by the decrease in code coverage).

@mhils
Copy link
Member Author

mhils commented Jul 28, 2020

I've rebase the PR onto master, all tests are passing now with cryptography 3.0 - thanks! 🍰

Codecov is complaining about one missed line, but that seems to be a false-positive to me.

Copy link
Member

@reaperhulk reaperhulk left a comment

Choose a reason for hiding this comment

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

codecov has constant problems. I agree it appears spurious.

@reaperhulk reaperhulk merged commit b2bca41 into pyca:master Jul 28, 2020
@mhils mhils deleted the keylog branch July 28, 2020 14:32
@mhils
Copy link
Member Author

mhils commented Jul 28, 2020

Yes, we suffer from that too. Thanks for the super quick merge again! ❤️

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Oct 27, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants