1OPENSSL-CORE.H(7ossl)               OpenSSL              OPENSSL-CORE.H(7ossl)
2
3
4

NAME

6       openssl/core.h - OpenSSL Core types
7

SYNOPSIS

9        #include <openssl/core.h>
10

DESCRIPTION

12       The <openssl/core.h> header defines a number of public types that are
13       used to communicate between the OpenSSL libraries and implementation
14       providers.  These types are designed to minimise the need for intimate
15       knowledge of internal structures between the OpenSSL libraries and the
16       providers.
17
18       The types are:
19
20       OSSL_DISPATCH(3)
21       OSSL_ITEM(3)
22       OSSL_ALGORITHM(3)
23       OSSL_PARAM(3)
24       OSSL_CALLBACK(3)
25       OSSL_PASSPHRASE_CALLBACK(3)
26

SEE ALSO

28       openssl-core_dispatch.h(7)
29

HISTORY

31       The types described here were added in OpenSSL 3.0.
32
34       Copyright 2019-2021 The OpenSSL Project Authors. All Rights Reserved.
35
36       Licensed under the Apache License 2.0 (the "License").  You may not use
37       this file except in compliance with the License.  You can obtain a copy
38       in the file LICENSE in the source distribution or at
39       <https://www.openssl.org/source/license.html>.
40
41
42
433.0.9                             2023-07-27             OPENSSL-CORE.H(7ossl)
Impressum