Searched refs:sslv3 (Results 1 - 2 of 2) sorted by relevance

/external/openssl/android.testssl/
H A Dtestssl49 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 vi
[all...]
/external/chromium_org/net/test/
H A Dopenssl_helper.cc57 bool snap_start_recovery = false, sslv3 = false, session_tickets = false; local
75 } else if (strcmp(argv[i], "sslv3") == 0) {
77 sslv3 = true;
118 if (sslv3) {

Completed in 83 milliseconds