Lines Matching refs:providers
36 As well as the two main libraries, OpenSSL also comes with a set of providers.
42 number of providers and they may also be obtained from third parties.
48 providers in the form of loadable modules.
53 See L</OPENSSL PROVIDERS> below for a description of the providers that OpenSSL
56 Loading and unloading providers is quite an expensive operation. It is normally
57 done once, early on in the application lifecycle and those providers are kept
66 application to each use a different library context and have different providers
89 In some cases the available providers may mean that more than one implementation
168 OpenSSL comes with a set of providers.
170 The algorithms available in each of these providers may vary due to build time
177 algorithms available in each of the providers.
179 As well as the OpenSSL providers third parties can also implement providers.
186 needed (if other providers are loaded and offer implementations of the same
191 If you don't load any providers at all then the "default" provider will be
201 Should it be needed (if other providers are loaded and offer
217 providers are loaded and offer implementations of the same algorithms), the
235 (if other providers are loaded and offer implementations of the same algorithms),
263 The configuration file can be used to automatically load providers and set up