Home
last modified time | relevance | path

Searched refs:SSL_get_shutdown (Results 1 – 8 of 8) sorted by relevance

/openssl/doc/man3/
H A DSSL_set_shutdown.pod5 SSL_set_shutdown, SSL_get_shutdown - manipulate shutdown state of an SSL connection
13 int SSL_get_shutdown(const SSL *ssl);
19 SSL_get_shutdown() returns the shutdown mode of B<ssl>.
66 SSL_get_shutdown() returns the current shutdown state as set or based
69 SSL_get_shutdown() returns 0 if called on a QUIC stream SSL object. If it
H A DSSL_shutdown.pod139 may be checked using L<SSL_get_shutdown(3)>.
/openssl/test/
H A Dquicapitest.c1396 if (!TEST_int_eq(SSL_get_shutdown(clientquic), 0)) in test_get_shutdown()
1402 if (!TEST_int_eq(SSL_get_shutdown(clientquic), SSL_SENT_SHUTDOWN)) in test_get_shutdown()
1410 if (!TEST_int_eq(SSL_get_shutdown(clientquic), in test_get_shutdown()
H A Dsslapitest.c8643 || !TEST_int_eq(SSL_get_shutdown(serverssl), in test_shutdown()
/openssl/util/
H A Dlibssl.num329 SSL_get_shutdown 330 3_0_0 EXIST::FUNCTION:
/openssl/include/openssl/
H A Dssl.h.in213 /* Used in SSL_set_shutdown()/SSL_get_shutdown(); */
2110 __owur int SSL_get_shutdown(const SSL *ssl);
/openssl/doc/designs/quic-design/
H A Dquic-api-ssl-funcs.md621 | `SSL_get_shutdown` | CSSM | ��U | ��A | ��QSI | ��Done …
/openssl/ssl/
H A Dssl_lib.c5324 int SSL_get_shutdown(const SSL *s) in SSL_get_shutdown() function

Completed in 75 milliseconds