openssl-core.h.7ossl - Man Page

OpenSSL Core types

Synopsis

 #include <openssl/core.h>

Description

The <openssl/core.h> header defines a number of public types that are used to communicate between the OpenSSL libraries and implementation providers. These types are designed to minimise the need for intimate knowledge of internal structures between the OpenSSL libraries and the providers.

The types are:

OSSL_DISPATCH(3)

OSSL_ITEM(3)

OSSL_ALGORITHM(3)

OSSL_PARAM(3)

OSSL_CALLBACK(3)

OSSL_PASSPHRASE_CALLBACK(3)

See Also

openssl-core_dispatch.h(7)

History

The types described here were added in OpenSSL 3.0.

Referenced By

EVP_PKEY_todata.3ossl(3), OSSL_ALGORITHM.3ossl(3), OSSL_CALLBACK.3ossl(3), OSSL_ITEM.3ossl(3), OSSL_PARAM.3ossl(3), OSSL_PARAM_int.3ossl(3), OSSL_PROVIDER.3ossl(3), OSSL_PROVIDER-base.7ossl(7), OSSL_PROVIDER-default.7ossl(7), OSSL_PROVIDER-FIPS.7ossl(7), OSSL_PROVIDER-legacy.7ossl(7), OSSL_SELF_TEST_new.3ossl(3), OSSL_SELF_TEST_set_callback.3ossl(3), provider.7ossl(7).

2024-04-04 3.2.1 OpenSSL