1#!/bin/sh 2# $OpenBSD: test_client.sh,v 1.1 2014/08/26 17:50:07 jsing 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/usr/bin/openssl s_client -tls1 13