Return the external session‐cache lookup callback installed on an SSL_CTX.

Synopsis

Declared in <openssl/ssl.h>

SSL_SESSION*(*
SSL_CTX_sess_get_get_cb(SSL_CTX* ctx))(ssl_st*, unsigned char const*, int, int*);

Return Value

Session get callback, or NULL if none is set.

Parameters

Name

Description

ctx

SSL context to query.

Created with MrDocs