HomeSort by: relevance | last modified time | path
    Searched refs:available_protocols (Results 1 - 25 of 66) sorted by relevancy

1 2 3

  /src/crypto/external/apache2/openssl/dist/test/recipes/
80-test_cipherbytes.t 16 use OpenSSL::Test::Utils qw(alldisabled available_protocols);
20 my $no_anytls = alldisabled(available_protocols("tls"));
80-test_ciphername.t 17 use OpenSSL::Test::Utils qw(alldisabled available_protocols);
21 my $no_anytls = alldisabled(available_protocols("tls"));
70-test_servername.t 15 use OpenSSL::Test::Utils qw(alldisabled available_protocols);
20 if alldisabled(grep { $_ ne "ssl3" } available_protocols("tls"));
80-test_cipherlist.t 16 use OpenSSL::Test::Utils qw(alldisabled available_protocols);
25 my $no_anytls = alldisabled(available_protocols("tls"));
80-test_dtls.t 15 if alldisabled(available_protocols("dtls"));
80-test_sslcorrupt.t 15 if alldisabled(available_protocols("tls"));
90-test_sslbuffers.t 16 if alldisabled(available_protocols("tls"));
70-test_asyncio.t 16 if alldisabled(grep { $_ ne "ssl3" } available_protocols("tls"));
70-test_clienthello.t 16 if alldisabled(grep { $_ ne "ssl3" } available_protocols("tls"));
70-test_recordlen.t 16 if alldisabled(grep { $_ ne "ssl3" } available_protocols("tls"));
90-test_fatalerr.t 16 if alldisabled(grep { $_ ne "ssl3" } available_protocols("tls"));
  /src/crypto/external/bsd/openssl/dist/test/recipes/
80-test_cipherbytes.t 16 use OpenSSL::Test::Utils qw(alldisabled available_protocols);
20 my $no_anytls = alldisabled(available_protocols("tls"));
80-test_ciphername.t 17 use OpenSSL::Test::Utils qw(alldisabled available_protocols);
21 my $no_anytls = alldisabled(available_protocols("tls"));
70-test_servername.t 15 use OpenSSL::Test::Utils qw(alldisabled available_protocols);
20 if alldisabled(grep { $_ ne "ssl3" } available_protocols("tls"));
80-test_cipherlist.t 16 use OpenSSL::Test::Utils qw(alldisabled available_protocols);
25 my $no_anytls = alldisabled(available_protocols("tls"));
80-test_dtls.t 15 if alldisabled(available_protocols("dtls"));
80-test_sslcorrupt.t 15 if alldisabled(available_protocols("tls"));
90-test_sslbuffers.t 16 if alldisabled(available_protocols("tls"));
  /src/crypto/external/bsd/openssl.old/dist/test/recipes/
80-test_cipherbytes.t 16 use OpenSSL::Test::Utils qw(alldisabled available_protocols);
20 my $no_anytls = alldisabled(available_protocols("tls"));
80-test_ciphername.t 17 use OpenSSL::Test::Utils qw(alldisabled available_protocols);
21 my $no_anytls = alldisabled(available_protocols("tls"));
70-test_servername.t 15 use OpenSSL::Test::Utils qw(alldisabled available_protocols);
20 if alldisabled(grep { $_ ne "ssl3" } available_protocols("tls"));
80-test_cipherlist.t 16 use OpenSSL::Test::Utils qw(alldisabled available_protocols);
25 my $no_anytls = alldisabled(available_protocols("tls"));
80-test_dtls.t 15 if alldisabled(available_protocols("dtls"));
80-test_sslcorrupt.t 15 if alldisabled(available_protocols("tls"));
90-test_sslbuffers.t 16 if alldisabled(available_protocols("tls"));

Completed in 31 milliseconds

1 2 3