summaryrefslogtreecommitdiff
path: root/src/cli-debug.c
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2015-08-28 12:05:02 +0200
committerNikos Mavrogiannopoulos <nmav@redhat.com>2015-08-28 12:05:02 +0200
commit501fe50af37262148ed97c6cc801c9aa3cd40d81 (patch)
tree643ac84b6b05f52c108af983cf817d8da9a1ca24 /src/cli-debug.c
parent4b6003734006fd7e63812ba03eeefbb1525dc060 (diff)
downloadgnutls-501fe50af37262148ed97c6cc801c9aa3cd40d81.tar.gz
gnutls-cli-debug: added check for inappropriate fallback support
Diffstat (limited to 'src/cli-debug.c')
-rw-r--r--src/cli-debug.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cli-debug.c b/src/cli-debug.c
index 90d1b2a112..c9eb4a2c36 100644
--- a/src/cli-debug.c
+++ b/src/cli-debug.c
@@ -103,6 +103,7 @@ static const TLS_TEST tls_tests[] = {
{"for TLS 1.2 (RFC5246) support", test_tls1_2, "yes", "no", "dunno"},
{"fallback from TLS 1.6 to", test_tls1_6_fallback, NULL,
"failed (server requires fallback dance)", "dunno"},
+ {"for RFC7507 inappropriate fallback", test_rfc7507, "yes", "no", "dunno"},
{"for HTTPS server name", test_server, NULL, "failed", "not checked", 1},
{"for certificate information", test_certificate, NULL, "", ""},
{"for certificate chain order", test_chain_order, "sorted", "unsorted", "unknown"},