boring2/openssl
Steven Fackler e85b49d375 Work around the worst of clone bogusness
SslStream::{clone,try_clone} are inherently broken since the Ssl object
shared by both streams is only going to be talking to one stream. Stuff
like hyper depends on try_clone, so we'll leave it here for now but
minimize the brokenness to "no worse than what it used to be like".
They'll be removed in 0.8.

cc #325
2015-12-18 21:20:47 -08:00
..
src Work around the worst of clone bogusness 2015-12-18 21:20:47 -08:00
test Disable cross compilation for now 2015-12-17 21:13:44 -08:00
Cargo.toml Release v0.7.3 2015-12-17 21:25:48 -08:00
LICENSE Move openssl license to openssl 2015-02-13 23:24:40 -08:00
build.rs Replace SslStream implementation! 2015-12-09 23:30:29 -08:00