Home
last modified time | relevance | path

Searched refs:ssl (Results 76 – 87 of 87) sorted by relevance

1234

/PHP-8.1/ext/openssl/tests/
H A Dopenssl_cms_sign_verify_detached.phpt8 $outfile = tempnam(sys_get_temp_dir(), "ssl");
/PHP-8.1/.circleci/
H A Dconfig.yml157 --with-imap-ssl \
/PHP-8.1/.github/scripts/windows/
H A Dtest_task.bat67 copy %DEPS_DIR%\template\ssl\openssl.cnf %OPENSSLDIR%
/PHP-8.1/ext/mysqlnd/
H A Dmysqlnd_auth.c912 if (conn->vio->data->ssl) { in mysqlnd_sha256_auth_get_auth_data()
1219 if (conn->vio->data->ssl) { in is_secure_transport()
H A Dmysqlnd_structs.h846 bool ssl; member
1122 bool ssl; member
H A Dmysqlnd_vio.c574 net->data->ssl = TRUE; in MYSQLND_METHOD()
H A Dmysqlnd_connection.c603 if (pfc->data->ssl) {
604 pfc->data->ssl = FALSE;
/PHP-8.1/ext/ldap/
H A Dldap.c1124 int ssl=0; in PHP_FUNCTION() local
1139 ssl = 1; in PHP_FUNCTION()
1200 if (ssl) { in PHP_FUNCTION()
/PHP-8.1/
H A DUPGRADING449 favor of ssl stream context options. The direct equivalent would be
/PHP-8.1/ext/openssl/
H A Dopenssl.c579 php_stream* php_openssl_get_stream_from_ssl_handle(const SSL *ssl) in php_openssl_get_stream_from_ssl_handle() argument
581 return (php_stream*)SSL_get_ex_data(ssl, ssl_stream_data_index); in php_openssl_get_stream_from_ssl_handle()
/PHP-8.1/ext/fileinfo/tests/
H A Dmagic31310 # $File: ssl,v 1.5 2017/12/29 04:00:07 christos Exp $
31311 # ssl: file(1) magic for SSL file formats
H A Dmagic私はガラスを食べられます31310 # $File: ssl,v 1.5 2017/12/29 04:00:07 christos Exp $
31311 # ssl: file(1) magic for SSL file formats

Completed in 277 milliseconds

1234