Skip to content

Commit 2b71231

Browse files
committed
Add two missing sufficient ciphers (missing from appendix B)
1 parent 61c6f9c commit 2b71231

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

checks/tasks/tls/tls_constants.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,9 @@
6969
"TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256",
7070
"TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384",
7171
"TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256",
72+
# Not in appendix B, but meets all requirements
73+
"TLS_ECDHE_RSA_WITH_AES_256_CCM",
74+
"TLS_ECDHE_RSA_WITH_AES_128_CCM",
7275
]
7376
CIPHERS_PHASE_OUT = [
7477
"TLS_ECDHE_ECDSA_WITH_CAMELLIA_256_GCM_SHA384",

0 commit comments

Comments
 (0)