Home
last modified time | relevance | path

Searched refs:SSL_get_shutdown (Results 1 – 6 of 6) 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>.
64 SSL_get_shutdown() returns the current setting.
H A DSSL_shutdown.pod126 SSL_get_shutdown() (see also L<SSL_set_shutdown(3)> call.
/openssl/util/
H A Dlibssl.num329 SSL_get_shutdown 330 3_0_0 EXIST::FUNCTION:
/openssl/include/openssl/
H A Dssl.h.in212 /* Used in SSL_set_shutdown()/SSL_get_shutdown(); */
2065 __owur int SSL_get_shutdown(const SSL *ssl);
/openssl/ssl/
H A Dssl_lib.c4862 int SSL_get_shutdown(const SSL *s) in SSL_get_shutdown() function
/openssl/test/
H A Dsslapitest.c7991 || !TEST_int_eq(SSL_get_shutdown(serverssl), in test_shutdown()

Completed in 105 milliseconds