Home
last modified time | relevance | path

Searched refs:activate (Results 1 – 25 of 35) sorted by relevance

12

/openssl/test/
H A Dpathed.cnf16 activate = false
19 activate = true
22 activate = false
H A Ddefault-and-legacy.cnf14 activate = 1
17 activate = 1
H A Ddefault.cnf14 activate = true
17 activate = false
H A Ddefault-for-evptest.cnf15 activate = true
18 activate = false
H A Dlegacy.cnf13 activate = 1
H A Dnull.cnf13 activate = 1
H A Ddefault-and-jitter.cnf14 activate = 1
H A Ddefault-and-fips.cnf16 activate = yes
H A Dprovider_internal_test.cnf.in15 activate = 1
H A Dfips-and-base.cnf22 activate = 1
/openssl/util/
H A Dmk-fipsmodule-cnf.pl29 my $activate = 1;
57 activate = $activate
/openssl/test/recipes/90-test_includes_data/conf-includes-prov/
H A Dinc-default.cnf5 activate = 1
H A Dinc-legacy.cnf5 activate = 1
/openssl/test/recipes/30-test_defltfips/
H A Dfipsmodule.cnf4 activate = 1
/openssl/test/recipes/90-test_includes_data/
H A Dincludes-prov-dir.cnf14 activate = 1
/openssl/
H A DREADME-PROVIDERS.md89 providers via the config file, and how to automatically activate them.
93 The following is a minimal config file example to load and activate both
106 activate = 1
109 activate = 1
/openssl/crypto/
H A Dprovider_conf.c318 int activate = 0; in provider_conf_load() local
356 confvalue, &activate)) in provider_conf_load()
361 if (activate) { in provider_conf_load()
H A Dprovider_child.c286 int ossl_provider_up_ref_parent(OSSL_PROVIDER *prov, int activate) in ossl_provider_up_ref_parent() argument
299 return gbl->c_prov_up_ref(parent_handle, activate); in ossl_provider_up_ref_parent()
/openssl/test/recipes/95-test_external_pyca_data/
H A Dcryptography.sh41 . ./venv-cryptography/bin/activate
/openssl/doc/designs/
H A Dossl-provider-load-ex.md42 1. Configure a provider in the config file, activate on demand
43 2. Load/activate a provider run-time with parameters
/openssl/include/internal/
H A Dprovider.h47 int ossl_provider_up_ref_parent(OSSL_PROVIDER *prov, int activate);
/openssl/doc/man5/
H A Dconfig.pod245 to load the module, activate it, and set other parameters.
266 =item B<activate>
271 or uppercase. Setting activate to any other setting, or omitting a setting
276 If enabled, informs the library to clear the error stack on failure to activate
278 activate this setting, while a value of 0, no, false, of off (again in lower or
293 you most probably need to explicitly activate the default provider,
370 activate it, and set other parameters.
H A Dfips_config.pod37 =item B<activate>
206 activate = 1
/openssl/doc/man3/
H A DSSL_COMP_add_compression_method.pod58 its own compression methods and will unconditionally activate compression
/openssl/doc/man7/
H A Dfips_module.pod93 activate = 1
173 in this case we do not automatically activate the FIPS provider via that config
179 C<activate = 1> (note that setting this value to 0 is I<not> sufficient).
302 activate = 1
334 * this config file will automatically activate the FIPS and base

Completed in 39 milliseconds

12