| tag name | openssl-v0.8.0 (eff3c2f705f6c16ef7cceb0d39f4dc9d908d6e58) |
| tag date | 2016-08-11 21:01:55 -0700 |
| tagged by | Steven Fackler <[email protected]> |
| tagged object | commit 652326003c... |
| download | rust-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.