We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I guess that this should be OpenSSL.SSL.Connection.session_reused()
OpenSSL.SSL.Connection.session_reused()
It should return the number 1 or 0 to keep it as close a possible to the OpenSSL API.
It should not return a boolean.
I see that OpenSSL.SSL.Connection.renegotiate_pending() return a boolean, but SSL_renegotiate_pending returns an int.
OpenSSL.SSL.Connection.renegotiate_pending()
The text was updated successfully, but these errors were encountered:
I'm working on a PR for this
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
I guess that this should be
OpenSSL.SSL.Connection.session_reused()
It should return the number 1 or 0 to keep it as close a possible to the OpenSSL API.
It should not return a boolean.
I see that
OpenSSL.SSL.Connection.renegotiate_pending()
return a boolean, but SSL_renegotiate_pending returns an int.The text was updated successfully, but these errors were encountered: