Home
last modified time | relevance | path

Searched refs:tests (Results 1 – 25 of 333) sorted by relevance

12345678910>>...14

/openssl-master/test/recipes/
A D20-test_dhparam.t22 plan tests => 17;
89 plan tests => 4;
93 plan tests => 4;
97 plan tests => 4;
101 plan tests => 4;
105 plan tests => 4;
109 plan tests => 4;
113 plan tests => 4;
123 plan tests => 5;
129 plan tests => 5;
[all …]
A D15-test_ecparam.t28 plan tests => 11;
63 plan tests => scalar(@valid);
68 plan tests => scalar(@valid);
73 plan tests => scalar(@valid);
78 plan tests => scalar(@noncanon);
83 plan tests => scalar(@noncanon);
88 plan tests => scalar(@noncanon);
93 plan tests => scalar(@invalid);
98 plan tests => scalar(@invalid);
103 plan tests => scalar(@invalid);
[all …]
A D80-test_ocsp.t52 plan tests => 11;
55 plan tests => 7;
74 plan tests => 6;
91 plan tests => 6;
108 plan tests => 6;
125 plan tests => 6;
142 plan tests => 3;
153 plan tests => 3;
164 plan tests => 6;
181 plan tests => 6;
[all …]
A D91-test_pkey_check.t39 my @tests = ();
41 push(@tests, (
47 push(@tests, (
55 unless @tests;
57 plan tests => scalar(@tests);
59 foreach my $t (@tests) {
A D30-test_evp_fetch_prov.t29 tests => [ { providers => [] },
47 tests => [
71 tests => [
96 $testcount += scalar @{$_->{tests}};
99 plan tests => 1 + $testcount * scalar(@types);
107 foreach my $test (@{$testcase->{tests}}) {
A D20-test_dgst.t20 plan tests => 9;
31 plan tests => 4;
107 plan tests => 2;
121 plan tests => 2;
135 plan tests => 2;
150 plan tests => 2;
A D25-test_req.t18 plan tests => 91;
53 plan tests => 3;
81 plan tests => 8;
137 plan tests => 12;
218 plan tests => 2;
238 plan tests => 2;
258 plan tests => 2;
278 plan tests => 2;
298 plan tests => 2;
311 plan tests => 4;
A D80-test_cmp_http.t150 my $tests = shift;
152 my $n = scalar @$tests;
153 plan tests => $n;
155 foreach (@$tests) {
173 plan tests => @server_configurations * @all_aspects
194 my $tests = load_tests($server_name, $aspect);
195 test_cmp_http_aspect($server_name, $aspect, $tests);
A D80-test_ssl_old.t80 plan tests =>
123 plan tests => 17;
186 plan tests => 5;
230 plan tests => 5;
353 plan tests => 13;
474 plan tests => $testcount;
523 plan tests => 6;
576 plan tests => 1;
590 plan tests => 5;
/openssl-master/test/
A DREADME.md30 Verbosity on failed (sub-)tests only
35 Verbosity on failed (sub-)tests, in addition progress on succeeded (sub-)tests
52 You can find the list of available tests like this:
75 tests (as listed when you do 'make list-tests' or similar).
85 set of tests.
89 tests is first assigned the whole set of available tests,
99 Run all tests except for the fuzz tests:
116 Run all tests except the slow group (group 99):
120 Run all tests in test groups 80 to 99 except for tests in group 90:
124 To run specific fuzz tests you can use for instance:
[all …]
A DREADME-external.md11 This python test suite runs cryptographic tests with a local OpenSSL build as
20 $ ./config shared enable-external-tests
31 Some tests target older (<=1.0.2) versions so will not run. Other tests target
32 other crypto implementations so are not relevant. Currently no tests fail.
38 tests against the local OpenSSL build.
51 OpenSSL must be built with external tests enabled:
53 $ ./config enable-external-tests
66 tests are expected to fail.
72 tests against the local OpenSSL build.
78 Then configure/build OpenSSL enabling external tests:
[all …]
A Drun_tests.pl79 my %tests = ();
103 %tests = map { $_ => 1 } @alltests;
111 %tests = map { $_ => 1 } @alltests;
121 delete $tests{$test};
123 $tests{$test} = 1;
137 delete $tests{$test};
315 sort { reorder($a) cmp reorder($b) } keys %tests);
A Dmdc2_internal_test.c37 static TESTDATA tests[] = { variable
57 const TESTDATA testdata = tests[idx]; in test_mdc2()
75 ADD_ALL_TESTS(test_mdc2, OSSL_NELEM(tests)); in setup_tests()
A Dgenerate_ssl_tests.pl51 my $num = scalar @ssltests::tests;
54 foreach my $test (@ssltests::tests) {
116 foreach my $test (@ssltests::tests) {
124 foreach my $test (@ssltests::tests) {
A Dbad_dtls_test.c450 } tests[] = { variable
564 for (i = 0; i < (int)OSSL_NELEM(tests); i++) { in test_bad_dtls()
567 if (!TEST_true(send_record(rbio, SSL3_RT_APPLICATION_DATA, tests[i].seq, in test_bad_dtls()
568 &tests[i].seq, sizeof(uint64_t)))) { in test_bad_dtls()
570 (unsigned int)(tests[i].seq >> 32), (unsigned int)tests[i].seq, i); in test_bad_dtls()
574 if (tests[i].drop) in test_bad_dtls()
580 (unsigned int)(tests[i].seq >> 32), (unsigned int)tests[i].seq, i); in test_bad_dtls()
583 if (!TEST_true(recv_buf[0] == tests[i].seq)) in test_bad_dtls()
588 if (!TEST_false(tests[i-1].drop)) in test_bad_dtls()
A Dtime_offset_test.c34 static TESTDATA tests[] = { variable
70 const TESTDATA *testdata = &tests[idx]; in test_offset()
111 ADD_ALL_TESTS(test_offset, OSSL_NELEM(tests)); in setup_tests()
A DREADME.ssltest.md1 SSL tests
4 SSL testcases are configured in the `ssl-tests` directory.
14 `test/ssl-tests/*.cnf` files.
16 For more details, see `ssl-tests/01-simple.cnf.in` for an example.
54 tests - see `SSL_CTX_set_max_send_fragment` for documentation). Applies to
224 ssl-tests/my.cnf.in default > ssl-tests/my.cnf
229 For example, to generate the test cases in `ssl-tests/01-simple.cnf.in`, do
232 ssl-tests/01-simple.cnf.in default > ssl-tests/01-simple.cnf
248 Running the tests with the test harness
264 test/ssl-tests/01-simple.cnf default
[all …]
A Dpoly1305_internal_test.c36 static TESTDATA tests[] = { variable
1509 const TESTDATA test = tests[idx]; in test_poly1305()
1573 ADD_ALL_TESTS(test_poly1305, OSSL_NELEM(tests)); in setup_tests()
/openssl-master/test/ssl-tests/
A D04-client_auth.cnf.in28 our @tests = ();
58 push @tests, {
76 $tests[-1]{"test"}{"UseSCTP"} = "Yes" if $sctp;
79 push @tests, {
98 $tests[-1]{"test"}{"UseSCTP"} = "Yes" if $sctp;
101 push @tests, {
126 $tests[-1]{"test"}{"UseSCTP"} = "Yes" if $sctp;
129 push @tests, {
156 $tests[-1]{"test"}{"UseSCTP"} = "Yes" if $sctp;
159 push @tests, {
[all …]
A Dprotocol_version.pm144 my @tests = ();
157 push @tests, {
175 $tests[-1]{"test"}{"UseSCTP"} = "Yes" if $sctp;
181 return @tests
188 push @tests, {
202 push @tests, {
218 return @tests;
A D14-curves.cnf.in30 our @tests = ();
35 push @tests, {
56 push @tests, {
77 push @tests, {
A D16-dtls-certstatus.cnf.in20 our @tests = ();
95 push @tests, @tests_standard;
96 push @tests, @tests_sctp unless disabled("sctp") || disabled("sock");
/openssl-master/external/perl/Text-Template-1.56/t/
A Ddelimiters.t8 use Test::More tests => 19;
51 my @tests = (
72 while (my ($test, $result) = splice @tests, 0, 2) {
/openssl-master/doc/man7/
A DOSSL_PROVIDER-FIPS.pod178 about the self tests as they run.
182 Note that all self tests run even if a self test failure occurs.
199 file after successfully running the self tests during installation.
246 self tests are not run on subsequent startups.
251 self tests. All other self tests may have multiple instances.
282 Symmetric cipher tests used with the "KAT_Cipher" type.
290 Digest tests used with the "KAT_Digest" type.
298 Signature tests used with the "KAT_Signature" type.
304 Key agreement tests used with the "KAT_KA" type.
326 Key Derivation Function tests used with the "KAT_KDF" type.
[all …]
/openssl-master/test/recipes/30-test_evp_data/
A Devpkdf_x942.txt14 Title = X9.42 KDF tests (RFC3565 2.3.2 Examples)
29 Title = X9.42 KDF tests (generated tests to test different options)
78 Title = X9.42 KDF tests (ACVP test vectors)
88 # Negative tests

Completed in 26 milliseconds

12345678910>>...14