|
SSL_get_quiet_shutdown(3)
Contents
|
SSL_get_quiet_shutdown - Get a value of the quiet-shutdown
flag in the ssl data structure
#include <openssl/ssl.h>
int SSL_get_quiet_shutdown(
SSL *ssl );
The SSL_get_quiet_shutdown() function returns a mode of
the quiet shutdown flag in the ssl structure.
Indicates that the quiet-shutdown flag of the ssl structure
is turned off. Indicates that the quiet-shutdown
flag of the ssl structure is turned on.
Functions:SSL_set_quiet_shutdown(3),
SSL_CTX_get_quiet_shutdown(3), SSL_CTX_set_quiet_shutdown(3)
SSL_get_quiet_shutdown(3)
[ Back ] |