Skip to content

Commit 9834fa6

Browse files
authored
Merge pull request #330 from xapi-project/private/mingl/CP-36919
CP-36919,CP-36711: Update ciphers used by stunnel/XAPI for Trunk
2 parents 0cd00f6 + 9b9a1f8 commit 9834fa6

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

lib/xcp_const.ml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
let good_ciphersuites =
22
String.concat ":"
33
[
4-
"ECDHE-RSA-AES256-SHA384"
5-
; "ECDHE-RSA-AES256-GCM-SHA384"
6-
; "AES256-SHA256"
7-
; "AES128-SHA256"
4+
"ECDHE-RSA-AES256-GCM-SHA384"
5+
; "ECDHE-RSA-AES128-GCM-SHA256"
86
]

0 commit comments

Comments
 (0)