Return the security callback currently installed on an SSL context.

Synopsis

Declared in <openssl/ssl.h>

int(*
SSL_CTX_get_security_callback(SSL_CTX const* ctx))(SSL const*, SSL_CTX const*, int, int, int, void*, void*);

Return Value

Function pointer for the callback, or the default if none was set explicitly.

Parameters

Name

Description

ctx

SSL context to query.

Created with MrDocs