]> granicus.if.org Git - openssl/commit
Add documentation for SSL_has_pending()
authorMatt Caswell <matt@openssl.org>
Tue, 16 Feb 2016 10:36:18 +0000 (10:36 +0000)
committerMatt Caswell <matt@openssl.org>
Mon, 7 Mar 2016 21:39:28 +0000 (21:39 +0000)
commitd7ded13af1a1fdf6bc55a3a961d64c0e27aad19d
treee170138a647e885226f54786cb9ca8c1980653e2
parent8061d964e794b9f3beafec155ffe2e1d3c9eaf60
Add documentation for SSL_has_pending()

A previous commit added the SSL_has_pending() function which provides a
method for knowing whether OpenSSL has buffered, but as yet unprocessed
record data.

Reviewed-by: Tim Hudson <tjh@openssl.org>
doc/ssl/SSL_CTX_set_read_ahead.pod
doc/ssl/SSL_CTX_set_split_send_fragment.pod
doc/ssl/SSL_pending.pod