We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ae3595 commit 7e3c46aCopy full SHA for 7e3c46a
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## 0.4.2 - 2022-04-09
4
+
5
+### Added
6
7
+- Added [TlsListener::replace_acceptor()] function to allow replacing the listener certificate at runtime.
8
9
## 0.4.1 - 2022-04-09
10
11
### Changed
Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "tls-listener"
description = "wrap incoming Stream of connections in TLS"
-version = "0.4.1"
+version = "0.4.2"
authors = ["Thayne McCombs <[email protected]>"]
repository = "https://github.com/tmccombs/tls-listener"
edition = "2018"
0 commit comments