aboutsummaryrefslogtreecommitdiff
path: root/openssl/src/stack.rs
diff options
context:
space:
mode:
authorManuel Schölling <[email protected]>2015-07-18 12:48:40 +0200
committerManuel Schölling <[email protected]>2015-07-18 13:00:34 +0200
commita43011d77c26b0a371565ffe284611091cfd1de3 (patch)
treee88b02921780ee10e777678ea166f85da2939331 /openssl/src/stack.rs
parentMerge pull request #239 from jethrogb/topic/x509_extension_fix (diff)
downloadrust-openssl-a43011d77c26b0a371565ffe284611091cfd1de3.tar.xz
rust-openssl-a43011d77c26b0a371565ffe284611091cfd1de3.zip
Fix probelms with DTLS when no packets are pending.
When using DTLS you might run into the situation where no packets are pending, so SSL_read returns len=0. On a TLS connection this means that the connection was closed, but on DTLS it does not (a DTLS connection cannot be closed in the usual sense). This commit fixes a bug introduced by c8d23f3. Conflicts: openssl/src/ssl/mod.rs
Diffstat (limited to 'openssl/src/stack.rs')
0 files changed, 0 insertions, 0 deletions