Lines Matching refs:provider
5 OSSL_PROVIDER-default - OpenSSL default provider
9 The OpenSSL default provider supplies the majority of OpenSSL's diverse
12 provider that will be used as fallback: It is loaded automatically the
13 first time that an algorithm is fetched from a provider or a function
14 acting on providers is called and no other provider has been loaded yet.
16 If an attempt to load a provider has already been made (whether successful
17 or not) then the default provider won't be loaded automatically. Therefore
18 if the default provider is to be used in conjunction with other providers
20 provider only occurs a maximum of once; if the default provider is
21 explicitly unloaded then the default provider will not be automatically
26 The implementations in this provider specifically have this property
31 =item "provider=default"
41 implementations of this provider and none other.
48 The OpenSSL default provider supports these operations and algorithms:
219 The default provider also includes all of the encoding algorithms
220 present in the base provider. Some of these have the property "fips=yes",
221 to allow them to be used together with the FIPS provider.
241 L<openssl-core.h(7)>, L<openssl-core_dispatch.h(7)>, L<provider(7)>,