From 80f182e8c205d3b25fedbc629d71abcd2483739e Mon Sep 17 00:00:00 2001 From: Nikos Mavrogiannopoulos Date: Tue, 13 Mar 2018 15:46:16 +0100 Subject: 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 --- tests/x509-cert-callback.c | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/x509-cert-callback.c') diff --git a/tests/x509-cert-callback.c b/tests/x509-cert-callback.c index f23b531f87..e673096195 100644 --- a/tests/x509-cert-callback.c +++ b/tests/x509-cert-callback.c @@ -431,4 +431,5 @@ void doit(void) start("NORMAL:-VERS-TLS-ALL:+VERS-TLS1.3"); start("NORMAL:-VERS-TLS-ALL:+VERS-TLS1.2"); start("NORMAL:-VERS-TLS-ALL:+VERS-TLS1.1"); + start("NORMAL"); } -- cgit v1.2.1