]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
gnutls-cli-debug: rephrased inappropriate fallback test description to match the...
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Thu, 10 Dec 2015 08:35:59 +0000 (09:35 +0100)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Thu, 10 Dec 2015 08:36:29 +0000 (09:36 +0100)
src/cli-debug.c

index 8cc98fae9408f608baf3bfd32d9bc9a5ce3a0ecb..31e03c31d06ba26717dd2a51044a6853a985da79 100644 (file)
@@ -103,7 +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 inappropriate fallback (RFC7507) support", 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"},