-
Notifications
You must be signed in to change notification settings - Fork 419
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
Conversation
fd90d19
to
a19d145
Compare
pyca/cryptography#5187 has been merged. What is blocking this? |
There's no cryptography release that includes pyca/cryptography#5187 yet. Tests are passing here because |
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. |
There was a problem hiding this 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.
Yes, we suffer from that too. Thanks for the super quick merge again! ❤️ |
This builds on the bindings added in pyca/cryptography#5187. :)
The PR should be ready, but this depends on the next minor cryptography release.