summaryrefslogtreecommitdiff
path: root/src/regress/usr.bin/openssl/test_server.sh
diff options
context:
space:
mode:
authorjsing <>2014-08-26 17:50:07 +0000
committerjsing <>2014-08-26 17:50:07 +0000
commitad993f95f7233dab030ff796264396c977cb3248 (patch)
treefdf80e64b4b68946a21ff873801e9c17656a9878 /src/regress/usr.bin/openssl/test_server.sh
parentf3755acd5513f85ff734de6a822b6f804d3776ce (diff)
downloadopenbsd-ad993f95f7233dab030ff796264396c977cb3248.tar.gz
openbsd-ad993f95f7233dab030ff796264396c977cb3248.tar.bz2
openbsd-ad993f95f7233dab030ff796264396c977cb3248.zip
Update regress to follow openssl(1) move.
Diffstat (limited to 'src/regress/usr.bin/openssl/test_server.sh')
-rw-r--r--src/regress/usr.bin/openssl/test_server.sh10
1 files changed, 10 insertions, 0 deletions
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 @@
1#!/bin/sh
2# $OpenBSD: test_server.sh,v 1.1 2014/08/26 17:50:07 jsing Exp $
3
4echo This starts a tls1 mode server using the DSA certificate in ./server.pem
5echo Run ./testclient.sh in another window and type at it, you should
6echo see the results of the ssl negotiation, and stuff you type in the client
7echo should echo in this window
8echo
9echo
10/usr/bin/openssl s_server -tls1 -key testdsa.key -cert testdsa.pem