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
commite2199e7b59d6181ef3dec34dcce87e9e93ce2f44 (patch)
treefdf80e64b4b68946a21ff873801e9c17656a9878 /src/regress/usr.bin/openssl/test_server.sh
parent5aab6333892d1796683d2fd5e0c53b48b711bfde (diff)
downloadopenbsd-e2199e7b59d6181ef3dec34dcce87e9e93ce2f44.tar.gz
openbsd-e2199e7b59d6181ef3dec34dcce87e9e93ce2f44.tar.bz2
openbsd-e2199e7b59d6181ef3dec34dcce87e9e93ce2f44.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