Searched refs:fallback (Results 1 – 25 of 32) sorted by relevance
12
/openssl-master/crypto/cmp/ |
A D | cmp_util.c | 119 static const char *improve_location_name(const char *func, const char *fallback) in improve_location_name() argument 121 if (fallback == NULL) in improve_location_name() 125 ? fallback : func; in improve_location_name()
|
/openssl-master/util/ |
A D | dofile.pl | 19 use OpenSSL::fallback "$FindBin::Bin/../external/perl/MODULES.txt";
|
/openssl-master/util/perl/OpenSSL/ |
A D | fallback.pm | 14 package OpenSSL::fallback;
|
/openssl-master/doc/man3/ |
A D | X509_digest.pod | 46 Otherwise, a fallback hash algorithm is determined as follows: 53 the I<*md_is_fallback> is set to 1 if the hash algorithm used is a fallback,
|
A D | OSSL_PROVIDER.pod | 92 it does not disable the fallback providers if the provider cannot be 95 fallback providers are disabled. 108 fallback. 109 See L<OSSL_PROVIDER-default(7)> for more information on this fallback
|
A D | X509V3_set_ctx.pod | 37 or not) to provide fallback data for the authority key identifier extension.
|
A D | OSSL_CMP_log_open.pod | 97 If it is NULL, empty, or "(unknown function)" then "CMP" is used as fallback.
|
A D | OSSL_CMP_CTX_new.pod | 450 It serves as fallback reference certificate, see OSSL_CMP_CTX_set1_oldCert(). 453 and any value set via OSSL_CMP_CTX_set1_subjectName() are used as fallback. 495 the I<ref> value is taken as the fallback value for the senderKID. 534 The I<subjectName> is also used as fallback for the sender field 581 and if this fails it takes the received extraCerts as fallback.
|
A D | SSL_CTX_set_mode.pod | 99 Only use this in explicit fallback retries, following the guidance
|
A D | OSSL_DECODER_CTX.pod | 162 OSSL_DECODER_export() is a fallback function for constructors that cannot
|
A D | OSSL_trace_enabled.pod | 59 The fallback type B<OSSL_TRACE_CATEGORY_ALL> should I<not> be used
|
A D | OSSL_trace_set_channel.pod | 184 There is also B<OSSL_TRACE_CATEGORY_ALL>, which works as a fallback
|
/openssl-master/doc/man7/ |
A D | OSSL_PROVIDER-null.pod | 11 It can used to guarantee that the default library context and a fallback
|
A D | OSSL_PROVIDER-default.pod | 12 provider that will be used as fallback: It is loaded automatically the
|
A D | crypto.pod | 149 will be loaded as a fallback (see L<OSSL_PROVIDER-default(7)>). 203 If anything in this step fails, the next step is used as a fallback. 207 As a fallback, try to fetch the operation type implementation from the same
|
/openssl-master/test/ |
A D | generate_ssl_tests.pl | 23 use OpenSSL::fallback "$FindBin::Bin/../external/perl/MODULES.txt";
|
/openssl-master/ |
A D | configdata.pm.in | 84 use OpenSSL::fallback '{- sourcefile('external', 'perl', 'MODULES.txt') -}';
|
A D | NOTES-PERL.md | 75 in the source. It will work as a fallback if the module isn't already
|
A D | Configure | 20 use OpenSSL::fallback "$FindBin::Bin/external/perl/MODULES.txt";
|
/openssl-master/doc/man1/ |
A D | openssl-cmp.pod.in | 179 section (as far as present) can provide per-option fallback values. 276 the subject DN is used as fallback sender of outgoing CMP messages. 295 the issuer DN is used as fallback recipient of outgoing CMP messages. 637 Reference number/string/value to use as fallback senderKID; this is required 657 while the subject of B<-oldcert> or B<-subjectName> may provide fallback values. 658 The issuer of this certificate is used as one of the recipient fallback values 659 and as fallback issuer entry in the certificate template of IR/CR/KUR.
|
A D | openssl-ca.pod.in | 552 A fallback to the B<-extensions> option. 556 A fallback to the B<-crlexts> option.
|
/openssl-master/crypto/evp/ |
A D | pmeth_lib.c | 937 int fallback, const char *param, int op, in evp_pkey_ctx_set_md() argument 949 if (fallback) in evp_pkey_ctx_set_md() 983 static int evp_pkey_ctx_set1_octet_string(EVP_PKEY_CTX *ctx, int fallback, in evp_pkey_ctx_set1_octet_string() argument 997 if (fallback) in evp_pkey_ctx_set1_octet_string()
|
/openssl-master/doc/internal/man3/ |
A D | ossl_provider_new.pod | 229 of fallback providers, unless I<retain_fallbacks> is true. If a provider of the 248 available fallback providers before iterating over them.
|
/openssl-master/crypto/engine/ |
A D | README.md | 82 for a fallback ENGINE that encapsulates default implementations - we can simply
|
/openssl-master/doc/man5/ |
A D | x509v3_config.pod | 204 The hash of the public key related to the signing key is taken as fallback
|
Completed in 29 milliseconds
12