From: Bodo Möller Date: Tue, 26 Sep 2000 12:15:53 +0000 (+0000) Subject: Add BUGS section. X-Git-Tag: OpenSSL_0_9_6~1^2~18 X-Git-Url: https://git.openssl.org/?p=openssl.git;a=commitdiff_plain;h=b7af080fb1f1eb56b2594130fc261a3e79f45f19;hp=3a0afe1eedb889599afcecf264f104e6f9410798 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