summaryrefslogtreecommitdiff
path: root/src/tls_test.c
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2003-03-26 12:43:22 +0000
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2003-03-26 12:43:22 +0000
commit142aaa9da464d2778dc58df489fb397f16641fca (patch)
treecf67faf292a1cb2d56b6d911af7a312600c19981 /src/tls_test.c
parent480d3a95763856a97f44af6d24ab4b671c02296b (diff)
downloadgnutls-142aaa9da464d2778dc58df489fb397f16641fca.tar.gz
Added bogus TLS record version check in the gnutls-cli-debug tool.
Diffstat (limited to 'src/tls_test.c')
-rw-r--r--src/tls_test.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/tls_test.c b/src/tls_test.c
index ac54d61012..a61f74d12c 100644
--- a/src/tls_test.c
+++ b/src/tls_test.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2000,2001,2002 Nikos Mavroyanopoulos
+ * Copyright (C) 2000,2001,2002,2003 Nikos Mavroyanopoulos
*
* This file is part of GNUTLS.
*
@@ -89,6 +89,7 @@ static const TLS_TEST tls_tests[] = {
{ "whether the server ignores the RSA PMS version", test_rsa_pms_version_check, "yes", "no", "dunno"},
{ "whether the server can accept Hello Extensions", test_hello_extension, "yes", "no", "dunno"},
{ "whether the server can accept cipher suites not in SSL 3.0 spec", test_unknown_ciphersuites, "yes", "no", "dunno"},
+ { "whether the server can accept a bogus TLS record version in the client hello", test_version_oob, "yes", "no", "dunno"},
{ "for certificate information", test_certificate, "", "", "" },
{ "for trusted CAs", test_server_cas, "", "", "" },
{ "whether the server understands TLS closure alerts", test_bye, "yes", "no", "partially"},