summaryrefslogtreecommitdiff
path: root/src/cli-debug.c
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2017-08-18 11:34:46 +0200
committerNikos Mavrogiannopoulos <nmav@redhat.com>2017-08-18 11:56:30 +0200
commitb36e9735170a9c33e277cb794e1f90d04262b3e6 (patch)
treea0dcae71b0ecce1e63aacb26c2e0f567383eaee6 /src/cli-debug.c
parent6f62adb1ce12262111a9fdcb2a75040d5c23c3cb (diff)
downloadgnutls-b36e9735170a9c33e277cb794e1f90d04262b3e6.tar.gz
gnutls-cli-debug: check whether RFC7919 is supported
Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
Diffstat (limited to 'src/cli-debug.c')
-rw-r--r--src/cli-debug.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/cli-debug.c b/src/cli-debug.c
index 2b0f88e2e3..899edd4938 100644
--- a/src/cli-debug.c
+++ b/src/cli-debug.c
@@ -1,5 +1,6 @@
/*
* Copyright (C) 2000-2012 Free Software Foundation, Inc.
+ * Copyright (C) 2017 Red Hat, Inc.
*
* This file is part of GnuTLS.
*
@@ -142,6 +143,8 @@ static const TLS_TEST tls_tests[] = {
#endif
{"for ephemeral Diffie-Hellman support", test_dhe, "yes", "no",
"dunno"},
+ {"for RFC7919 Diffie-Hellman support", test_rfc7919, "yes", "no",
+ "dunno"},
{"ephemeral Diffie-Hellman group info", test_dhe_group, NULL, "N/A",
"N/A"},
{"for ephemeral EC Diffie-Hellman support", test_ecdhe, "yes",