boring2/openssl
Alex Crichton 8e01f8d250 Handle zero-length reads/writes
This commit adds some short-circuits for zero-length reads/writes to
`SslStream`. Because OpenSSL returns 0 on error, then we could mistakenly
confuse a 0-length success as an actual error, so we avoid writing or reading 0
bytes by returning quickly with a success.
2016-12-20 15:52:18 -08:00
..
src Handle zero-length reads/writes 2016-12-20 15:52:18 -08:00
test Implement new feature setup 2016-10-17 21:57:54 -07:00
Cargo.toml Release v0.9.3 2016-12-09 21:54:06 -08:00
LICENSE Move openssl license to openssl 2015-02-13 23:24:40 -08:00
build.rs More buildscript tweaks 2016-11-04 21:10:49 -07:00