Skip to content

Commit 2289e12

Browse files
authored
Merge pull request #110610 from sethmanheim/tls
Extend TLS support date
2 parents f24086f + cad107c commit 2289e12

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

articles/notification-hubs/notification-hubs-tls12.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,23 +5,21 @@ services: notification-hubs
55
documentationcenter: .net
66
author: sethmanheim
77
manager: femila
8-
editor: jwargo
98

10-
ms.assetid:
119
ms.service: notification-hubs
1210
ms.workload: mobile
1311
ms.tgt_pltfrm: mobile-multiple
1412
ms.devlang: multiple
1513
ms.topic: article
16-
ms.date: 01/30/2020
14+
ms.date: 04/07/2020
1715
ms.author: sethm
18-
ms.reviewer: jowargo
16+
ms.reviewer: thsomasu
1917
ms.lastreviewed: 01/28/2020
2018
---
2119

2220
# Transport Layer Security (TLS)
2321

24-
To ensure a higher level of security, Notification Hubs will disable support for TLS versions 1.0 and 1.1 on April 30, 2020. These older protocols deliver weak cryptography, and are vulnerable to BEAST and POODLE attacks. Applications deployed to devices running Android version 5 or greater, or iOS version 5 or greater, are not impacted by this change as those operating systems support TLS 1.2 and the client and server will negotiate the highest mutually supported version of the protocol upon connection.
22+
To ensure a higher level of security, Notification Hubs will disable support for TLS versions 1.0 and 1.1 on May 31, 2020 (extended from April 30, 2020). These older protocols deliver weak cryptography, and are vulnerable to BEAST and POODLE attacks. Applications deployed to devices running Android version 5 or greater, or iOS version 5 or greater, are not impacted by this change as those operating systems support TLS 1.2 and the client and server will negotiate the highest mutually supported version of the protocol upon connection.
2523

2624
We recommend that you review your all of your applications that use Azure Notification Hubs, to ensure that they use the most applicable libraries and TLS stacks that support TLS 1.2.
2725

0 commit comments

Comments
 (0)