summaryrefslogtreecommitdiff
path: root/openssl/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'openssl/CHANGELOG.md')
-rw-r--r--openssl/CHANGELOG.md12
1 files changed, 11 insertions, 1 deletions
diff --git a/openssl/CHANGELOG.md b/openssl/CHANGELOG.md
index 6674f18b..c6419ae2 100644
--- a/openssl/CHANGELOG.md
+++ b/openssl/CHANGELOG.md
@@ -2,6 +2,15 @@
## [Unreleased]
+## [v0.10.27] - 2020-01-29
+
+### Added
+
+* Added `MessageDigest::null`.
+* Added `PKey::private_key_from_pkcs8`.
+* Added `SslOptions::NO_RENEGOTIATION`.
+* Added `SslStreamBuilder::set_dtls_mtu_size`.
+
## [v0.10.26] - 2019-11-22
### Fixed
@@ -414,7 +423,8 @@
Look at the [release tags] for information about older releases.
-[Unreleased]: https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.26...master
+[Unreleased]: https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.27...master
+[v0.10.27]: https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.26...openssl-v0.10.27
[v0.10.26]: https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.25...openssl-v0.10.26
[v0.10.25]: https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.24...openssl-v0.10.25
[v0.10.24]: https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.23...openssl-v0.10.24