aboutsummaryrefslogtreecommitdiff
tag nameopenssl-v0.8.0 (eff3c2f705f6c16ef7cceb0d39f4dc9d908d6e58)
tag date2016-08-11 21:01:55 -0700
tagged bySteven Fackler <[email protected]>
tagged objectcommit 652326003c...
downloadrust-openssl-openssl-v0.8.0.tar.xz
rust-openssl-openssl-v0.8.0.zip
v0.8.0
* Extensive rewrites throughout * SslStream handshakes no longer immediately complete with nonblocking sockets. A `MidHandshakeSslStream` is returned instead which can restart the process. * RSA-specific functionality on PKey was removed. * Crypter has been rewritten to support no-allocation use. * Error types have been unified * `openssl` no longer requires OpenSSL headers by default. * HMAC support and some other minor features are now behind feature flags and do require headers.