From: Lutz Jänicke Date: Fri, 1 Aug 2008 15:03:22 +0000 (+0000) Subject: Refer to SSL_pending from the man page for SSL_read X-Git-Tag: OpenSSL_0_9_8i~25 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=ddc5f6f328755a92e7a9e99e8dd9b98b735683fc;p=oweals%2Fopenssl.git Refer to SSL_pending from the man page for SSL_read --- diff --git a/doc/ssl/SSL_read.pod b/doc/ssl/SSL_read.pod index f6c37f77e4..7038cd2d75 100644 --- a/doc/ssl/SSL_read.pod +++ b/doc/ssl/SSL_read.pod @@ -64,6 +64,11 @@ non-blocking socket, nothing is to be done, but select() can be used to check for the required condition. When using a buffering BIO, like a BIO pair, data must be written into or retrieved out of the BIO before being able to continue. +L can be used to find out whether there +are buffered bytes available for immediate retrieval. In this case +SSL_read() can be called without blocking or actually receiving new +data from the underlying socket. + =head1 WARNING When an SSL_read() operation has to be repeated because of @@ -112,6 +117,7 @@ L, L, L, L, L, L L, +L, L, L, L, L