according to manual: DESCRIPTION SSL_pending() returns the number of bytes which are available inside ssl for immediate read.
So my question is how do I know if an Bio object has data being processed. Which means I have injected encrypted data and I am waiting for the Decrypted data to be available. According to man page, SSL_pending will only return the number of bytes available when an Immediate read is possible. So if I can SSL_pending right after I injected data it will probably return 0. Any other way ? Is my understanding of SSL_pending wrong ? thanks, roberto. ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]