From 43503d760fb82caca2ff6f7124c7971cfaed6c23 Mon Sep 17 00:00:00 2001 From: tb Date: Sun, 3 Mar 2024 13:29:19 +0000 Subject: [PATCH] Reinstate a test that was accidentally removed in previous --- regress/usr.bin/openssl/appstest.sh | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/regress/usr.bin/openssl/appstest.sh b/regress/usr.bin/openssl/appstest.sh index 26ba9200448..84004df9454 100755 --- a/regress/usr.bin/openssl/appstest.sh +++ b/regress/usr.bin/openssl/appstest.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# $OpenBSD: appstest.sh,v 1.62 2024/03/02 11:53:55 tb Exp $ +# $OpenBSD: appstest.sh,v 1.63 2024/03/03 13:29:19 tb Exp $ # # Copyright (c) 2016 Kinichiro Inoguchi # @@ -1747,6 +1747,12 @@ function test_server_client { test_sc_verify $sc tls1_2 test_sc_verify $sc tls1_3 + # s_time + start_message "s_time ... connect to TLS/SSL test server" + $c_bin s_time -connect $host:$port -CApath $ca_dir -time 1 \ + > $server_dir/s_time_${sc}.log + check_exit_status $? + stop_s_server } -- 2.20.1