-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtest_cases.xml
45 lines (44 loc) · 2.4 KB
/
test_cases.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
<?xml version="1.0" encoding="UTF-8"?>
<tests>
<ciphersuite_set>
<ciphersuite>"TLS-RSA-WITH-AES-128-CBC-SHA256"</ciphersuite>
<ciphersuite>"TLS-RSA-WITH-AES-256-CBC-SHA256"</ciphersuite>
<ciphersuite>"TLS-RSA-WITH-AES-128-GCM-SHA256"</ciphersuite>
<ciphersuite>"TLS-RSA-WITH-AES-256-GCM-SHA384"</ciphersuite>
<ciphersuite>"TLS-RSA-WITH-AES-128-CCM"</ciphersuite>
<ciphersuite>"TLS-RSA-WITH-AES-256-CCM"</ciphersuite>
<ciphersuite>"TLS-RSA-WITH-AES-128-CCM-8"</ciphersuite>
<ciphersuite>"TLS-RSA-WITH-AES-256-CCM-8"</ciphersuite>
<ciphersuite>"TLS-RSA-WITH-NULL-SHA256"</ciphersuite>
</ciphersuite_set>
<ciphersuite_set>
<ciphersuite>"TLS-DHE-RSA-WITH-AES-128-CBC-SHA256"</ciphersuite>
<ciphersuite>"TLS-DHE-RSA-WITH-AES-256-CBC-SHA256"</ciphersuite>
<ciphersuite>"TLS-DHE-RSA-WITH-AES-128-GCM-SHA256"</ciphersuite>
<ciphersuite>"TLS-DHE-RSA-WITH-AES-256-GCM-SHA384"</ciphersuite>
<ciphersuite>"TLS-DHE-RSA-WITH-AES-128-CCM"</ciphersuite>
<ciphersuite>"TLS-DHE-RSA-WITH-AES-256-CCM"</ciphersuite>
<ciphersuite>"TLS-DHE-RSA-WITH-AES-128-CCM-8"</ciphersuite>
<ciphersuite>"TLS-DHE-RSA-WITH-AES-256-CCM-8"</ciphersuite>
</ciphersuite_set>
<ciphersuite_set>
<ciphersuite>"TLS-ECDHE-RSA-WITH-AES-128-CBC-SHA256"</ciphersuite>
<ciphersuite>"TLS-ECDHE-RSA-WITH-AES-256-CBC-SHA384"</ciphersuite>
<ciphersuite>"TLS-ECDHE-RSA-WITH-AES-128-GCM-SHA256"</ciphersuite>
<ciphersuite>"TLS-ECDHE-RSA-WITH-AES-256-GCM-SHA384"</ciphersuite>
<ciphersuite>"TLS-ECDHE-RSA-WITH-CAMELLIA-128-CBC-SHA256"</ciphersuite>
<ciphersuite>"TLS-ECDHE-RSA-WITH-CAMELLIA-256-CBC-SHA384"</ciphersuite>
</ciphersuite_set>
<ciphersuite_set>
<ciphersuite>"TLS-ECDHE-ECDSA-WITH-AES-128-CBC-SHA256"</ciphersuite>
<ciphersuite>"TLS-ECDHE-ECDSA-WITH-AES-256-CBC-SHA384"</ciphersuite>
<ciphersuite>"TLS-ECDHE-ECDSA-WITH-AES-128-GCM-SHA256"</ciphersuite>
<ciphersuite>"TLS-ECDHE-ECDSA-WITH-AES-256-GCM-SHA384"</ciphersuite>
<ciphersuite>"TLS-ECDHE-ECDSA-WITH-AES-128-CCM"</ciphersuite>
<ciphersuite>"TLS-ECDHE-ECDSA-WITH-AES-256-CCM"</ciphersuite>
<ciphersuite>"TLS-ECDHE-ECDSA-WITH-AES-128-CCM-8"</ciphersuite>
<ciphersuite>"TLS-ECDHE-ECDSA-WITH-AES-256-CCM-8"</ciphersuite>
<ciphersuite>"TLS-ECDHE-ECDSA-WITH-CAMELLIA-128-CBC-SHA256"</ciphersuite>
<ciphersuite>"TLS-ECDHE-ECDSA-WITH-CAMELLIA-256-CBC-SHA384"</ciphersuite>
</ciphersuite_set>
</tests>