summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2016-06-22 13:50:48 +0200
committerNikos Mavrogiannopoulos <nmav@redhat.com>2016-06-22 13:50:48 +0200
commit6e8939e6602283f96125d2770d621825c1087140 (patch)
tree0fc5acafd9abce8ae79b21c95ecd3ca7a1794f07
parent718f3a119b026eafffa26feda35a113926e5437c (diff)
downloadgnutls-6e8939e6602283f96125d2770d621825c1087140.tar.gz
gnutls-cli-debug: replaced draft-ietf-tls-chacha20-poly1305-04 with RFC7905
-rw-r--r--src/cli-debug.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cli-debug.c b/src/cli-debug.c
index d4f9f3269a..22020eb818 100644
--- a/src/cli-debug.c
+++ b/src/cli-debug.c
@@ -166,7 +166,7 @@ static const TLS_TEST tls_tests[] = {
{"for 3DES-CBC cipher (RFC2246) support", test_3des, "yes", "no", "dunno"},
{"for ARCFOUR 128 cipher (RFC2246) support", test_arcfour, "yes", "no",
"dunno"},
- {"for CHACHA20-POLY1305 cipher (draft-ietf-tls-chacha20-poly1305-04) support", test_chacha20, "yes", "no",
+ {"for CHACHA20-POLY1305 cipher (RFC7905) support", test_chacha20, "yes", "no",
"dunno"},
{"for MD5 MAC support", test_md5, "yes", "no", "dunno"},
{"for SHA1 MAC support", test_sha, "yes", "no", "dunno"},