Topic: SSL_MODE_AUTO_RETRY

How may i deal with SSL_MODE_AUTO_RETRY when wolfSSL embedded SSL doesn't have SSL_set_mode

Thanks

Share

Re: SSL_MODE_AUTO_RETRY

Hi Frank,

SSL_MODE_AUTO_RETRY isn't needed when using wolfSSL.  By default, when I/O operations are blocking and the handshake is being performed, the call will only return once the handshake has completed or an error occurred.

Best Regards,
Chris