boring2/openssl
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
test Add a test that checks whether 3 known subject attributes can be retrieved by NID 2015-06-30 23:51:54 -07:00
Cargo.toml Release v0.6.4 2015-07-06 11:09:03 -07:00
LICENSE Move openssl license to openssl 2015-02-13 23:24:40 -08:00