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?
You are not logged in. Please login or register.
Please post questions or comments you have about wolfSSL products here. It is helpful to be as descriptive as possible when asking your questions.
ReferenceswolfSSL - Embedded SSL Library → wolfSSL → 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?
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.
wolfSSL - Embedded SSL Library → wolfSSL → OpenSSL Compatiability
Powered by PunBB, supported by Informer Technologies, Inc.
Generated in 0.017 seconds (90% PHP - 10% DB) with 9 queries