Return the information callback currently set on an SSL context.
Synopsis
Declared in <openssl/ssl.h>
void(*
SSL_CTX_get_info_callback(SSL_CTX* ctx))(SSL const*, int, int);
Return Value
Function pointer previously set, or NULL if none.
Parameters
Name |
Description |
ctx |
SSL context to query. |
Created with MrDocs