From: Nikos Mavrogiannopoulos Date: Thu, 10 Dec 2015 08:35:59 +0000 (+0100) Subject: gnutls-cli-debug: rephrased inappropriate fallback test description to match the... X-Git-Tag: gnutls_3_5_0~491 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cc5a17a172e663278dcdc68d68979ff53649c21e;p=thirdparty%2Fgnutls.git gnutls-cli-debug: rephrased inappropriate fallback test description to match the rest --- diff --git a/src/cli-debug.c b/src/cli-debug.c index 8cc98fae94..31e03c31d0 100644 --- a/src/cli-debug.c +++ b/src/cli-debug.c @@ -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"},