Where's a good example that shows doing an SSL handshake with a memory BIO_pair?
I want to do overlapped IO on sockets and pipes without
going through the SSL_connect(), SSL_write(), etc. functions,
but I'm not sure how to go about doing the handshake mechanics to perform the certificate exchange.
I just need to encrypt and decrypt payloads before and after they are sent through whatever transport I select.
 
-Chris

Reply via email to