Skip to content

Commit

Permalink
polar is now mbedtls, also test GCM here
Browse files Browse the repository at this point in the history
  • Loading branch information
hannesm committed Mar 21, 2016
1 parent de68637 commit 38e11d9
Showing 1 changed file with 7 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh

port=4455
polarssl="/opt/bin/polarssl_ssl_client2 auth_mode=none server_port="
polarssl="/opt/bin/mbedtls_ssl_client2 auth_mode=none server_port="

extra_args=""
statfile="/tmp/test_server.status"
Expand Down Expand Up @@ -72,10 +72,14 @@ TLS-DHE-RSA-WITH-AES-256-CCM
TLS-DHE-RSA-WITH-AES-128-CCM
TLS-DHE-RSA-WITH-AES-256-CBC-SHA256
TLS-DHE-RSA-WITH-AES-128-CBC-SHA256
TLS-DHE-RSA-WITH-AES-256-GCM-SHA384
TLS-DHE-RSA-WITH-AES-128-GCM-SHA256
TLS-RSA-WITH-AES-256-CCM
TLS-RSA-WITH-AES-256-CBC-SHA256
TLS-RSA-WITH-AES-128-CCM
TLS-RSA-WITH-AES-128-CBC-SHA256"
TLS-RSA-WITH-AES-256-CBC-SHA256
TLS-RSA-WITH-AES-128-CBC-SHA256
TLS-RSA-WITH-AES-256-GCM-SHA384
TLS-RSA-WITH-AES-128-GCM-SHA256"
for i in $tls12_ciphers; do
extra_args="force_ciphersuite=$i"
testit
Expand Down

0 comments on commit 38e11d9

Please sign in to comment.