{"ephemeral EC Diffie-Hellman group info", test_ecdhe_curve, "",
"N/A",
"N/A"},
- {"for AES-GCM cipher support", test_aes_gcm, "yes", "no",
+ {"for AES-128-GCM cipher support", test_aes_gcm, "yes", "no",
"dunno"},
- {"for AES-CBC cipher support", test_aes, "yes", "no",
+ {"for AES-128-CBC cipher support", test_aes, "yes", "no",
"dunno"},
- {"for CAMELLIA-GCM cipher support", test_camellia_gcm, "yes", "no",
+ {"for CAMELLIA-128-GCM cipher support", test_camellia_gcm, "yes", "no",
"dunno"},
- {"for CAMELLIA-CBC cipher support", test_camellia_cbc, "yes", "no",
+ {"for CAMELLIA-128-CBC cipher support", test_camellia_cbc, "yes", "no",
"dunno"},
{"for 3DES-CBC cipher support", test_3des, "yes", "no", "dunno"},
{"for ARCFOUR 128 cipher support", test_arcfour, "yes", "no",
"+VERS-TLS1.2:+VERS-TLS1.1:+VERS-TLS1.0:+VERS-SSL3.0";
char prio_str[512] = "";
-#define ALL_CIPHERS "+3DES-CBC:+ARCFOUR-128:+ARCFOUR-40"
-#define BLOCK_CIPHERS "+3DES-CBC:+AES-128-CBC"
+#define ALL_CIPHERS "+AES-128-GCM:+CAMELLIA-128-GCM:+AES-128-CBC:+CAMELLIA-128-CBC:+3DES-CBC:+ARCFOUR-128:+ARCFOUR-40"
+#define BLOCK_CIPHERS "+3DES-CBC:+AES-128-CBC:+CAMELLIA-128-CBC"
#define ALL_COMP "+COMP-NULL"
#define ALL_MACS "+SHA1:+MD5"
#define ALL_CERTTYPES "+CTYPE-X509"