Skip to content

Commit 81cebf6

Browse files
author
derekguo001
authored
doc: Remove SHA-1 cipher suites from the defaults on the server-side (envoyproxy#21240)
Related PR: envoyproxy#20643 Signed-off-by: derekguo001 <[email protected]>
1 parent c328cf1 commit 81cebf6

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

api/envoy/extensions/transport_sockets/tls/v3/common.proto

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -66,25 +66,17 @@ message TlsParameters {
6666
//
6767
// [ECDHE-ECDSA-AES128-GCM-SHA256|ECDHE-ECDSA-CHACHA20-POLY1305]
6868
// [ECDHE-RSA-AES128-GCM-SHA256|ECDHE-RSA-CHACHA20-POLY1305]
69-
// ECDHE-ECDSA-AES128-SHA
70-
// ECDHE-RSA-AES128-SHA
7169
// ECDHE-ECDSA-AES256-GCM-SHA384
7270
// ECDHE-RSA-AES256-GCM-SHA384
73-
// ECDHE-ECDSA-AES256-SHA
74-
// ECDHE-RSA-AES256-SHA
7571
//
7672
// In builds using :ref:`BoringSSL FIPS <arch_overview_ssl_fips>`, the default server cipher list is:
7773
//
7874
// .. code-block:: none
7975
//
8076
// ECDHE-ECDSA-AES128-GCM-SHA256
8177
// ECDHE-RSA-AES128-GCM-SHA256
82-
// ECDHE-ECDSA-AES128-SHA
83-
// ECDHE-RSA-AES128-SHA
8478
// ECDHE-ECDSA-AES256-GCM-SHA384
8579
// ECDHE-RSA-AES256-GCM-SHA384
86-
// ECDHE-ECDSA-AES256-SHA
87-
// ECDHE-RSA-AES256-SHA
8880
//
8981
// In non-FIPS builds, the default client cipher list is:
9082
//

0 commit comments

Comments
 (0)