boring2/openssl-sys
Manuel Schölling a43011d77c 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
2015-07-18 13:00:34 +02:00
..
src Fix probelms with DTLS when no packets are pending. 2015-07-18 13:00:34 +02:00
Cargo.toml Release v0.6.4 2015-07-06 11:09:03 -07:00
LICENSE-MIT New build system 2014-11-13 15:17:00 +02:00
build.rs Remove #ifs for same-value shimmed SSL options. Depend on compiler optimization instead. 2015-07-01 21:49:27 -07:00