From fe7bfd664683289b1b664debb31903b1cac6c5a3 Mon Sep 17 00:00:00 2001 From: jkim Date: Fri, 20 Mar 2015 21:54:45 +0000 Subject: MFC: r280297 Merge OpenSSL 1.0.1m. Relnotes: yes --- secure/lib/libssl/man/SSL_pending.3 | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'secure/lib/libssl/man/SSL_pending.3') diff --git a/secure/lib/libssl/man/SSL_pending.3 b/secure/lib/libssl/man/SSL_pending.3 index 15c27d7..4eda613 100644 --- a/secure/lib/libssl/man/SSL_pending.3 +++ b/secure/lib/libssl/man/SSL_pending.3 @@ -1,4 +1,4 @@ -.\" Automatically generated by Pod::Man 2.27 (Pod::Simple 3.28) +.\" Automatically generated by Pod::Man 2.27 (Pod::Simple 3.30) .\" .\" Standard preamble: .\" ======================================================================== @@ -133,7 +133,7 @@ .\" ======================================================================== .\" .IX Title "SSL_pending 3" -.TH SSL_pending 3 "2015-01-15" "1.0.1l" "OpenSSL" +.TH SSL_pending 3 "2015-03-19" "1.0.1m" "OpenSSL" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l @@ -163,12 +163,14 @@ The number of bytes pending is returned. .IX Header "BUGS" \&\fISSL_pending()\fR takes into account only bytes from the \s-1TLS/SSL\s0 record that is currently being processed (if any). If the \fB\s-1SSL\s0\fR object's -\&\fIread_ahead\fR flag is set, additional protocol bytes may have been -read containing more \s-1TLS/SSL\s0 records; these are ignored by +\&\fIread_ahead\fR flag is set (see +\&\fISSL_CTX_set_read_ahead\fR\|(3)), additional protocol +bytes may have been read containing more \s-1TLS/SSL\s0 records; these are ignored by \&\fISSL_pending()\fR. .PP Up to OpenSSL 0.9.6, \fISSL_pending()\fR does not check if the record type of pending data is application data. .SH "SEE ALSO" .IX Header "SEE ALSO" -\&\fISSL_read\fR\|(3), \fIssl\fR\|(3) +\&\fISSL_read\fR\|(3), +\&\fISSL_CTX_set_read_ahead\fR\|(3), \fIssl\fR\|(3) -- cgit v1.1