Skip to content

Commit 91efc2b

Browse files
Merge pull request #221436 from gball14/patch-4
Remove ciphers referencing ECDSA
2 parents 322e122 + 74d5fd0 commit 91efc2b

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

articles/frontdoor/end-to-end-tls.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -90,16 +90,10 @@ For TLS1.2 the following cipher suites are supported:
9090
9191
Using custom domains with TLS1.0/1.1 enabled the following cipher suites are supported:
9292

93-
* TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256
94-
* TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384
9593
* TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256
9694
* TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384
97-
* TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256
98-
* TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384
9995
* TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256
10096
* TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384
101-
* TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA
102-
* TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA
10397
* TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA
10498
* TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA
10599
* TLS_RSA_WITH_AES_256_GCM_SHA384

0 commit comments

Comments
 (0)