We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0cd00f6 + 9b9a1f8 commit 9834fa6Copy full SHA for 9834fa6
lib/xcp_const.ml
@@ -1,8 +1,6 @@
1
let good_ciphersuites =
2
String.concat ":"
3
[
4
- "ECDHE-RSA-AES256-SHA384"
5
- ; "ECDHE-RSA-AES256-GCM-SHA384"
6
- ; "AES256-SHA256"
7
- ; "AES128-SHA256"
+ "ECDHE-RSA-AES256-GCM-SHA384"
+ ; "ECDHE-RSA-AES128-GCM-SHA256"
8
]
0 commit comments