Home
last modified time | relevance | path

Searched refs:skipped (Results 1 – 22 of 22) sorted by relevance

/openssl/Configurations/
H A DINTERNALS.Configure23 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 Dunix-Makefile.tmpl1366 # circumstances be one of those that must be skipped.
/openssl/test/recipes/
H A D80-test_ca_internals.t122 my $skipped = 0;
142 $skipped = 1;
158 if ($skipped) {
/openssl/doc/man3/
H A DSSL_CTX_set_ctlog_list_file.pod30 entry will be skipped.
H A DCTLOG_STORE_new.pod59 If there are any invalid CT logs in a file, they are skipped and the remaining
H A DBIO_f_base64.pod35 skipped, as are lines longer than 1024 bytes.
H A DBN_generate_prime.pod143 If B<do_trial_division> set to B<0>, the trial division will be skipped.
H A DSSL_read_early_data.pod210 the data that is sent. The maximum amount of received early data that is skipped
H A DSSL_shutdown.pod294 This behaviour of flushing streams during the shutdown process can be skipped by
/openssl/
H A Dconfigdata.pm.in282 join(', ', @{$disabled_info{$what}->{skipped}}),
284 if $disabled_info{$what}->{skipped};
H A DREADME-FIPS.md129 // `install-status`. (Otherwise the self tests would be skipped).
H A DConfigure2048 push @{$disabled_info{$what}->{skipped}}, catdir(@curd);
H A DINSTALL.md1028 tests also use the command line applications, the tests will also be skipped.
H A DCHANGES.md1149 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 Dopenssl-crl.pod.in98 (e.g. B<-gendelta>) is skipped.
H A Dopenssl-storeutl.pod.in111 characters may be escaped by \ (backslash), no spaces are skipped.
H A Dopenssl-req.pod.in162 (e.g. B<-text>) is skipped.
/openssl/test/
H A DREADME-external.md114 algorithms to be skipped, e.g. as follows:
H A Devp_test.c4828 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 Dapps.c2159 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 Dbuild.info.pod334 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 Dquic-api.md580 peer. This behaviour may be skipped by setting the `SSL_SHUTDOWN_FLAG_IMMEDIATE`

Completed in 111 milliseconds