Home
last modified time | relevance | path

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

/php-src/ext/openssl/
H A Dxp_ssl.c993 int ssl_ctx_options = SSL_OP_ALL; in php_openssl_get_crypto_method_ctx_flags() local
996 ssl_ctx_options |= SSL_OP_NO_SSLv2; in php_openssl_get_crypto_method_ctx_flags()
1000 ssl_ctx_options |= SSL_OP_NO_SSLv3; in php_openssl_get_crypto_method_ctx_flags()
1005 ssl_ctx_options |= SSL_OP_NO_TLSv1; in php_openssl_get_crypto_method_ctx_flags()
1010 ssl_ctx_options |= SSL_OP_NO_TLSv1_1; in php_openssl_get_crypto_method_ctx_flags()
1015 ssl_ctx_options |= SSL_OP_NO_TLSv1_2; in php_openssl_get_crypto_method_ctx_flags()
1020 ssl_ctx_options |= SSL_OP_NO_TLSv1_3; in php_openssl_get_crypto_method_ctx_flags()
1024 return ssl_ctx_options; in php_openssl_get_crypto_method_ctx_flags()
1658 int ssl_ctx_options; in php_openssl_setup_crypto() local
1696 ssl_ctx_options = SSL_OP_ALL; in php_openssl_setup_crypto()
[all …]
/php-src/ext/ftp/
H A Dftp.c257 long ssl_ctx_options = SSL_OP_ALL; in ftp_login() local
296 ssl_ctx_options &= ~SSL_OP_DONT_INSERT_EMPTY_FRAGMENTS; in ftp_login()
297 SSL_CTX_set_options(ctx, ssl_ctx_options); in ftp_login()

Completed in 23 milliseconds