Searched refs:activate (Results 1 – 25 of 36) sorted by relevance
12
/openssl/test/ |
H A D | pathed.cnf | 16 activate = false 19 activate = true 22 activate = false
|
H A D | default-and-legacy.cnf | 14 activate = 1 17 activate = 1
|
H A D | default.cnf | 14 activate = true 17 activate = false
|
H A D | nocache-and-default.cnf | 15 activate = true 18 activate = true
|
H A D | default-for-evptest.cnf | 15 activate = true 18 activate = false
|
H A D | legacy.cnf | 13 activate = 1
|
H A D | null.cnf | 13 activate = 1
|
H A D | default-and-jitter.cnf | 14 activate = 1
|
H A D | default-and-fips.cnf | 16 activate = yes
|
H A D | provider_internal_test.cnf.in | 15 activate = 1
|
H A D | fips-and-base.cnf | 22 activate = 1
|
/openssl/util/ |
H A D | mk-fipsmodule-cnf.pl | 29 my $activate = 1; 57 activate = $activate
|
/openssl/test/recipes/90-test_includes_data/conf-includes-prov/ |
H A D | inc-default.cnf | 5 activate = 1
|
H A D | inc-legacy.cnf | 5 activate = 1
|
/openssl/test/recipes/30-test_defltfips/ |
H A D | fipsmodule.cnf | 4 activate = 1
|
/openssl/ |
H A D | README-PROVIDERS.md | 89 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/test/recipes/90-test_includes_data/ |
H A D | includes-prov-dir.cnf | 14 activate = 1
|
/openssl/crypto/ |
H A D | provider_conf.c | 318 int activate = 0; in provider_conf_load() local 356 confvalue, &activate)) in provider_conf_load() 361 if (activate) { in provider_conf_load()
|
H A D | provider_child.c | 286 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 D | cryptography.sh | 41 . ./venv-cryptography/bin/activate
|
/openssl/doc/designs/ |
H A D | ossl-provider-load-ex.md | 42 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 D | provider.h | 45 int ossl_provider_up_ref_parent(OSSL_PROVIDER *prov, int activate);
|
/openssl/doc/man5/ |
H A D | config.pod | 245 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, or 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 D | fips_config.pod | 37 =item B<activate> 210 activate = 1
|
/openssl/doc/man3/ |
H A D | SSL_COMP_add_compression_method.pod | 58 its own compression methods and will unconditionally activate compression
|
Completed in 54 milliseconds
12