Lines Matching refs:SSL_shutdown_ex
5 SSL_shutdown, SSL_shutdown_ex - shut down a TLS/SSL or QUIC connection
18 __owur int SSL_shutdown_ex(SSL *ssl, uint64_t flags,
26 SSL_shutdown_ex() is an extended version of SSL_shutdown(). If non-NULL, I<args>
227 SSL_shutdown_ex() may be used instead of SSL_shutdown() by an application to
236 must be in the range [0, 2**62-1], else the call to SSL_shutdown_ex() fails. If
246 allocated after the call to SSL_shutdown_ex() returns. Reason strings are
255 The arguments to SSL_shutdown_ex() are used only on the first call to
256 SSL_shutdown_ex() (or SSL_shutdown()) for a given QUIC connection SSL object.
282 When using QUIC, SSL_shutdown() or SSL_shutdown_ex() ordinarily waits until all
296 SSL_shutdown_ex(); in this case, data remaining in stream send buffers may not
326 In nonblocking mode, SSL_shutdown_ex() should be called until it returns 1,
346 If an application calls SSL_shutdown_ex() with B<SSL_SHUTDOWN_FLAG_RAPID>, an
348 by making a subsequent call to SSL_shutdown_ex() without the flag set.
353 peer rather than triggered locally. To do this, call SSL_shutdown_ex() with
369 SSL_shutdown() and SSL_shutdown_ex() block if the connection is configured in
371 B<SSL_SHUTDOWN_FLAG_NO_BLOCK> in I<flags> when calling SSL_shutdown_ex(), which
376 For both SSL_shutdown() and SSL_shutdown_ex() the following return values can occur:
428 The SSL_shutdown_ex() function was added in OpenSSL 3.2.