HomeSort by relevance Sort by last modified time
    Searched refs:sslv3 (Results 1 - 2 of 2) sorted by null

  /external/openssl/android.testssl/
testssl 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 small client buffers
76 echo test sslv2/sslv3 with both client and server authentication and small server buffer
    [all...]
  /external/chromium/net/test/
openssl_helper.cc 57 bool snap_start_recovery = false, sslv3 = false, session_tickets = false; local
75 } else if (strcmp(argv[i], "sslv3") == 0) {
76 // Use SSLv3
77 sslv3 = true;
118 if (sslv3) {

Completed in 50 milliseconds