Reinstate a test that was accidentally removed in previous
authortb <tb@openbsd.org>
Sun, 3 Mar 2024 13:29:19 +0000 (13:29 +0000)
committertb <tb@openbsd.org>
Sun, 3 Mar 2024 13:29:19 +0000 (13:29 +0000)
regress/usr.bin/openssl/appstest.sh

index 26ba920..84004df 100755 (executable)
@@ -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 <inoguchi@openbsd.org>
 #
@@ -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
 }