From: Richard Levitte Date: Wed, 11 Oct 2000 09:53:10 +0000 (+0000) Subject: Fix from main trunk, 2000-09-26 14:15 bodo: X-Git-Tag: OpenSSL_0_9_6a-beta1~131 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=57b6a64eed48ddf054269b79585465bf35af49dd;p=oweals%2Fopenssl.git Fix from main trunk, 2000-09-26 14:15 bodo: Add BUGS section. --- diff --git a/doc/ssl/SSL_pending.pod b/doc/ssl/SSL_pending.pod index 744e1855e1..6c03b14caf 100644 --- a/doc/ssl/SSL_pending.pod +++ b/doc/ssl/SSL_pending.pod @@ -25,6 +25,19 @@ L. The number of bytes pending is returned. +=head1 BUGS + +SSL_pending() takes into account only bytes from the TLS/SSL record +that is currently being processed (if any). If the B object's +I flag is set, additional protocol bytes may have been +read containing more TLS/SSL records; these are ignored by +SSL_pending(). + +SSL_pending() does not check if the record type of pending data is +application data. + +=head1 SEE ALSO + L, L =cut