Re: Using BIO with memory channel instead of sockets

2005-05-13 Thread Prashant Kumar
You could either use memory BIO or bio-pair. Example for memory bio could be find in demos/state_machine. The best example for bio pair is the post fix Lutz Jaenicke postfix tls implementation.   - Prashant.Richard <[EMAIL PROTECTED]> wrote: Hello,I am new to openssl. I am interested to learn how t

Using BIO with memory channel instead of sockets

2005-05-13 Thread Richard
Hello, I am new to openssl. I am interested to learn how to use the BIO libraries with a shared memory channel instead of TCP/IP sockets. I read somewhere in the book "SSL and TLS Designing and Building Secure Systems" by Eric Rescorla that there are some example programs somewhere that uses BIO w