diff options
author | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2015-09-17 13:15:54 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2015-09-17 13:15:54 +0200 |
commit | 6954ba410660b304060e2dddb76ad612cb823f10 (patch) | |
tree | 9c894dec76cadd1e1853c8b8854e8bbb64543328 /src/cli-debug.c | |
parent | c72f42d1d066d0437e0649697140dffa822a57a7 (diff) | |
download | gnutls-6954ba410660b304060e2dddb76ad612cb823f10.tar.gz |
gnutls-cli-debug: use RFC7627 instead of draft-ietf-tls-session-hash
Diffstat (limited to 'src/cli-debug.c')
-rw-r--r-- | src/cli-debug.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cli-debug.c b/src/cli-debug.c index c9eb4a2c36..35e4d0634a 100644 --- a/src/cli-debug.c +++ b/src/cli-debug.c @@ -114,7 +114,7 @@ static const TLS_TEST tls_tests[] = { test_safe_renegotiation_scsv, "yes", "no", "dunno"}, {"for encrypt-then-MAC (RFC7366) support", test_etm, "yes", "no", "dunno"}, - {"for ext master secret (draft-ietf-tls-session-hash) support", test_ext_master_secret, "yes", "no", "dunno"}, + {"for ext master secret (RFC7627) support", test_ext_master_secret, "yes", "no", "dunno"}, {"for heartbeat (RFC6520) support", test_heartbeat_extension, "yes", "no", "dunno"}, {"for version rollback bug in RSA PMS", test_rsa_pms, "no", "yes", "dunno"}, |