Re: Memory BIO_pairs and SSL

2004-03-02 Thread Richard Koenning
Chris Rowe wrote: 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

Memory BIO_pairs and SSL

2004-02-29 Thread Chris Rowe
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