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

Lines Matching refs:SSLv3

49 echo test sslv3
52 echo test sslv3 with server authentication
55 echo test sslv3 with client authentication
58 echo test sslv3 with both client and server authentication
61 echo test sslv2/sslv3
64 echo test sslv2/sslv3 with server authentication
67 echo test sslv2/sslv3 with client authentication
70 echo test sslv2/sslv3 with both client and server authentication
73 echo test sslv2/sslv3 with both client and server authentication and handshake cutthrough
90 echo test sslv3 via BIO pair
93 echo test sslv3 with server authentication via BIO pair
96 echo test sslv3 with client authentication via BIO pair
99 echo test sslv3 with both client and server authentication via BIO pair
102 echo test sslv2/sslv3 via BIO pair
106 echo 'test sslv2/sslv3 w/o (EC)DHE via BIO pair'
110 echo test sslv2/sslv3 with 1024bit DHE via BIO pair
113 echo test sslv2/sslv3 with server authentication
116 echo test sslv2/sslv3 with client authentication via BIO pair
119 echo test sslv2/sslv3 with both client and server authentication via BIO pair
122 echo test sslv2/sslv3 with both client and server authentication via BIO pair and app verify
126 for protocol in TLSv1.2 SSLv3; do
131 if [ $protocol = "SSLv3" ] ; then