From aae2a10ed0585d377b1d0ceea26b52592e2785d8 Mon Sep 17 00:00:00 2001 From: Nikos Mavrogiannopoulos Date: Wed, 12 Feb 2003 13:30:19 +0000 Subject: Added test which prints the Diffie Hellman prime bits used. --- src/tls_test.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/tls_test.c') 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"}, -- cgit v1.2.1