summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2016-05-21 05:23:43 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2016-05-21 05:23:43 +0200
commitcab608cae916c1df8d258f1520183b77b40ecc17 (patch)
tree7b8f80681d0234f4b20598df8f56c7870cf0b310 /tests
parent3f76cb40e79ce67e597415652d5a959eaeef1950 (diff)
downloadgnutls-cab608cae916c1df8d258f1520183b77b40ecc17.tar.gz
added check for the VERS-ALL priority keyword
Diffstat (limited to 'tests')
-rw-r--r--tests/version-checks.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/version-checks.c b/tests/version-checks.c
index 65b164f2e1..94c6c9e406 100644
--- a/tests/version-checks.c
+++ b/tests/version-checks.c
@@ -133,6 +133,8 @@ void doit(void)
{
global_init();
+ try("NORMAL:-VERS-ALL:+VERS-TLS1.0", GNUTLS_TLS1_0);
+ reset_buffers();
try("NORMAL:-VERS-TLS-ALL:+VERS-TLS1.0", GNUTLS_TLS1_0);
reset_buffers();
try("NORMAL:-VERS-TLS-ALL:+VERS-TLS1.1", GNUTLS_TLS1_1);