Searched refs:ssl_ctx_options (Results 1 – 2 of 2) sorted by relevance
1016 int ssl_ctx_options = SSL_OP_ALL; in php_get_crypto_method_ctx_flags() local1020 ssl_ctx_options |= SSL_OP_NO_SSLv2; in php_get_crypto_method_ctx_flags()1025 ssl_ctx_options |= SSL_OP_NO_SSLv3; in php_get_crypto_method_ctx_flags()1029 ssl_ctx_options |= SSL_OP_NO_TLSv1; in php_get_crypto_method_ctx_flags()1033 ssl_ctx_options |= SSL_OP_NO_TLSv1_1; in php_get_crypto_method_ctx_flags()1038 ssl_ctx_options |= SSL_OP_NO_TLSv1_2; in php_get_crypto_method_ctx_flags()1042 return ssl_ctx_options; in php_get_crypto_method_ctx_flags()1512 int ssl_ctx_options; in php_openssl_setup_crypto() local1536 ssl_ctx_options = SSL_OP_ALL; in php_openssl_setup_crypto()1544 if (ssl_ctx_options == -1) { in php_openssl_setup_crypto()[all …]
250 long ssl_ctx_options = SSL_OP_ALL; in ftp_login() local290 ssl_ctx_options &= ~SSL_OP_DONT_INSERT_EMPTY_FRAGMENTS; in ftp_login()292 SSL_CTX_set_options(ctx, ssl_ctx_options); in ftp_login()
Completed in 45 milliseconds