summaryrefslogtreecommitdiff
path: root/src/tls_test.c
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2003-02-12 13:30:19 +0000
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2003-02-12 13:30:19 +0000
commitaae2a10ed0585d377b1d0ceea26b52592e2785d8 (patch)
tree6d8d069f4ec6c5373c2a2a5005a5959f539df278 /src/tls_test.c
parentf60f14c1c2032d1aaf9308d4403922f8e9ebbbd6 (diff)
downloadgnutls-aae2a10ed0585d377b1d0ceea26b52592e2785d8.tar.gz
Added test which prints the Diffie Hellman prime bits used.
Diffstat (limited to 'src/tls_test.c')
-rw-r--r--src/tls_test.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/tls_test.c b/src/tls_test.c
index 58304bac4a..2adf86d3c4 100644
--- a/src/tls_test.c
+++ b/src/tls_test.c
@@ -91,7 +91,9 @@ static const TLS_TEST tls_tests[] = {
{ "whether the server supports session resumption", test_session_resume2, "yes", "no", "dunno"},
{ "for export-grade ciphersuite support", test_export, "yes", "no", "dunno" },
{ "for anonymous authentication support", test_anonymous, "yes", "no", "dunno"},
+ { "for anonymous Diffie Hellman prime size", test_dhe_bits, "", "N/A", "N/A" },
{ "for ephemeral Diffie Hellman support", test_dhe, "yes", "no", "dunno" },
+ { "for ephemeral Diffie Hellman prime size", test_dhe_bits, "", "N/A", "N/A" },
{ "for AES cipher support", test_aes, "yes", "no", "dunno"},
{ "for 3DES cipher support", test_3des, "yes", "no", "dunno"},
{ "for ARCFOUR cipher support", test_arcfour, "yes", "no", "dunno"},