Searched refs:SSL_CTX_set_options (Results 1 – 6 of 6) sorted by relevance
55 SSL_CTX_set_options(ctx, SSL_OP_NO_SSLv3); in Server()
387 OPENSSL_EXPORT uint32_t SSL_CTX_set_options(SSL_CTX *ctx, uint32_t options);2512 #define SSL_CTX_set_options SSL_CTX_set_options macro
810 SSL_CTX_set_options(ssl, SSL_OP_NO_SSLv2); in tls_init()811 SSL_CTX_set_options(ssl, SSL_OP_NO_SSLv3); in tls_init()3637 SSL_CTX_set_options(ssl_ctx, SSL_OP_NO_TICKET); in tls_global_set_params()
989 uint32_t SSL_CTX_set_options(SSL_CTX *ctx, uint32_t options) { in SSL_CTX_set_options() function
8095 SSL_CTX_set_options(sslCtx.get(),
15092 OpenSSL SSL_CTX_set_options(3) manpage.