Skip to content

Commit 759ed96

Browse files
committed
Added SDK section.
1 parent 4e80494 commit 759ed96

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

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

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,19 @@ IoT Hubs that are configured to accept only TLS 1.2 will also enforce the use of
7474
* `TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384`
7575

7676

77+
### Use TLS 1.2 in your IoT Hub SDKs
78+
79+
Use the links below to configure TLS 1.2 and allowed ciphers in IoT Hub client SDKs.
80+
81+
| Language | TLS 1.2 supported | Documentation |
82+
|----------|-------------------|---------------|
83+
| C# | Yes | Link |
84+
| C | Yes | [Link](https://github.com/Azure/azure-iot-sdk-c/blob/master/doc/configure_tls_protocol_version_and_ciphers.md) |
85+
| Java | Yes | Link |
86+
| Python | Yes | Link |
87+
| NodeJS | Yes | Link |
88+
89+
7790
### Use TLS 1.2 in your IoT Edge setup
7891

7992
IoT Edge devices can be configured to use TLS 1.2 when communicating with IoT Hub. For this purpose, use the [IoT Edge documentation page](https://github.com/Azure/iotedge/blob/master/edge-modules/edgehub-proxy/README.md).

0 commit comments

Comments
 (0)