Re: Question about bio pairs

2005-03-21 Thread Prashant Kumar
Hello Edward,   Lutz Jaenicke postfix tls (pfixtls.c) explains BIO pair very well. As I understand the internal BIO is used by the SSL API's, that is when you do "SSL_write" [that is feeding the unecrypted data to the SSL engine], you read the encrypted data through the network bio. Similarly, you

Question about bio pairs

2005-03-19 Thread Edward Chan
Title: Question about bio pairs I know it's been talked about many times before, and I've read thru the archives, but I still don't quite get it.  If I want to use I/O completion ports on Windows, I can perform the I/O as I normally would.  But after reading the encrypted data