Skip to content

Commit e82ba5f

Browse files
authored
Create iot-hub-tls-deprecating-1-0-and-1-1.md
1 parent a9393db commit e82ba5f

File tree

1 file changed

+39
-0
lines changed

1 file changed

+39
-0
lines changed
Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
---
2+
title: Deprecating TLS 1.0 and 1.1 in IoT Hub | Microsoft Docs
3+
description: Guidelines regarding deprecation of TLS 1.0 and 1.1 and supported ciphers in IoT Hub.
4+
author: kgremban
5+
ms.author: kgremban
6+
ms.service: iot-hub
7+
services: iot-hub
8+
ms.topic: conceptual
9+
ms.date: 04/14/2020
10+
---
11+
12+
# Deprecation of TLS 1.0 and 1.1 in IoT Hub
13+
14+
To provide best-in-class encryption, IoT Hub is moving to Transport Layer Security (TLS) 1.2 as the encryption mechanism of choice for IoT devices and services.
15+
16+
## Timeline
17+
18+
IoT Hub will continue to support TLS 1.0/1.1 until further notice. However, we recommend that all customers migrate to TLS 1.2 as soon as possible.
19+
20+
## Deprecating TLS 1.1 ciphers
21+
22+
* `TLS_ECDHE_RSA_WITH_AES_256_CBC_SH`
23+
* `TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA`
24+
* `TLS_RSA_WITH_AES_256_CBC_SHA`
25+
* `TLS_RSA_WITH_AES_128_CBC_SHA`
26+
* `TLS_RSA_WITH_3DES_EDE_CBC_SHA`
27+
28+
## Deprecating TLS 1.0 ciphers
29+
30+
* `TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA`
31+
* `TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA`
32+
* `TLS_RSA_WITH_AES_256_CBC_SHA`
33+
* `TLS_RSA_WITH_AES_128_CBC_SHA`
34+
* `TLS_RSA_WITH_3DES_EDE_CBC_SHA`
35+
36+
## TLS 1.2 cipher suites
37+
38+
See [IoT Hub TLS 1.2 cipher suites](iot-hub-tls-support.md#cipher-suites).
39+

0 commit comments

Comments
 (0)