summaryrefslogtreecommitdiff
path: root/tests/ciphersuites/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ciphersuites/Makefile')
-rw-r--r--tests/ciphersuites/Makefile12
1 files changed, 8 insertions, 4 deletions
diff --git a/tests/ciphersuites/Makefile b/tests/ciphersuites/Makefile
index a79609d..784a78d 100644
--- a/tests/ciphersuites/Makefile
+++ b/tests/ciphersuites/Makefile
@@ -22,8 +22,12 @@ test-hornero:
${SLEEP_AND_KILL}
GW=${GW_HORNERO} CIPHER=AES-256-GCM PORT=1194 PROTO=tcp4 ./vpn-connect.sh | grep --color ${OK}
${SLEEP_AND_KILL}
- GW=${GW_HORNERO} CIPHER=AES-256-GCM PORT=1194 TLS=DHE-RSA-AES128-SHA ./vpn-connect-tls.sh | grep --color ${OK}
+ GW=${GW_HORNERO} CIPHER=AES-256-GCM PORT=1194 PROTO=udp4 ./vpn-connect.sh | grep --color ${OK}
${SLEEP_AND_KILL}
- GW=${GW_HORNERO} CIPHER=AES-256-GCM PORT=1194 TLS=TLS-ECDHE-ECDSA-WITH-AES-256-GCM-SHA384 ./vpn-connect-tls.sh | grep --color ${OK}
-
-
+ GW=${GW_HORNERO} CIPHER=AES-256-GCM PORT=1194 TLS=DHE-RSA-AES128-SHA PROTO=tcp4 ./vpn-connect-tls.sh | grep --color ${OK}
+ ${SLEEP_AND_KILL}
+ GW=${GW_HORNERO} CIPHER=AES-256-GCM PORT=1194 TLS=DHE-RSA-AES128-SHA PROTO=udp4 ./vpn-connect-tls.sh | grep --color ${OK}
+ ${SLEEP_AND_KILL}
+ GW=${GW_HORNERO} CIPHER=AES-256-GCM PORT=1194 TLS=TLS-ECDHE-ECDSA-WITH-AES-256-GCM-SHA384 PROTO=tcp4 ./vpn-connect-tls.sh | grep --color ${OK}
+ ${SLEEP_AND_KILL}
+ GW=${GW_HORNERO} CIPHER=AES-256-GCM PORT=1194 TLS=TLS-ECDHE-ECDSA-WITH-AES-256-GCM-SHA384 PROTO=udp4 ./vpn-connect-tls.sh | grep --color ${OK}