Skip to content

Commit f4d49c5

Browse files
authored
Merge pull request #103460 from rezasherafat/tls1.2jedi
Added minimun SDK versions with TLS1.2 support.
2 parents 548f24c + d66e076 commit f4d49c5

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

articles/iot-hub/iot-hub-tls-support.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -73,13 +73,13 @@ IoT Hubs that are configured to accept only TLS 1.2 will also enforce the use of
7373

7474
Use the links below to configure TLS 1.2 and allowed ciphers in IoT Hub client SDKs.
7575

76-
| Language | TLS 1.2 supported | Documentation |
77-
|----------|-------------------|---------------|
78-
| C | Yes | [Link](https://aka.ms/Tls_C_SDK_IoT) |
79-
| Python | Yes | [Link](https://aka.ms/Tls_Python_SDK_IoT) |
80-
| C# | Yes | [Link](https://aka.ms/Tls_CSharp_SDK_IoT) |
81-
| Java | Yes | [Link](https://aka.ms/Tls_Java_SDK_IoT) |
82-
| NodeJS | Yes | [Link](https://aka.ms/Tls_Node_SDK_IoT) |
76+
| Language | Versions supporting TLS 1.2 | Documentation |
77+
|----------|------------------------------------|---------------|
78+
| C | Tag 2019-12-11 or newer | [Link](https://aka.ms/Tls_C_SDK_IoT) |
79+
| Python | Version 2.0.0 or newer | [Link](https://aka.ms/Tls_Python_SDK_IoT) |
80+
| C# | Version 1.21.4 or newer | [Link](https://aka.ms/Tls_CSharp_SDK_IoT) |
81+
| Java | Version 1.19.0 or newer | [Link](https://aka.ms/Tls_Java_SDK_IoT) |
82+
| NodeJS | Version 1.12.2 or newer | [Link](https://aka.ms/Tls_Node_SDK_IoT) |
8383

8484

8585
### Use TLS 1.2 in your IoT Edge setup

0 commit comments

Comments
 (0)