aboutsummaryrefslogtreecommitdiff
path: root/https/testdata/tls_config_noAuth_allCiphers.good.yml
diff options
context:
space:
mode:
Diffstat (limited to 'https/testdata/tls_config_noAuth_allCiphers.good.yml')
-rw-r--r--https/testdata/tls_config_noAuth_allCiphers.good.yml26
1 files changed, 26 insertions, 0 deletions
diff --git a/https/testdata/tls_config_noAuth_allCiphers.good.yml b/https/testdata/tls_config_noAuth_allCiphers.good.yml
new file mode 100644
index 0000000..e16aec1
--- /dev/null
+++ b/https/testdata/tls_config_noAuth_allCiphers.good.yml
@@ -0,0 +1,26 @@
1tls_server_config :
2 cert_file : "testdata/server.crt"
3 key_file : "testdata/server.key"
4 client_auth_type : "VerifyClientCertIfGiven"
5 client_ca_file : "testdata/tls-ca-chain.pem"
6 cipher_suites:
7 - TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256
8 - TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384
9 - TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256
10 - TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384
11 - TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256
12 - TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256
13 - TLS_AES_128_GCM_SHA256
14 - TLS_AES_256_GCM_SHA384
15 - TLS_CHACHA20_POLY1305_SHA256
16 - TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA
17 - TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA
18 - TLS_ECDHE_RSA_WITH_3DES_EDE_CBC_SHA
19 - TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA
20 - TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA
21 - TLS_RSA_WITH_3DES_EDE_CBC_SHA
22 - TLS_RSA_WITH_AES_128_CBC_SHA
23 - TLS_RSA_WITH_AES_256_CBC_SHA
24 - TLS_RSA_WITH_AES_128_GCM_SHA256
25 - TLS_RSA_WITH_AES_256_GCM_SHA384
26