Lines Matching full:openssl
5 provider - OpenSSL operation implementation providers
9 =for openssl generic
11 #include <openssl/provider.h>
19 A I<provider>, in OpenSSL terms, is a unit of code that provides one
38 a set of L<OSSL_ALGORITHM(3)>s (see L<openssl-core.h(7)>).
40 OpenSSL libraries or in the application.
51 I<handle> is the OpenSSL library object for the provider, and works
52 as a handle for everything the OpenSSL libraries need to know about
57 I<in> is a dispatch array of base functions offered by the OpenSSL
62 provider offers to the OpenSSL libraries.
65 between the OpenSSL libraries and the provider.
75 One of the functions the provider offers to the OpenSSL libraries is
76 the central mechanism for the OpenSSL libraries to get access to
90 I<no_store> is a flag back to the OpenSSL libraries which, when
91 nonzero, signifies that the OpenSSL libraries will not store a
95 The returned L<OSSL_ALGORITHM(3)> is the foundation of any OpenSSL
114 In the OpenSSL libraries, the corresponding method object is
122 In the OpenSSL libraries, the corresponding method object is
130 In the OpenSSL libraries, the corresponding method object is
138 In the OpenSSL libraries, the corresponding method object is
146 In the OpenSSL libraries, the corresponding method object is
154 In the OpenSSL libraries, the corresponding method object is
162 In the OpenSSL libraries, the corresponding method object is B<EVP_KEM>.
168 In the OpenSSL libraries, the corresponding method object is
176 In the OpenSSL libraries, the corresponding method object is
211 aliases associated with it. The canonical OpenSSL naming scheme follows this
228 use alternative names or names that OpenSSL has used historically.
234 express such dependencies towards the OpenSSL core, provider authors must
242 =head1 OPENSSL PROVIDERS
244 OpenSSL provides a number of its own providers. These are the default, base,
256 L<openssl-core.h(7)>,
265 introduced in OpenSSL 3.0.
269 Copyright 2019-2022 The OpenSSL Project Authors. All Rights Reserved.
274 L<https://www.openssl.org/source/license.html>.