Topic: [SOLVED] question about openSSL compatibility layer
Hi,
   Recently, I am trying to replace openSSL library by wolfSSL library in our product (mainly for https connection with Poco library).
   But I can't find some openSSL APIs in wolfSSL's openSSL compatibility layer. 
   For example:
   We used two openSSL APIs : SSL_ctrl() and SSL_CTX_ctrl(). But can't find them in wolfssl/openssl/ssl.h. 
   So, in wolfSSL, which API are same with SSL_ctrl() and SSL_CTX_ctrl()?