Skip to content

Commit cf8fae9

Browse files
committed
remove old cipher suites
1 parent baeb6fb commit cf8fae9

File tree

1 file changed

+3
-12
lines changed

1 file changed

+3
-12
lines changed

articles/frontdoor/standard-premium/tls-policy.md

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,12 @@ By default, TLSv1.2_2023 will be selected. TLSv1.2_2022 maps to the minimum TLS
3636

3737
| **OpenSSL** | **Cipher** **Suite** | **TLSv1.2_2023** | **TLSv1.2_2022** |
3838
|---|---|---|---|
39-
| **Min. Protocol version** | | **1.2** | **1.2** |
39+
| **Minimum Protocol version** | | **1.2** | **1.2** |
4040
| **Supported Protocols** | | **1.3/1.2** | **1.3./1.2** |
41-
| **min TLS1.3** | | | |
41+
| **Minimum TLS1.3** | | | |
4242
| **TLS_AES_256_GCM_SHA384** | TLS_AES_256_GCM_SHA384 | Yes | Yes |
4343
| **TLS_AES_128_GCM_SHA256** | TLS_AES_128_GCM_SHA256 | Yes | Yes |
44-
| **min TLS1.2** | | | |
44+
| **Minimum TLS1.2** | | | |
4545
| **ECDHE-RSA-AES256-GCM-SHA384** | TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 | Yes | Yes |
4646
| **ECDHE-RSA-AES128-GCM-SHA256** | TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 | Yes | Yes |
4747
| **AES256-GCM-SHA384** | TLS_RSA_WITH_AES_256_GCM_SHA384 | | Yes |
@@ -52,11 +52,6 @@ By default, TLSv1.2_2023 will be selected. TLSv1.2_2022 maps to the minimum TLS
5252
| **DHE-RSA-AES128-GCM-SHA256** | TLS_DHE_RSA_WITH_AES_128_GCM_SHA256 | | Yes |
5353
| **ECDHE-RSA-AES256-SHA384** | TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384 | | Yes |
5454
| **ECDHE-RSA-AES128-SHA256** | TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256 | | Yes |
55-
| **min TLSv1.1/1.0** | | | |
56-
| **ECDHE-RSA-AES256-SHA** | TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA | | |
57-
| **ECDHE-RSA-AES128-SHA** | TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA | | |
58-
| **AES256-SHA** | TLS_RSA_WITH_AES_256_CBC_SHA | | |
59-
| **AES128-SHA** | TLS_RSA_WITH_AES_128_CBC_SHA | | |
6055

6156
## Custom TLS policy
6257

@@ -75,14 +70,10 @@ Azure Front Door supports the following cipher suites from which you can choose
7570
- TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384
7671
- TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256
7772
- TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384
78-
- TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA
79-
- TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA
8073
- TLS_RSA_WITH_AES_256_GCM_SHA384
8174
- TLS_RSA_WITH_AES_128_GCM_SHA256
8275
- TLS_RSA_WITH_AES_256_CBC_SHA256
8376
- TLS_RSA_WITH_AES_128_CBC_SHA256
84-
- TLS_RSA_WITH_AES_256_CBC_SHA
85-
- TLS_RSA_WITH_AES_128_CBC_SHA
8677
- TLS_DHE_RSA_WITH_AES_128_GCM_SHA256
8778
- TLS_DHE_RSA_WITH_AES_256_GCM_SHA384
8879

0 commit comments

Comments
 (0)