diff options
| author | Steven Fackler <[email protected]> | 2018-04-30 20:37:22 -0700 |
|---|---|---|
| committer | Steven Fackler <[email protected]> | 2018-04-30 20:39:48 -0700 |
| commit | ed20fd7087c1bbed3693f55eb043a51692057f73 (patch) | |
| tree | 97b91546786e1c109d879a2fa4fb04293bb39f58 | |
| parent | Merge pull request #906 from Ralith/session-der (diff) | |
| download | rust-openssl-ed20fd7087c1bbed3693f55eb043a51692057f73.tar.xz rust-openssl-ed20fd7087c1bbed3693f55eb043a51692057f73.zip | |
Changelog
| -rw-r--r-- | CHANGELOG.md | 17 |
1 files changed, 15 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index b82a21ef..02297dfa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ ## [Unreleased] +## [v0.10.7] - 2018-04-30 + +### Added + +* Added `X509Req::public_key` and `X509Req::extensions`. +* Added `RsaPrivateKeyBuilder` to allow control over initialization of optional components of an RSA + private key. +* Added DER encode/decode support to `SslSession`. +* openssl-sys now provides the `OPENSSL_VERSION_NUMBER` and `OPENSSL_LIBRESSL_VERSION_NUMBER` + environment variables to downstream build scripts which contains the hex-encoded version number + of the OpenSSL or LibreSSL distribution being built against. The other variables are deprecated. + ## [v0.10.6] - 2018-03-05 ### Added @@ -170,8 +182,9 @@ Look at the [release tags] for information about older releases. -[Unreleased]: https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.6...master -[v0.10.5]: https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.5...openssl-v0.10.6 +[Unreleased]: https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.7...master +[v0.10.7]: https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.6...openssl-v0.10.7 +[v0.10.6]: https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.5...openssl-v0.10.6 [v0.10.5]: https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.4...openssl-v0.10.5 [v0.10.4]: https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.3...openssl-v0.10.4 [v0.10.3]: https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.2...openssl-v0.10.3 |