summaryrefslogtreecommitdiff
path: root/tests/rehandshake-switch-cert-client-allow.c
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2018-03-13 15:46:16 +0100
committerNikos Mavrogiannopoulos <nmav@redhat.com>2018-03-19 17:19:18 +0100
commit80f182e8c205d3b25fedbc629d71abcd2483739e (patch)
tree4958e8376546928ee63f8181fcf8a0342b399927 /tests/rehandshake-switch-cert-client-allow.c
parent671826acc0893f05712266a49dac4851c6523bb7 (diff)
downloadgnutls-80f182e8c205d3b25fedbc629d71abcd2483739e.tar.gz
tests: updated for TLS1.3 inclusion
This moves the test to use a specific version or test multiple TLS versions if applicable. Resolves #413 Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
Diffstat (limited to 'tests/rehandshake-switch-cert-client-allow.c')
-rw-r--r--tests/rehandshake-switch-cert-client-allow.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/rehandshake-switch-cert-client-allow.c b/tests/rehandshake-switch-cert-client-allow.c
index 367fda8c58..a95be20929 100644
--- a/tests/rehandshake-switch-cert-client-allow.c
+++ b/tests/rehandshake-switch-cert-client-allow.c
@@ -81,7 +81,7 @@ static void try(void)
serverx509cred);
gnutls_priority_set_direct(server,
- "NORMAL",
+ "NORMAL:-VERS-ALL:+VERS-TLS1.2",
NULL);
gnutls_transport_set_push_function(server, server_push);
gnutls_transport_set_pull_function(server, server_pull);
@@ -122,7 +122,7 @@ static void try(void)
if (ret < 0)
exit(1);
- ret = gnutls_priority_set_direct(client, "NORMAL:-KX-ALL:+RSA", NULL);
+ ret = gnutls_priority_set_direct(client, "NORMAL:-VERS-ALL:+VERS-TLS1.2:-KX-ALL:+RSA", NULL);
if (ret < 0)
exit(1);