Topic: OpenSSL Compatiability

Is there any support for BIO functions of openssl such as BIO_get_mem_ptr(), BIO_set_*() which boils down to BIO_ctrl()? Also what about supporting openssl structures like BUF_MEM?

Share

Re: OpenSSL Compatiability

No. We don't have our own version of BIOs in the our OpenSSL compatibility layer. If you are using basic BIO features, our BIO shims should work. But, trying to peek and poke the innards of the BIOs will not.