Return the quiet‐shutdown setting of an SSL context.

Synopsis

Declared in <openssl/ssl.h>

int
SSL_CTX_get_quiet_shutdown(SSL_CTX const* ctx);

Return Value

1 if quiet shutdown is enabled (skip close_notify), or 0 for standard shutdown.

Parameters

Name

Description

ctx

SSL context to query.

Created with MrDocs