1#!/bin/sh 2# $OpenBSD: test_client.sh,v 1.3 2023/07/03 05:31:56 beck Exp $ 3 4echo 5echo This starts a tls1 mode client to talk to the server run by 6echo ./testserver.sh. You should start the server first. 7echo 8echo type in this window after ssl negotiation and your output should 9echo be echoed by the server. 10echo 11echo 12${OPENSSL:-/usr/bin/openssl} s_client 13