Home | History | Annotate | Download | only in android.testssl

Lines Matching refs:tls1

147   echo test tls1 with 1024bit anonymous DH, multiple handshakes
148 $ssltest -v -bio_pair -tls1 -cipher ADH -dhe1024dsa -num 10 -f -time $extra || exit 1
154 echo 'test tls1 with 1024bit RSA, no (EC)DHE, multiple handshakes'
155 adb shell /system/bin/ssltest -v -bio_pair -tls1 -cert /sdcard/android.testssl/server2.pem -no_dhe -no_ecdhe -num 10 -f -time $extra || exit 1
160 echo test tls1 with 1024bit RSA, 1024bit DHE, multiple handshakes
161 adb shell /system/bin/ssltest -v -bio_pair -tls1 -cert /sdcard/android.testssl/server2.pem -dhe1024dsa -num 10 -f -time $extra || exit 1
165 echo test tls1 with PSK
166 $ssltest -tls1 -cipher PSK -psk abc123 $extra || exit 1
168 echo test tls1 with PSK via BIO pair
169 $ssltest -bio_pair -tls1 -cipher PSK -psk abc123 $extra || exit 1
174 echo test tls1 with SRP
175 $ssltest -tls1 -cipher SRP -srpuser test -srppass abc123
177 echo test tls1 with SRP via BIO pair
178 $ssltest -bio_pair -tls1 -cipher SRP -srpuser test -srppass abc123