Searched refs:SSL_shutdown_ex (Results 1 – 17 of 17) sorted by relevance
/freebsd/crypto/openssl/doc/man3/ |
H A D | SSL_shutdown.pod | 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 [all …]
|
H A D | SSL_stream_conclude.pod | 45 L<openssl-quic(7)>, L<ssl(7)>, L<SSL_shutdown_ex(3)>
|
H A D | SSL_get_conn_close_info.pod | 162 L<SSL_shutdown_ex(3)>
|
/freebsd/crypto/openssl/doc/designs/quic-design/ |
H A D | quic-api.md | 40 - [`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`. 563 are read only on the first call to `SSL_shutdown_ex` for a given SSL object and 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 [all …]
|
H A D | quic-api-ssl-funcs.md | 635 | `SSL_shutdown_ex` | CSSM | N | A | QSA | Done …
|
/freebsd/crypto/openssl/doc/man7/ |
H A D | ossl-guide-quic-server-block.pod | 238 We then shut down the connection with L<SSL_shutdown_ex(3)>, which may need 241 while (SSL_shutdown_ex(conn, 0, &shutdown_args,
|
H A D | openssl-quic.pod | 450 L<SSL_shutdown_ex(3)> API instead. See B<QUIC-SPECIFIC APIS> for details. 491 to indicate the end of the sending part of a stream, and L<SSL_shutdown_ex(3)> 636 =item L<SSL_shutdown_ex(3)> 903 L<SSL_set_blocking_mode(3)>, L<SSL_shutdown_ex(3)>,
|
H A D | ossl-guide-quic-multi-stream.pod | 380 We should not call L<SSL_shutdown(3)> or L<SSL_shutdown_ex(3)> on the stream
|
/freebsd/secure/lib/libssl/ |
H A D | Version.map | 626 SSL_shutdown_ex;
|
/freebsd/crypto/openssl/test/radix/ |
H A D | quic_ops.c | 491 ret = SSL_shutdown_ex(ssl, flags, &args, sizeof(args)); in DEF_FUNC()
|
/freebsd/crypto/openssl/util/ |
H A D | libssl.num | 541 SSL_shutdown_ex 542 3_2_0 EXIST::FUNCTION:
|
/freebsd/crypto/openssl/test/ |
H A D | quic_multistream_test.c | 1672 ret = SSL_shutdown_ex(c_tgt, op->arg1, &args, sizeof(args)); in run_script_worker() 1698 && !TEST_true(SSL_shutdown_ex(c_tgt, in run_script_worker() 5174 if (!TEST_false(SSL_shutdown_ex(h->c_conn, in script_76_check()
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | ssl.h | 2427 __owur int SSL_shutdown_ex(SSL *ssl, uint64_t flags,
|
H A D | ssl.h.in | 2380 __owur int SSL_shutdown_ex(SSL *ssl, uint64_t flags,
|
/freebsd/crypto/openssl/doc/designs/quic-design/server/ |
H A D | quic-polling.md | 408 terminating, as per `SSL_shutdown_ex()`) is always initiated by the local
|
/freebsd/crypto/openssl/ssl/ |
H A D | ssl_lib.c | 7754 int SSL_shutdown_ex(SSL *ssl, uint64_t flags, in SSL_shutdown_ex() function
|
/freebsd/secure/lib/libcrypto/man/man3/ |
H A D | Makefile | 4610 MLINKS+= SSL_shutdown.3 SSL_shutdown_ex.3
|