mirror of
https://github.com/openssl/openssl.git
synced 2025-01-18 13:44:20 +08:00
892b9376b3
This is similar to SSL_pending() but just returns a 1 if there is data pending in the internal OpenSSL buffers or 0 otherwise (as opposed to SSL_pending() which returns the number of bytes available). Unlike SSL_pending() this will work even if "read_ahead" is set (which is the case if you are using read pipelining, or if you are doing DTLS). A 1 return value means that we have unprocessed data. It does *not* necessarily indicate that there will be application data returned from a call to SSL_read(). The unprocessed data may not be application data or there could be errors when we attempt to parse the records. Reviewed-by: Tim Hudson <tjh@openssl.org> Reviewed-by: Emilia Käsper <emilia@openssl.org> Reviewed-by: Rich Salz <rsalz@openssl.org> |
||
---|---|---|
.. | ||
pl | ||
TLSProxy | ||
add_cr.pl | ||
bat.sh | ||
check-buildinfo.pl | ||
ck_errf.pl | ||
copy-if-different.pl | ||
copy.pl | ||
cygwin.sh | ||
dirname.pl | ||
do_ms.sh | ||
dofile.pl | ||
domd.in | ||
extract-names.pl | ||
extract-section.pl | ||
files.pl | ||
fipslink.pl | ||
fixNT.sh | ||
FreeBSD.sh | ||
incore | ||
indent.pro | ||
install.sh | ||
libcrypto.num | ||
libeay.num | ||
libssl.num | ||
mk1mf.pl | ||
mkbuildinf.pl | ||
mkcerts.sh | ||
mkdef.pl | ||
mkdir-p.pl | ||
mkerr.pl | ||
mkfiles.pl | ||
mkrc.pl | ||
openssl-format-source | ||
opensslwrap.sh | ||
perlpath.pl | ||
point.sh | ||
selftest.pl | ||
shlib_wrap.sh | ||
sp-diff.pl | ||
speed.sh | ||
ssleay.num | ||
su-filter.pl | ||
toutf8.sh | ||
with_fallback.pm | ||
x86asm.sh |