/openssl/test/recipes/95-test_external_tlsfuzzer_data/ |
H A D | cert.json.in | 3 "-key", "tests/serverX509Key.pem", 4 "-cert", "tests/serverX509Cert.pem", 11 "tests" : [ array 13 "arguments" : ["-k", "tests/clientX509Key.pem", 14 "-c", "tests/clientX509Cert.pem", 18 "arguments" : ["-k", "tests/serverECKey.pem", 25 "-key", "tests/serverX509Key.pem", 26 "-cert", "tests/serverX509Cert.pem", 33 "tests" : [ array 41 "-key", "tests/serverX509Key.pem", [all …]
|
/openssl/test/recipes/ |
H A D | 20-test_dhparam.t | 24 plan tests => 23; 101 plan tests => 4; 105 plan tests => 4; 109 plan tests => 4; 113 plan tests => 4; 117 plan tests => 4; 121 plan tests => 4; 125 plan tests => 4; 135 plan tests => 6; 141 plan tests => 6; [all …]
|
H A D | 80-test_ocsp.t | 55 plan tests => 12; 58 plan tests => 7; 77 plan tests => 6; 94 plan tests => 6; 111 plan tests => 6; 128 plan tests => 6; 145 plan tests => 3; 156 plan tests => 6; 173 plan tests => 6; 190 plan tests => 6; [all …]
|
H A D | 15-test_ecparam.t | 33 plan tests => 13; 83 plan tests => scalar(@valid); 88 plan tests => scalar(@valid); 93 plan tests => scalar(@valid); 98 plan tests => scalar(@noncanon); 103 plan tests => scalar(@noncanon); 108 plan tests => scalar(@noncanon); 113 plan tests => scalar(@invalid); 118 plan tests => scalar(@invalid); 123 plan tests => scalar(@invalid); [all …]
|
H A D | 20-test_dgst.t | 20 plan tests => 14; 31 plan tests => 4; 63 plan tests => 5; 154 plan tests => 1; 169 plan tests => 2; 183 plan tests => 2; 197 plan tests => 2; 212 plan tests => 2; 226 plan tests => 2; 238 plan tests => 1; [all …]
|
H A D | 30-test_evp_fetch_prov.t | 29 tests => [ { providers => [] }, 47 tests => [ 71 tests => [ 96 $testcount += scalar @{$_->{tests}}; 99 plan tests => 1 + $testcount * scalar(@types); 107 foreach my $test (@{$testcase->{tests}}) {
|
H A D | 15-test_pkey.t | 19 plan tests => 5; 27 plan tests => 4; 49 plan tests => 4; 70 plan tests => 6; 96 plan tests => 4; 116 plan tests => 3;
|
H A D | 25-test_req.t | 18 plan tests => 111; 67 plan tests => 3; 95 plan tests => 8; 151 plan tests => 12; 232 plan tests => 2; 252 plan tests => 2; 272 plan tests => 2; 292 plan tests => 2; 312 plan tests => 2; 325 plan tests => 4; [all …]
|
H A D | 80-test_cmp_http.t | 168 my $tests = shift; 170 my $n = scalar @$tests; 171 plan tests => $n; 173 foreach (@$tests) { 190 plan tests => 1 + @server_configurations * @all_aspects 214 my $tests = load_tests($server_name, $aspect); 215 test_cmp_http_aspect($server_name, $aspect, $tests);
|
/openssl/test/ |
H A D | README.md | 30 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 …]
|
H A D | README-external.md | 20 $ ./config enable-external-tests 31 Some tests target older (<=1.0.2) versions so will not run. Other tests target 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. 80 $ ./config enable-external-tests 103 $ ./config enable-external-tests 132 $ ./config enable-external-tests [all …]
|
H A D | mdc2_internal_test.c | 37 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()
|
H A D | run_tests.pl | 84 my %tests = (); 108 %tests = map { $_ => 1 } @alltests; 116 %tests = map { $_ => 1 } @alltests; 126 delete $tests{$test}; 128 $tests{$test} = 1; 142 delete $tests{$test}; 343 sort { reorder($a) cmp reorder($b) } keys %tests);
|
H A D | generate_ssl_tests.pl | 51 my $num = scalar @ssltests::tests; 54 foreach my $test (@ssltests::tests) { 116 foreach my $test (@ssltests::tests) { 124 foreach my $test (@ssltests::tests) {
|
H A D | bad_dtls_test.c | 454 } tests[] = { variable 568 for (i = 0; i < (int)OSSL_NELEM(tests); i++) { in test_bad_dtls() 571 if (!TEST_true(send_record(rbio, SSL3_RT_APPLICATION_DATA, tests[i].seq, in test_bad_dtls() 572 &tests[i].seq, sizeof(uint64_t)))) { in test_bad_dtls() 574 (unsigned int)(tests[i].seq >> 32), (unsigned int)tests[i].seq, i); in test_bad_dtls() 578 if (tests[i].drop) in test_bad_dtls() 584 (unsigned int)(tests[i].seq >> 32), (unsigned int)tests[i].seq, i); in test_bad_dtls() 587 if (!TEST_true(recv_buf[0] == tests[i].seq)) in test_bad_dtls() 592 if (!TEST_false(tests[i-1].drop)) in test_bad_dtls()
|
H A D | quic_srt_gen_test.c | 33 static const struct test_case tests[] = { variable 52 const struct test_case *t = &tests[idx]; in test_srt_gen() 81 ADD_ALL_TESTS(test_srt_gen, OSSL_NELEM(tests)); in setup_tests()
|
H A D | README.ssltest.md | 1 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 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 269 util/wrap.pl test/ssl_test test/ssl-tests/01-simple.cnf default [all …]
|
H A D | time_offset_test.c | 34 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()
|
H A D | pkey_meth_kdf_test.c | 224 int tests = 1; in setup_tests() local 227 tests = 2; in setup_tests() 229 ADD_ALL_TESTS(test_kdf_tls1_prf, tests); in setup_tests() 230 ADD_ALL_TESTS(test_kdf_hkdf, tests); in setup_tests()
|
/openssl/.github/workflows/ |
H A D | cross-compiles.yml | 29 # tests: omit this to run all the tests using QEMU, set it to "none" 32 # tests. 48 tests: none, 127 tests: none 132 tests: none 137 tests: none 142 tests: none 150 tests: none 203 - name: make all tests 209 - name: make some tests [all …]
|
H A D | interop-tests.yml | 6 name: Interoperability tests with GnuTLS and NSS 33 - name: install interop tests 36 … git clone --branch=openssl-v0.1 --depth=1 https://gitlab.com/redhat-crypto/tests/interop.git 50 - name: Run interop tests 53 …tmt run -av plans -n interop tests -f "tag: interop-openssl & tag: interop-$COMPONENT" provision -…
|
/openssl/test/ssl-tests/ |
H A D | 04-client_auth.cnf.in | 28 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, { 129 push @tests, { 159 push @tests, { 187 push @tests, { 218 push @tests, { [all …]
|
H A D | protocol_version.pm | 144 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;
|
H A D | 14-curves.cnf.in | 42 our @tests = (); 60 push @tests, { 81 push @tests, { 102 push @tests, { 126 push @tests, { 145 push @tests, { 164 push @tests, {
|
/openssl/external/perl/Text-Template-1.56/t/ |
H A D | delimiters.t | 8 use Test::More tests => 19; 51 my @tests = ( 72 while (my ($test, $result) = splice @tests, 0, 2) {
|