|
SSL_CTX_sess_get_new_cb(3) -- provide callback functions for server side external session caching
|
SSL_CTX_sess_set_new_cb() sets the callback function, which is automatically called whenever a new session was negotiated. SSL_CTX_sess_set_remove_cb() sets the callback function, which is automatical... |
SSL_CTX_sess_get_remove_cb(3) -- provide callback functions for server side external session caching
|
SSL_CTX_sess_set_new_cb() sets the callback function, which is automatically called whenever a new session was negotiated. SSL_CTX_sess_set_remove_cb() sets the callback function, which is automatical... |
SSL_CTX_sess_hits(3) -- obtain session cache statistics
|
SSL_CTX_sess_number() returns the current number of sessions in the internal session cache. SSL_CTX_sess_connect() returns the number of started SSL/TLS handshakes in client mode. SSL_CTX_sess_connect... |
SSL_CTX_sess_misses(3) -- obtain session cache statistics
|
SSL_CTX_sess_number() returns the current number of sessions in the internal session cache. SSL_CTX_sess_connect() returns the number of started SSL/TLS handshakes in client mode. SSL_CTX_sess_connect... |
SSL_CTX_sess_number(3) -- obtain session cache statistics
|
SSL_CTX_sess_number() returns the current number of sessions in the internal session cache. SSL_CTX_sess_connect() returns the number of started SSL/TLS handshakes in client mode. SSL_CTX_sess_connect... |
SSL_CTX_sess_set_cache_size(3) -- manipulate session cache size
|
SSL_CTX_sess_set_cache_size() sets the size of the internal session cache of context ctx to t. SSL_CTX_sess_get_cache_size() returns the currently valid session cache size. |
SSL_CTX_sess_set_get_cb(3) -- provide callback functions for server side external session caching
|
SSL_CTX_sess_set_new_cb() sets the callback function, which is automatically called whenever a new session was negotiated. SSL_CTX_sess_set_remove_cb() sets the callback function, which is automatical... |
SSL_CTX_sess_set_new_cb(3) -- provide callback functions for server side external session caching
|
SSL_CTX_sess_set_new_cb() sets the callback function, which is automatically called whenever a new session was negotiated. SSL_CTX_sess_set_remove_cb() sets the callback function, which is automatical... |
SSL_CTX_sess_set_remove(3) -- provide callback functions for server side external session caching
|
SSL_CTX_sess_set_new_cb() sets the callback function, which is automatically called whenever a new session was negotiated. SSL_CTX_sess_set_remove_cb() sets the callback function, which is automatical... |
SSL_CTX_sess_timeouts(3) -- obtain session cache statistics
|
SSL_CTX_sess_number() returns the current number of sessions in the internal session cache. SSL_CTX_sess_connect() returns the number of started SSL/TLS handshakes in client mode. SSL_CTX_sess_connect... |
SSL_CTX_set_cert_store(3) -- manipulate X509 certificate verification storage
|
SSL_CTX_set_cert_store() sets/replaces the certificate verification storage of ctx to/with store. If another X509_STORE object is currently set in ctx, it will be X509_STORE_free()ed. SSL_CTX_get_cert... |
SSL_CTX_set_cert_verify_callback(3) -- set peer certificate verification procedure
|
SSL_CTX_set_cert_verify_callback() sets the verification callback function for ctx. SSL objects that are created from ctx inherit the setting valid at the time when SSL_new(3) is called. |
SSL_CTX_set_cipher_list(3) -- choose list of available SSL_CIPHERs
|
SSL_CTX_set_cipher_list() sets the list of available ciphers for ctx using the control string str. The format of the string is described in ciphers(1). The list of ciphers is inherited by all ssl obje... |