commit | 5b79813b23c02e79e3856ac526f0aab3b8c2e811 | [log] [tgz] |
---|---|---|
author | Matt Caswell <matt@openssl.org> | Thu Apr 19 16:42:39 2018 +0100 |
committer | Matt Caswell <matt@openssl.org> | Fri Apr 20 11:51:57 2018 +0100 |
tree | d5ef9d168de136a1d24b3c07707f816cabca7039 | |
parent | 033c181ba690ef234812c51d4c6cb7d8dd337cb7 [diff] |
Fix SSL_pending() for DTLS DTLS was not correctly returning the number of pending bytes left in a call to SSL_pending(). This makes the detection of truncated packets almost impossible. Fixes #5478 Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/6020)