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
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