From ad993f95f7233dab030ff796264396c977cb3248 Mon Sep 17 00:00:00 2001 From: jsing <> Date: Tue, 26 Aug 2014 17:50:07 +0000 Subject: Update regress to follow openssl(1) move. --- src/regress/usr.bin/openssl/test_server.sh | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 src/regress/usr.bin/openssl/test_server.sh (limited to 'src/regress/usr.bin/openssl/test_server.sh') diff --git a/src/regress/usr.bin/openssl/test_server.sh b/src/regress/usr.bin/openssl/test_server.sh new file mode 100644 index 0000000000..b4fd2560df --- /dev/null +++ b/src/regress/usr.bin/openssl/test_server.sh @@ -0,0 +1,10 @@ +#!/bin/sh +# $OpenBSD: test_server.sh,v 1.1 2014/08/26 17:50:07 jsing Exp $ + +echo This starts a tls1 mode server using the DSA certificate in ./server.pem +echo Run ./testclient.sh in another window and type at it, you should +echo see the results of the ssl negotiation, and stuff you type in the client +echo should echo in this window +echo +echo +/usr/bin/openssl s_server -tls1 -key testdsa.key -cert testdsa.pem -- cgit v1.2.3-55-g6feb