Searched refs:skipped (Results 1 – 22 of 22) sorted by relevance
/openssl/Configurations/ |
H A D | INTERNALS.Configure | 23 should just be skipped over. The possible states of the stack top are 33 Ground rule is that non-condition lines are skipped over if the 48 | ... whatever ... | | this line is skipped over | 50 | ... whatever ... | | this line is skipped over | 54 | ... whatever ... | | this line is skipped over | 56 | ... whatever ... | | this line is skipped over | 58 | ... whatever ... | | this line is skipped over | 60 | ... whatever ... | | this line is skipped over | 62 | ... whatever ... | | this line is skipped over | 68 | ... whatever ... | | this line is skipped over | [all …]
|
H A D | unix-Makefile.tmpl | 1366 # circumstances be one of those that must be skipped.
|
/openssl/test/recipes/ |
H A D | 80-test_ca_internals.t | 122 my $skipped = 0; 142 $skipped = 1; 158 if ($skipped) {
|
/openssl/doc/man3/ |
H A D | SSL_CTX_set_ctlog_list_file.pod | 30 entry will be skipped.
|
H A D | CTLOG_STORE_new.pod | 59 If there are any invalid CT logs in a file, they are skipped and the remaining
|
H A D | BIO_f_base64.pod | 35 skipped, as are lines longer than 1024 bytes.
|
H A D | BN_generate_prime.pod | 143 If B<do_trial_division> set to B<0>, the trial division will be skipped.
|
H A D | SSL_read_early_data.pod | 210 the data that is sent. The maximum amount of received early data that is skipped
|
H A D | SSL_shutdown.pod | 294 This behaviour of flushing streams during the shutdown process can be skipped by
|
/openssl/ |
H A D | configdata.pm.in | 282 join(', ', @{$disabled_info{$what}->{skipped}}), 284 if $disabled_info{$what}->{skipped};
|
H A D | README-FIPS.md | 129 // `install-status`. (Otherwise the self tests would be skipped).
|
H A D | Configure | 2048 push @{$disabled_info{$what}->{skipped}}, catdir(@curd);
|
H A D | INSTALL.md | 1028 tests also use the command line applications, the tests will also be skipped.
|
H A D | CHANGES.md | 1149 intensive checks are skipped. 1272 silently ignored by OpenSSL and other certificate policy checks are skipped 14969 skipped when using openssl x509 multiple times on a single input file, 17978 from an application-provided seed, trial division is skipped). 19913 * Make sure the RSA OAEP test is skipped under -DRSAref because
|
/openssl/doc/man1/ |
H A D | openssl-crl.pod.in | 98 (e.g. B<-gendelta>) is skipped.
|
H A D | openssl-storeutl.pod.in | 111 characters may be escaped by \ (backslash), no spaces are skipped.
|
H A D | openssl-req.pod.in | 162 (e.g. B<-text>) is skipped.
|
/openssl/test/ |
H A D | README-external.md | 114 algorithms to be skipped, e.g. as follows:
|
H A D | evp_test.c | 4828 int i, j, skipped = 0; in parse() local 4925 skipped++; in parse() 4941 skipped++; in parse() 4960 if ((t->s.numpairs - skipped) != 1) in parse() 4977 for (pp++, i = 1; i < (t->s.numpairs - skipped); pp++, i++) { in parse()
|
/openssl/apps/lib/ |
H A D | apps.c | 2159 size_t skipped = 0; in next_protos_parse() local 2179 ++skipped; in next_protos_parse() 2186 out[start - skipped] = (unsigned char)(i - start); in next_protos_parse() 2189 out[i + 1 - skipped] = in[i]; in next_protos_parse() 2193 if (len <= skipped) { in next_protos_parse() 2198 *outlen = len + 1 - skipped; in next_protos_parse()
|
/openssl/doc/internal/man7/ |
H A D | build.info.pod | 334 applies, and the rest until the corresponding B<ENDIF> is skipped 338 from this B<IF> is skipped over until the next corresponding B<ELSIF> 343 If F<build.info> statements have been skipped over to this point since
|
/openssl/doc/designs/quic-design/ |
H A D | quic-api.md | 580 peer. This behaviour may be skipped by setting the `SSL_SHUTDOWN_FLAG_IMMEDIATE`
|
Completed in 115 milliseconds