ENGINE_get_ssl_client_cert_function

Return the SSL client-certificate loader registered on an ENGINE.

Synopsis

Declared in <openssl/engine.h>

[[deprecated]]
ENGINE_SSL_CLIENT_CERT_PTR
ENGINE_get_ssl_client_cert_function(ENGINE const* e);

WARNING

Deprecated. Use of this entity is allowed but discouraged.

Return Value

Client-cert loader callback, or NULL if none is set.

Parameters

NameDescription
eENGINE to query.