summaryrefslogtreecommitdiff
path: root/src/tls_test.c
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2002-08-25 19:06:43 +0000
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2002-08-25 19:06:43 +0000
commitaa30b611753cee8834af624821848ce27ab28453 (patch)
tree648488c038aee72526638182e5abd8acc644450b /src/tls_test.c
parent6e7aa8929787d4bae6e867bb26015a08a53ffb46 (diff)
downloadgnutls-aa30b611753cee8834af624821848ce27ab28453.tar.gz
improvements in server html output
Diffstat (limited to 'src/tls_test.c')
-rw-r--r--src/tls_test.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tls_test.c b/src/tls_test.c
index b0b0e85c90..197a1e8836 100644
--- a/src/tls_test.c
+++ b/src/tls_test.c
@@ -88,6 +88,7 @@ static const TLS_TEST tls_tests[] = {
{ "whether the server can accept cipher suites not in SSL 3.0 spec", test_unknown_ciphersuites, "yes", "no", "dunno"},
{ "whether the server understands TLS closure alerts", test_bye, "yes", "no", "partially"},
{ "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 ephemeral Diffie Hellman support", test_dhe, "yes", "no", "dunno" },
{ "for AES cipher support", test_aes, "yes", "no", "dunno"},