From 52bd5e2011b5fc1bd95e4c6de4876ea0f2ec0d96 Mon Sep 17 00:00:00 2001 From: tb <> Date: Sun, 3 Mar 2024 13:29:19 +0000 Subject: Reinstate a test that was accidentally removed in previous --- src/regress/usr.bin/openssl/appstest.sh | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/regress/usr.bin/openssl/appstest.sh b/src/regress/usr.bin/openssl/appstest.sh index 26ba920044..84004df945 100755 --- a/src/regress/usr.bin/openssl/appstest.sh +++ b/src/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 } -- cgit v1.2.3-55-g6feb