libressl/portable

support `SSL_set0_wbio()` for parity with OpenSSL and forks

Closed this issue · 3 comments

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]

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.

One open Issue is enough for this, closing.