Skip to content

Commit 2ea1552

Browse files
authored
Merge pull request #113235 from sethmanheim/tlsup
Extending TLS support date
2 parents 7895a67 + 4cf7702 commit 2ea1552

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@ ms.workload: mobile
1111
ms.tgt_pltfrm: mobile-multiple
1212
ms.devlang: multiple
1313
ms.topic: article
14-
ms.date: 04/07/2020
14+
ms.date: 04/29/2020
1515
ms.author: sethm
1616
ms.reviewer: thsomasu
1717
ms.lastreviewed: 01/28/2020
1818
---
1919

2020
# Transport Layer Security (TLS)
2121

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.
22+
To ensure a higher level of security, Notification Hubs will disable support for TLS versions 1.0 and 1.1 on **December 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.
2323

2424
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.
2525

0 commit comments

Comments
 (0)