summaryrefslogtreecommitdiff
path: root/src/tests.h
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2018-07-12 09:17:11 +0200
committerNikos Mavrogiannopoulos <nmav@redhat.com>2018-07-12 17:43:16 +0200
commit0697185611074c23057f83cbef3283f2cc9adfd4 (patch)
tree5171ed72611be5b4d2da7bfdc91c70344970f8ad /src/tests.h
parent98bd9f68e8aba6b2f29f59b277b905086657427a (diff)
downloadgnutls-0697185611074c23057f83cbef3283f2cc9adfd4.tar.gz
gnutls-cli-debug: detect TLS1.3 support
Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
Diffstat (limited to 'src/tests.h')
-rw-r--r--src/tests.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tests.h b/src/tests.h
index 78fd842ddb..4d093fc554 100644
--- a/src/tests.h
+++ b/src/tests.h
@@ -49,6 +49,7 @@ test_code_t test_etm(gnutls_session_t state);
test_code_t test_safe_renegotiation_scsv(gnutls_session_t state);
test_code_t test_tls1_1(gnutls_session_t state);
test_code_t test_tls1_2(gnutls_session_t state);
+test_code_t test_tls1_3(gnutls_session_t state);
test_code_t test_tls1_1_fallback(gnutls_session_t state);
test_code_t test_tls1_6_fallback(gnutls_session_t state);
test_code_t test_tls_disable0(gnutls_session_t state);