-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Expose SSL_write_ex
#5546
Comments
We can expose this, but it's 1.1.1+ only. cryptography supports 1.1.0 so it'll need to be a conditional binding. |
@reaperhulk thanks for the info! Any idea if |
@tiran may know the answer to this -- I don't know OpenSSL's TLS APIs well enough. |
I think I've found what I was looking for, it should be possible with |
Python's ssl module uses |
Hello, I see that
SSL_write
is exposed butSSL_write_ex
isn't.I think it's useful to have it for the purposes of solving pyca/pyopenssl#176.
(That is if I'm reading the docs right)
The text was updated successfully, but these errors were encountered: