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