Home
last modified time | relevance | path

Searched refs:ssl_ctx_options (Results 1 – 2 of 2) sorted by relevance

/PHP-7.4/ext/openssl/
H A Dxp_ssl.c948 int ssl_ctx_options = SSL_OP_ALL; in php_openssl_get_crypto_method_ctx_flags() local
951 ssl_ctx_options |= SSL_OP_NO_SSLv2; in php_openssl_get_crypto_method_ctx_flags()
955 ssl_ctx_options |= SSL_OP_NO_SSLv3; in php_openssl_get_crypto_method_ctx_flags()
960 ssl_ctx_options |= SSL_OP_NO_TLSv1; in php_openssl_get_crypto_method_ctx_flags()
965 ssl_ctx_options |= SSL_OP_NO_TLSv1_1; in php_openssl_get_crypto_method_ctx_flags()
970 ssl_ctx_options |= SSL_OP_NO_TLSv1_2; in php_openssl_get_crypto_method_ctx_flags()
975 ssl_ctx_options |= SSL_OP_NO_TLSv1_3; in php_openssl_get_crypto_method_ctx_flags()
979 return ssl_ctx_options; in php_openssl_get_crypto_method_ctx_flags()
1596 int ssl_ctx_options; in php_openssl_setup_crypto() local
1629 ssl_ctx_options = SSL_OP_ALL; in php_openssl_setup_crypto()
[all …]
/PHP-7.4/ext/ftp/
H A Dftp.c247 long ssl_ctx_options = SSL_OP_ALL; in ftp_login() local
287 ssl_ctx_options &= ~SSL_OP_DONT_INSERT_EMPTY_FRAGMENTS; in ftp_login()
289 SSL_CTX_set_options(ctx, ssl_ctx_options); in ftp_login()

Completed in 39 milliseconds