You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,12 +2,15 @@
2
2
3
3
## Upcoming 0.5.1
4
4
5
+
### Added
6
+
7
+
- Support for [`openssl`](https://github.com/sfackler/rust-openssl)
8
+
5
9
### Fixed
6
10
7
11
- Fixed compilation on non-unix environments, where tokio-net doesn't include unix sockets
8
12
-`SpawningHandshakes` will abort the tasks for pending connections when the linked futures are dropped. This should allow timeouts to cause the connectionto be closed.
9
13
10
-
11
14
## 0.5.0 - 2022-03-20
12
15
13
16
### Added
@@ -29,7 +32,7 @@
29
32
30
33
### Added
31
34
32
-
- Added [TlsListener::replace_acceptor()] function to allow replacing the listener certificate at runtime.
35
+
- Added `TlsListener::replace_acceptor()` function to allow replacing the listener certificate at runtime.
0 commit comments