/openssl/ |
H A D | README-PROVIDERS.md | 35 providers, then you must load it explicitly. 48 may find that some algorithms are no longer available unless they load the 70 serialize and deserialize keys to files. If you do not load the default 71 provider then you should always load this one instead (in particular, if 93 The following is a minimal config file example to load and activate both 111 It is also possible to load providers programmatically. For example you can 112 load the legacy provider into the default library context as shown below. 115 often also want to explicitly load the default provider, as is done here: 130 printf("Failed to load Legacy provider\n"); 135 printf("Failed to load Default provider\n");
|
/openssl/doc/man3/ |
H A D | OPENSSL_LH_stats.pod | 40 hash table. It prints the 'load' and the 'actual load'. The load is 42 'actual load' is the average number of items per 'bucket', but only 43 for buckets which contain entries. So the 'actual load' is the 45 table, while the 'load' is the average number that will be done to
|
H A D | OPENSSL_init_crypto.pod | 68 library will automatically load the libcrypto error strings. 75 With this option the library will automatically load and make available all 82 With this option the library will automatically load and make available all 124 With this option the library will automatically load and initialise the 130 With this option the library will automatically load and initialise the 136 With this option the library will automatically load and initialise the 142 With this option the library will automatically load and initialise the 148 With this option the library will automatically load and initialise the 154 With this option the library will automatically load and initialise the 160 With this option the library will automatically load and initialise the [all …]
|
H A D | OPENSSL_config.pod | 45 advisable. For example, to load dynamic ENGINEs from shared libraries (DSOs). 47 very few can load and use dynamic ENGINEs. Equally in future more sophisticated
|
H A D | X509_get_default_cert_file.pod | 23 the default path when it is asked to load trusted CA certificates 30 asked to load trusted CA certificates from a directory and no other path is
|
H A D | X509_LOOKUP_hash_dir.pod | 42 B<FILETYPE_DEFAULT>. They load certificates and/or CRLs from specified 47 B<X509_load_crl_file> can load both PEM and DER formats depending of 54 to load default certificate store file (see
|
H A D | ERR_load_crypto_strings.pod | 6 load and free error strings
|
H A D | ERR_load_strings.pod | 5 ERR_load_strings, ERR_PACK, ERR_get_next_error_library - load
|
H A D | SSL_CTX_set_ctlog_list_file.pod | 6 load a Certificate Transparency log list from a file
|
H A D | OPENSSL_load_builtin_modules.pod | 34 Applications should call OPENSSL_load_builtin_modules() to load all
|
H A D | EVP_desx_cbc.pod | 27 To use it is necessary to load either the OpenSSL legacy provider or another
|
/openssl/crypto/store/ |
H A D | store_register.c | 110 loader->load = load_function; in OSSL_STORE_LOADER_set_load() 185 if (loader->open == NULL || loader->load == NULL || loader->eof == NULL in ossl_store_register_loader_int() 220 template.load = NULL; in ossl_store_get0_loader_int() 252 template.load = NULL; in ossl_store_unregister_loader_int()
|
H A D | store_local.h | 92 OSSL_STORE_load_fn load; member
|
/openssl/crypto/evp/ |
H A D | keymgmt_meth.c | 131 if (keymgmt->load == NULL) in keymgmt_from_algorithm() 132 keymgmt->load = OSSL_FUNC_keymgmt_load(fns); in keymgmt_from_algorithm() 238 && keymgmt->load == NULL) in keymgmt_from_algorithm() 457 return keymgmt != NULL && keymgmt->load != NULL; in evp_keymgmt_has_load() 464 return keymgmt->load(objref, objref_sz); in evp_keymgmt_load()
|
/openssl/test/recipes/90-test_includes_data/ |
H A D | includes-prov-dir.cnf | 2 # Example configuration file using includes to load providers.
|
/openssl/crypto/err/ |
H A D | README.md | 41 The generated C error code file `xxx_err.c` will load the header 43 header file must load any additional header files containing any
|
/openssl/doc/man7/ |
H A D | fips_module.pod | 129 If applications take explicit steps to not load the default config file or 180 This means all the required config information will be available to load the 193 printf("Failed to load FIPS provider\n"); 199 printf("Failed to load base provider\n"); 224 decoding keys. If you decide not to load the default provider then you 225 will usually want to load the base provider instead. 335 * providers so we don't need to explicitly load them here. 349 * We don't need to do anything special to load the default 382 Note that we have made use of the special "null" provider here which we load 390 particular operation. To be sure this doesn't happen you can load the "null" [all …]
|
H A D | ossl-guide-libraries-introduction.pod | 50 If you don't load a provider explicitly (either in program code or via config) 77 needed. This will automatically load any available configuration file and will 191 If you don't load any providers at all then the "default" provider will be 192 automatically loaded. If you explicitly load any provider then the "default" 246 prevent that from happening you can explicitly load the null provider. 258 By default OpenSSL will load a configuration file when it is first used. This 263 The configuration file can be used to automatically load providers and set up
|
/openssl/include/openssl/ |
H A D | conftypes.h | 31 int (*load) (CONF *conf, const char *name, long *eline); member
|
/openssl/.ctags.d/ |
H A D | add-dir.ctags | 10 # Allow ctags to load configuration file under the sub directories.
|
/openssl/doc/man1/ |
H A D | openssl-verify.pod.in | 64 This option can be specified more than once to load certificates from multiple 70 This option can be specified more than once to load certificates from multiple 82 To load certificates or CRLs that require engine support, specify the
|
H A D | openssl-engine.pod.in | 6 openssl-engine - load and query engines 90 DIR_LOAD: Specifies whether to load from 'DIR_ADD' directories (0=no,1=yes,2=mandatory)
|
H A D | openssl-errstr.pod.in | 16 Sometimes an application will not load error message texts and only
|
/openssl/crypto/ |
H A D | sparccpuid.S | 489 .word 0xc1985e00 !ldda [%g1]0xf0,%f0 ! block load 502 .word 0xc1985e00 !ldda [%g1]0xf0,%f0 ! block load 529 .word 0xc1985e00 !ldda [%g1]0xf0,%f0 ! block load 543 .word 0xc1985e00 !ldda [%g1]0xf0,%f0 ! block load
|
/openssl/crypto/poly1305/asm/ |
H A D | poly1305-x86.pl | 473 my $load = shift; 490 &$load ($T1,5); # s1 494 &$load ($T2,2); # r2^n 503 &$load ($T2,6); # s2^n 510 &$load ($T1,3); # r3^n 516 &$load ($T0,7); # s3^n 526 &$load ($T0,4); # r4^n 529 &$load ($T1,8); # s4^n
|