summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorManuel Schölling <manuel.schoelling@gmx.de>2015-03-11 14:08:48 +0100
committerManuel Schölling <manuel.schoelling@gmx.de>2015-04-06 12:22:50 +0200
commit8a0e9d6cca4459dd0d256fc2e1b9453a9e0c48f8 (patch)
tree682062bd57272cc156034992f800b4929999bbbc /README.md
parenta47241c88f2a75d510f26bd163c562715db6acf6 (diff)
downloadrust-openssl-8a0e9d6cca4459dd0d256fc2e1b9453a9e0c48f8.zip
Fix travis test setup for DTLS
Diffstat (limited to 'README.md')
-rw-r--r--README.md14
1 files changed, 1 insertions, 13 deletions
diff --git a/README.md b/README.md
index 7a0c02b3..d38ead28 100644
--- a/README.md
+++ b/README.md
@@ -72,18 +72,6 @@ s_server` window. Those aren't anything to worry about. You can stop the server
using Control-C.
For DTLS testing each test requires its own instance of OpenSSL's s_server. On
-Linux you can start them like this:
-
- for port in `seq 15410 15450`; do
- echo hello | openssl s_server -accept $port -dtls1 -cert test/cert.pem \
- -key test/key.pem -msg -debug & >/dev/null;
- done
-
-Note that the test ssl::tests::write::dtlsv1 should be started individually and
-requires an interactive instance:
-
- openssl s_server -accept 15411 -dtls1 -cert test/cert.pem -key test/key.pem
-
-
+Linux you can run the bash script in `openssl/tests/test.sh`.
[1]: http://slproweb.com/products/Win32OpenSSL.html