Re: Writing to a mem BIO instead of using SSL_Write

2005-01-19 Thread Rodrigo Strauss
, Network Security with OpenSSL by John Viega, Matt Messier, and Pravir Chandra (ISBN 0-596-00270-X) has a small section devoted to BIO Pairs on page 94. Hope this helps. -trent P.S. No mem BIO is needed for this. Just char buffers. Rodrigo Strauss wrote: Hi. I'm trying

Writing to a mem BIO instead of using SSL_Write

2005-01-17 Thread Rodrigo Strauss
Hi. I'm trying (with no success) to detach SSL from a socket, and use it to crypt/decrypt using a mem BIO. Instead of using SSL_write, I want to write the encrypted data to a mem BIO (or just a buffer) and send it by myself (and do the reverse operation on receive). I will do this just after the