summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2018-08-21 16:18:11 +0200
committerNikos Mavrogiannopoulos <nmav@redhat.com>2018-08-22 08:00:12 +0200
commiteedcaa695277653230ede9adb703dac97cdea7e1 (patch)
treefda887c97f1504a958cac7b2522b15807a2c9697 /tests
parent629ef3e18b4e001bb6f1a29e824f60ec6e658a43 (diff)
downloadgnutls-eedcaa695277653230ede9adb703dac97cdea7e1.tar.gz
gnutls-cli-debug: mention RFC8446 for TLS1.3 and RFC8422 for X25519
Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
Diffstat (limited to 'tests')
-rwxr-xr-xtests/gnutls-cli-debug.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/gnutls-cli-debug.sh b/tests/gnutls-cli-debug.sh
index 60bb74677a..017db46e0b 100755
--- a/tests/gnutls-cli-debug.sh
+++ b/tests/gnutls-cli-debug.sh
@@ -120,7 +120,7 @@ wait
declare -a arr=("whether we need to disable TLS 1.2... no" "for TLS 1.0 (RFC2246) support... no"
"for TLS 1.1 (RFC4346) support... no" "for TLS 1.2 (RFC5246) support... yes"
- "for TLS 1.3 (draft-ietf-tls-tls13-28) support... yes"
+ "for TLS 1.3 (RFC8446) support... yes"
"TLS1.2 neg fallback from TLS 1.6 to... TLS1.2" "for safe renegotiation (RFC5746) support... yes"
"for encrypt-then-MAC (RFC7366) support... yes" "for ext master secret (RFC7627) support... yes"
"for RFC7919 Diffie-Hellman support... yes" "for curve SECP256r1 (RFC4492)... yes"