@@ -47,16 +47,16 @@ Root CA migrations are extremely rare, you should always prepare your IoT soluti
47
47
## Cipher Suites
48
48
To comply with Azure security policy for a secure connection, IoT Hub supports the following cipher suites:
49
49
50
- | Cipher Suites | TLS Version |
50
+ | Cipher Suites | Description |
51
51
| -------------------------------------------| ------------------------------|
52
- | ` TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 ` | TLS 1.2 Strong Cipher Suites |
53
- | ` TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 ` | TLS 1.2 Strong Cipher Suites |
54
- | ` TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256 ` | TLS 1.2 Strong Cipher Suites |
55
- | ` TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384 ` | TLS 1.2 Strong Cipher Suites |
56
- | ` TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256 ` | ECC-only Cipher Suites |
57
- | ` TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384 ` | ECC-only Cipher Suite |
58
- | ` TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256 ` | ECC-only Cipher Suite |
59
- | ` TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384 ` | ECC-only Cipher Suite |
52
+ | ` TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 ` | TLS 1.2, 1.3 RSA cipher suites |
53
+ | ` TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 ` | TLS 1.2, 1.3 RSA cipher suites |
54
+ | ` TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256 ` | TLS 1.2, 1.3 RSA cipher suites |
55
+ | ` TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384 ` | TLS 1.2, 1.3 RSA cipher suites |
56
+ | ` TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256 ` | TLS 1.2, 1.3 ECDSA cipher suites |
57
+ | ` TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384 ` | TLS 1.2, 1.3 ECDSA cipher suites |
58
+ | ` TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256 ` | TLS 1.2, 1.3 ECDSA cipher suites |
59
+ | ` TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384 ` | TLS 1.2, 1.3 ECDSA cipher suites |
60
60
61
61
The following cipher suites are weak and no longer recommended, and these cipher suites will be retired in accordance with the Azure TLS end of support.
62
62
0 commit comments