Commit 9b9a1f8
committed
Update ciphers used by stunnel/XAPI
For the sake of security, CBC ciphers are required to be removed from
TLS interface of XAPI.
But only one would remain in available cipher list after the removal.
Therefore a new configuration 'ECDHE-RSA-AES128-GCM-SHA25' is added.
Note: IANA name of 'ECDHE-RSA-AES128-GCM-SHA25 is
'TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256'.
Signed-off-by: Ming Lu <[email protected]>1 parent 0cd00f6 commit 9b9a1f8
1 file changed
+2
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
| 4 | + | |
| 5 | + | |
8 | 6 | | |
0 commit comments