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

support SSL_set0_wbio() for parity with OpenSSL and forks #939

Closed
vszakats opened this issue Nov 8, 2023 · 3 comments
Closed

support SSL_set0_wbio() for parity with OpenSSL and forks #939

vszakats opened this issue Nov 8, 2023 · 3 comments

Comments

@vszakats
Copy link
Contributor

vszakats commented Nov 8, 2023

curl started using the OpenSSL function SSL_set0_wbio() in v7.88.0 (2023-02-15).

According to the commit message:
"for clear reference counting where available".

This function is available in OpenSSL/wolfSSL/BoringSSL/AWC-LC,
but not in LibreSSL (as of v3.8.2).

Would you be open to implement this in LibreSSL?

Untested patch [deleted]

@botovq
Copy link
Contributor

botovq commented Nov 8, 2023 via email

@vszakats
Copy link
Contributor Author

vszakats commented Nov 8, 2023

Thanks for the pointer. Assuming these issues were ironed out
in that patch, could that be applied to LibreSSL without having
to go through that pain once again?

Just realized this is a duplicate of #838.

@vszakats
Copy link
Contributor Author

One open Issue is enough for this, closing.

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

No branches or pull requests

2 participants