summaryrefslogtreecommitdiff
path: root/doc/ssl/SSL_pending.pod
diff options
context:
space:
mode:
authorkyungwook tak <k.tak@samsung.com>2015-03-25 11:18:14 +0900
committerkyungwook tak <k.tak@samsung.com>2015-03-25 11:21:49 +0900
commit9b8531ea0e590efa2ac959b824e1a350dace84b9 (patch)
treeb11ca588781bfda28406f5aa9bd130694be99761 /doc/ssl/SSL_pending.pod
parent057bf157b3a518b7a0fa333c5d4c907df5b9cb4a (diff)
downloadopenssl-9b8531ea0e590efa2ac959b824e1a350dace84b9.tar.gz
openssl-9b8531ea0e590efa2ac959b824e1a350dace84b9.tar.bz2
openssl-9b8531ea0e590efa2ac959b824e1a350dace84b9.zip
Imported Upstream version 1.0.1mupstream/1.0.1m
Change-Id: Ifa60e86d772dade7afe158c8899e6d36c5561bba
Diffstat (limited to 'doc/ssl/SSL_pending.pod')
-rw-r--r--doc/ssl/SSL_pending.pod8
1 files changed, 5 insertions, 3 deletions
diff --git a/doc/ssl/SSL_pending.pod b/doc/ssl/SSL_pending.pod
index 43f2874..9dd071b 100644
--- a/doc/ssl/SSL_pending.pod
+++ b/doc/ssl/SSL_pending.pod
@@ -29,8 +29,9 @@ The number of bytes pending is returned.
SSL_pending() takes into account only bytes from the TLS/SSL record
that is currently being processed (if any). If the B<SSL> object's
-I<read_ahead> flag is set, additional protocol bytes may have been
-read containing more TLS/SSL records; these are ignored by
+I<read_ahead> flag is set (see
+L<SSL_CTX_set_read_ahead(3)|SSL_CTX_set_read_ahead(3)>), additional protocol
+bytes may have been read containing more TLS/SSL records; these are ignored by
SSL_pending().
Up to OpenSSL 0.9.6, SSL_pending() does not check if the record type
@@ -38,6 +39,7 @@ of pending data is application data.
=head1 SEE ALSO
-L<SSL_read(3)|SSL_read(3)>, L<ssl(3)|ssl(3)>
+L<SSL_read(3)|SSL_read(3)>,
+L<SSL_CTX_set_read_ahead(3)|SSL_CTX_set_read_ahead(3)>, L<ssl(3)|ssl(3)>
=cut