Searched refs:SSL_CTX_get_options (Results 1 – 8 of 8) sorted by relevance
6 SSL_clear_options, SSL_CTX_get_options, SSL_get_options,19 uint64_t SSL_CTX_get_options(const SSL_CTX *ctx);38 SSL_CTX_get_options() returns the options set for B<ctx>.514 SSL_CTX_get_options() and SSL_get_options() return the current bit-mask.
122 SSL_set_options(s, SSL_CTX_get_options(new_ctx)); in select_server_ctx()186 SSL_set_options(s, SSL_CTX_get_options(new_ctx)); in client_hello_select_server_ctx()
241 SSL_CTX_get_options 242 3_0_0 EXIST::FUNCTION:
679 if (!TEST_uint64_t_eq(SSL_CTX_get_options(ctx), UINT64_MAX)) in test_quic_forbidden_options()
401 | `SSL_CTX_get_options` | HL | U | A | NC\* | Done …
2395 See L<SSL_CTX_get_options(3)>, L<SSL_CTX_set_options(3)>,
598 uint64_t SSL_CTX_get_options(const SSL_CTX *ctx);
6141 uint64_t SSL_CTX_get_options(const SSL_CTX *ctx) in SSL_CTX_get_options() function
Completed in 55 milliseconds