wolfSSL Custom I/O: Handshaking
Last week we talked about wolfSSL’s custom I/O handling and how to set it up. The following discussion assumes the I/O callbacks are reading and writing into buffers rather calling send() or recv().A tricky situation is during the handshake. When calling wolfSSL_connect(), the client will send cipher text first and...
Read more