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 75f0c0f commit b2d5fb6Copy full SHA for b2d5fb6
1 file changed
docs/changelog.md
@@ -2,10 +2,19 @@
2
icon: material/alert-decagram
3
---
4
5
-#### 1.14.0-alpha.17
+#### 1.14.0-alpha.18
6
7
+* Add Windows TLS engine **1**
8
* Fixes and improvements
9
10
+**1**:
11
+
12
+The new `windows` value for outbound TLS
13
+[`engine`](/configuration/shared/tls/#engine) routes the TLS handshake
14
+through Schannel via SSPI. Only available on Windows build 17763 or
15
+later (Windows 10 version 1809, Windows Server 2019, or newer); TLS 1.3
16
+is only negotiated on Windows 11 or Windows Server 2022 and newer.
17
18
#### 1.13.11
19
20
* Fix process searcher failure introduced in 1.13.9
0 commit comments