• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/test/

Lines Matching refs:tls1

199   echo test tls1 with 1024bit anonymous DH, multiple handshakes
200 $ssltest -v -bio_pair -tls1 -cipher ADH -dhe1024dsa -num 10 -f -time $extra || exit 1
206 echo 'test tls1 with 1024bit RSA, no (EC)DHE, multiple handshakes'
207 ../util/shlib_wrap.sh ./ssltest -v -bio_pair -tls1 -cert ../apps/server2.pem -no_dhe -no_ecdhe -num 10 -f -time $extra || exit 1
212 echo test tls1 with 1024bit RSA, 1024bit DHE, multiple handshakes
213 ../util/shlib_wrap.sh ./ssltest -v -bio_pair -tls1 -cert ../apps/server2.pem -dhe1024dsa -num 10 -f -time $extra || exit 1
217 echo test tls1 with PSK
218 $ssltest -tls1 -cipher PSK -psk abc123 $extra || exit 1
220 echo test tls1 with PSK via BIO pair
221 $ssltest -bio_pair -tls1 -cipher PSK -psk abc123 $extra || exit 1
226 echo test tls1 with custom extensions
227 $ssltest -bio_pair -tls1 -custom_ext || exit 1
232 echo test tls1 with serverinfo
233 $ssltest -bio_pair -tls1 -serverinfo_file $serverinfo || exit 1
234 $ssltest -bio_pair -tls1 -serverinfo_file $serverinfo -serverinfo_sct || exit 1
235 $ssltest -bio_pair -tls1 -serverinfo_file $serverinfo -serverinfo_tack || exit 1
236 $ssltest -bio_pair -tls1 -serverinfo_file $serverinfo -serverinfo_sct -serverinfo_tack || exit 1
237 $ssltest -bio_pair -tls1 -custom_ext -serverinfo_file $serverinfo -serverinfo_sct -serverinfo_tack || exit 1
254 $ssltest -bio_pair -tls1 -alpn_client foo -alpn_server bar || exit 1
255 $ssltest -bio_pair -tls1 -alpn_client foo -alpn_server foo -alpn_expected foo || exit 1
256 $ssltest -bio_pair -tls1 -alpn_client foo,bar -alpn_server foo -alpn_expected foo || exit 1
257 $ssltest -bio_pair -tls1 -alpn_client bar,foo -alpn_server foo -alpn_expected foo || exit 1
258 $ssltest -bio_pair -tls1 -alpn_client bar,foo -alpn_server foo,bar -alpn_expected foo || exit 1
259 $ssltest -bio_pair -tls1 -alpn_client bar,foo -alpn_server bar,foo -alpn_expected bar || exit 1
260 $ssltest -bio_pair -tls1 -alpn_client foo,bar -alpn_server bar,foo -alpn_expected bar || exit 1
261 $ssltest -bio_pair -tls1 -alpn_client baz -alpn_server bar,foo || exit 1
274 echo test tls1 with SRP
275 $ssltest -tls1 -cipher SRP -srpuser test -srppass abc123 || exit 1
277 echo test tls1 with SRP via BIO pair
278 $ssltest -bio_pair -tls1 -cipher SRP -srpuser test -srppass abc123 || exit 1
280 echo test tls1 with SRP auth
281 $ssltest -tls1 -cipher aSRP -srpuser test -srppass abc123 || exit 1
283 echo test tls1 with SRP auth via BIO pair
284 $ssltest -bio_pair -tls1 -cipher aSRP -srpuser test -srppass abc123 || exit 1