diff options
Diffstat (limited to 'regress/lib/libssl/test_client.sh')
-rw-r--r-- | regress/lib/libssl/test_client.sh | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/regress/lib/libssl/test_client.sh b/regress/lib/libssl/test_client.sh new file mode 100644 index 00000000000..36a8f84532b --- /dev/null +++ b/regress/lib/libssl/test_client.sh @@ -0,0 +1,11 @@ +#!/bin/sh + +echo +echo This starts a tls1 mode client to talk to the server run by +echo ./testserver.sh. You should start the server first. +echo +echo type in this window after ssl negotiation and your output should +echo be echoed by the server. +echo +echo +/usr/sbin/ssleay s_client -tls1 |