logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

openssl/core.h - OpenSSL Core types

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)

History

The types described here were added in OpenSSL 3.0.

Name

openssl/core.h - OpenSSL Core types

See Also

openssl-core_dispatch.h(7)

Synopsis

#include <openssl/core.h>

See Also