Home
last modified time | relevance | path

Searched refs:SSL_shutdown_ex (Results 1 – 11 of 11) sorted by relevance

/openssl/doc/man3/
H A DSSL_shutdown.pod5 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
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.
326 In nonblocking mode, SSL_shutdown_ex() should be called until it returns 1,
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
[all …]
H A DSSL_stream_conclude.pod45 L<openssl-quic(7)>, L<ssl(7)>, L<SSL_shutdown_ex(3)>
H A DSSL_get_conn_close_info.pod162 L<SSL_shutdown_ex(3)>
/openssl/doc/designs/quic-design/
H A Dquic-api.md40 - [`SSL_shutdown_ex`](#-ssl-shutdown-ex-)
282 See `SSL_shutdown_ex` below for discussion of how this will work for QUIC.
285 `SSL_shutdown_ex` with `flags` set to 0 and `args` set to `NULL`.
359 For further discussion of this issue, see `SSL_shutdown_ex` and the Q&A.
538 #### `SSL_shutdown_ex`
554 int SSL_shutdown_ex(SSL *ssl,
560 `SSL_shutdown_ex` is an extended version of `SSL_shutdown`.
564 subsequent calls to `SSL_shutdown_ex` ignore the `args` argument. `args_len`
568 Calling `SSL_shutdown_ex` on a QUIC connection SSL object causes the immediate
596 complete. In non-blocking mode, `SSL_shutdown_ex` should be called until it
[all …]
H A Dquic-api-ssl-funcs.md635 | `SSL_shutdown_ex` | CSSM | ��N | ��A | ��QSA | ��Done …
/openssl/doc/man7/
H A Dopenssl-quic.pod443 L<SSL_shutdown_ex(3)> API instead. See B<QUIC-SPECIFIC APIS> for details.
484 to indicate the end of the sending part of a stream, and L<SSL_shutdown_ex(3)>
562 =item L<SSL_shutdown_ex(3)>
829 L<SSL_set_blocking_mode(3)>, L<SSL_shutdown_ex(3)>,
H A Dossl-guide-quic-multi-stream.pod380 We should not call L<SSL_shutdown(3)> or L<SSL_shutdown_ex(3)> on the stream
/openssl/util/
H A Dlibssl.num541 SSL_shutdown_ex 542 3_2_0 EXIST::FUNCTION:
/openssl/test/
H A Dquic_multistream_test.c1657 ret = SSL_shutdown_ex(c_tgt, op->arg1, &args, sizeof(args)); in run_script_worker()
1683 && !TEST_true(SSL_shutdown_ex(c_tgt, in run_script_worker()
5016 if (!TEST_false(SSL_shutdown_ex(h->c_conn, in script_76_check()
/openssl/include/openssl/
H A Dssl.h.in2340 __owur int SSL_shutdown_ex(SSL *ssl, uint64_t flags,
/openssl/ssl/
H A Dssl_lib.c7624 int SSL_shutdown_ex(SSL *ssl, uint64_t flags, in SSL_shutdown_ex() function

Completed in 81 milliseconds