Skip to content

Latest commit

 

History

History
35 lines (29 loc) · 1.44 KB

iot-security-deployment.md

File metadata and controls

35 lines (29 loc) · 1.44 KB
title description author manager ms.service services ms.topic ms.date ms.author
Secure your Azure Internet of Things (IoT) deployment | Microsoft Docs
This article details how to secure your Azure IoT deployment
dominicbetts
timlt
iot-accelerators
iot-accelerators
conceptual
01/17/2018
dobett

[!INCLUDE iot-secure-your-deployment]

IoT solution accelerator cipher suites

The IoT solution accelerators support the following Cipher Suites, in this order.

Cipher Suite Length
TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384 (0xc028) ECDH secp384r1 (eq. 7680 bits RSA) FS 256
TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256 (0xc027) ECDH secp256r1 (eq. 3072 bits RSA) FS 128
TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA (0xc014) ECDH secp384r1 (eq. 7680 bits RSA) FS 256
TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA (0xc013) ECDH secp256r1 (eq. 3072 bits RSA) FS 128
TLS_RSA_WITH_AES_256_GCM_SHA384 (0x9d) 256
TLS_RSA_WITH_AES_128_GCM_SHA256 (0x9c) 128
TLS_RSA_WITH_AES_256_CBC_SHA256 (0x3d) 256
TLS_RSA_WITH_AES_128_CBC_SHA256 (0x3c) 128
TLS_RSA_WITH_AES_256_CBC_SHA (0x35) 256
TLS_RSA_WITH_AES_128_CBC_SHA (0x2f) 128
TLS_RSA_WITH_3DES_EDE_CBC_SHA (0xa) 112

See also

Read about IoT Hub security in Control access to IoT Hub in the IoT Hub developer guide.