diff options
| author | jsing <> | 2014-08-26 17:50:07 +0000 |
|---|---|---|
| committer | jsing <> | 2014-08-26 17:50:07 +0000 |
| commit | e2199e7b59d6181ef3dec34dcce87e9e93ce2f44 (patch) | |
| tree | fdf80e64b4b68946a21ff873801e9c17656a9878 /src/regress/usr.bin/openssl/test_server.sh | |
| parent | 5aab6333892d1796683d2fd5e0c53b48b711bfde (diff) | |
| download | openbsd-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.sh | 10 |
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 | |||
| 4 | echo This starts a tls1 mode server using the DSA certificate in ./server.pem | ||
| 5 | echo Run ./testclient.sh in another window and type at it, you should | ||
| 6 | echo see the results of the ssl negotiation, and stuff you type in the client | ||
| 7 | echo should echo in this window | ||
| 8 | echo | ||
| 9 | echo | ||
| 10 | /usr/bin/openssl s_server -tls1 -key testdsa.key -cert testdsa.pem | ||
