| cli-debug.c | cli-debug.c | |||
|---|---|---|---|---|
| skipping to change at line 106 | skipping to change at line 106 | |||
| "dunno"}, | "dunno"}, | |||
| {"for TLS 1.0 (RFC2246) support", test_tls1, "yes", "no", "dunno"}, | {"for TLS 1.0 (RFC2246) support", test_tls1, "yes", "no", "dunno"}, | |||
| {"for TLS 1.0 (RFC2246) support with TLS 1.0 record version", test_t ls1_nossl3, "yes", "no", "dunno"}, | {"for TLS 1.0 (RFC2246) support with TLS 1.0 record version", test_t ls1_nossl3, "yes", "no", "dunno"}, | |||
| {"for TLS 1.1 (RFC4346) support", test_tls1_1, "yes", "no", "dunno"} , | {"for TLS 1.1 (RFC4346) support", test_tls1_1, "yes", "no", "dunno"} , | |||
| {"fallback from TLS 1.1 to", test_tls1_1_fallback, "TLS 1.0", | {"fallback from TLS 1.1 to", test_tls1_1_fallback, "TLS 1.0", | |||
| "failed", | "failed", | |||
| "SSL 3.0"}, | "SSL 3.0"}, | |||
| {"for TLS 1.2 (RFC5246) support", test_tls1_2, "yes", "no", "dunno"} , | {"for TLS 1.2 (RFC5246) support", test_tls1_2, "yes", "no", "dunno"} , | |||
| {"fallback from TLS 1.6 to", test_tls1_6_fallback, NULL, | {"fallback from TLS 1.6 to", test_tls1_6_fallback, NULL, | |||
| "failed (server requires fallback dance)", "dunno"}, | "failed (server requires fallback dance)", "dunno"}, | |||
| {"for RFC7507 inappropriate fallback", test_rfc7507, "yes", "no", "d unno"}, | ||||
| {"for HTTPS server name", test_server, NULL, "failed", "not checked" , 1}, | {"for HTTPS server name", test_server, NULL, "failed", "not checked" , 1}, | |||
| {"for certificate information", test_certificate, NULL, "", ""}, | {"for certificate information", test_certificate, NULL, "", ""}, | |||
| {"for certificate chain order", test_chain_order, "sorted", "unsorte d", "unknown"}, | {"for certificate chain order", test_chain_order, "sorted", "unsorte d", "unknown"}, | |||
| {"for trusted CAs", test_server_cas, NULL, "", ""}, | {"for trusted CAs", test_server_cas, NULL, "", ""}, | |||
| {"for safe renegotiation (RFC5746) support", test_safe_renegotiation , "yes", | {"for safe renegotiation (RFC5746) support", test_safe_renegotiation , "yes", | |||
| "no", "dunno"}, | "no", "dunno"}, | |||
| {"for Safe renegotiation support (SCSV)", | {"for Safe renegotiation support (SCSV)", | |||
| test_safe_renegotiation_scsv, | test_safe_renegotiation_scsv, | |||
| "yes", "no", "dunno"}, | "yes", "no", "dunno"}, | |||
| {"for encrypt-then-MAC (RFC7366) support", test_etm, "yes", "no", "d unno"}, | {"for encrypt-then-MAC (RFC7366) support", test_etm, "yes", "no", "d unno"}, | |||
| End of changes. 1 change blocks. | ||||
| 0 lines changed or deleted | 1 lines changed or added | |||
This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/ | ||||