Home
last modified time | relevance | path

Searched refs:openssl (Results 1 – 25 of 237) sorted by relevance

12345678910

/PHP-8.1/tests/run-test/
H A Dextensions-shared.phpt4 openssl
8 if (false !== stripos(`$php -n -m`, 'openssl')) {
9 die('skip openssl is built static');
11 …IRECTORY_SEPARATOR . (substr(PHP_OS, 0, 3) === "WIN" ? "php_openssl." : "openssl.") . PHP_SHLIB_SU…
12 if( !file_exists($ext_module) ) die('skip openssl shared extension not found');
16 var_dump(extension_loaded('openssl'));
/PHP-8.1/ext/openssl/
H A Dconfig.w323 ARG_WITH("openssl", "OpenSSL support", "no,shared");
6 var ret = SETUP_OPENSSL("openssl", PHP_OPENSSL);
9 EXTENSION("openssl", "openssl.c xp_ssl.c");
10 AC_DEFINE("HAVE_OPENSSL_EXT", PHP_OPENSSL_SHARED ? 0 : 1, "Have openssl");
H A Dphp_openssl.h81 ZEND_BEGIN_MODULE_GLOBALS(openssl)
83 ZEND_END_MODULE_GLOBALS(openssl)
85 #define OPENSSL_G(v) ZEND_MODULE_GLOBALS_ACCESSOR(openssl, v)
129 PHP_MINIT_FUNCTION(openssl);
130 PHP_MSHUTDOWN_FUNCTION(openssl);
131 PHP_MINFO_FUNCTION(openssl);
132 PHP_GINIT_FUNCTION(openssl);
133 PHP_GSHUTDOWN_FUNCTION(openssl);
H A Dconfig0.m41 PHP_ARG_WITH([openssl],
3 [AS_HELP_STRING([--with-openssl],
21 PHP_NEW_EXTENSION(openssl, openssl.c xp_ssl.c, $ext_shared)
/PHP-8.1/ext/openssl/tests/
H A Dbug50293.phpt2 Bug #50293 (Several openssl functions ignore the VCWD)
5 if (!extension_loaded("openssl")) die("skip openssl not loaded");
11 $config = __DIR__ . DIRECTORY_SEPARATOR . 'openssl.cnf';
H A Dstream_server_reneg_limit.phpt4 openssl
8 exec('openssl help', $out, $code);
9 if ($code > 0) die("skip couldn't locate openssl binary");
19 * This test uses the openssl binary directly to initiate renegotiation. At this time it's not
20 * possible renegotiate the TLS handshake in PHP userland, so using the openssl s_client binary
76 $cmd = 'openssl s_client -connect 127.0.0.1:64321';
H A Dbug25614.phpt2 openssl: get public key from generated private key
4 openssl
H A Dbug80747.phpt4 openssl
13 'config' => __DIR__ . DIRECTORY_SEPARATOR . 'openssl.cnf',
H A Dopenssl_get_cert_locations_basic.phpt4 openssl
7 // openssl locations differ per distro.
H A Dbug79145.phpt2 Bug #79145 (openssl memory leak)
4 openssl
H A Dbug73711.phpt4 openssl
11 $config = __DIR__ . DIRECTORY_SEPARATOR . 'openssl.cnf';
H A Dbug61930.phpt2 Bug #61930: openssl corrupts ssl key resource when using openssl_get_publickey()
4 openssl
H A Dcheck_default_conf_path.phpt4 openssl
30 string(%d) "c:\program files%r( \(x86\)|)%r\common files\ssl\openssl.cnf"
H A Dbug73833.phpt4 openssl
8 $conf = ['config' => __DIR__ . DIRECTORY_SEPARATOR . 'openssl.cnf'];
H A Dbug72165.phpt4 openssl
8 $options = ['config' => __DIR__ . DIRECTORY_SEPARATOR . 'openssl.cnf'];
H A Dgh9339.phpt5 if (!extension_loaded("openssl")) die("skip openssl not loaded");
H A Dbug60632.phpt4 openssl
13 'config' => __DIR__ . DIRECTORY_SEPARATOR . 'openssl.cnf',
H A Dbug52093.phpt4 openssl
18 $options = ['config' => __DIR__ . DIRECTORY_SEPARATOR . 'openssl.cnf'];
H A Dopenssl_encrypt_error.phpt4 openssl
9 $password = "openssl";
H A Dbug36732.phpt4 openssl
10 "config" => __DIR__. DIRECTORY_SEPARATOR . "openssl.cnf",
H A Dbug55259.phpt2 Bug #55259 (openssl extension does not get the DH parameters from DH key resource)
4 openssl
H A Dbug38261.phpt2 openssl key from zval leaks
4 openssl
H A Dbug76705.phpt4 openssl
29 'peer_name' => 'openssl.php.net',
/PHP-8.1/ext/ftp/
H A Dconfig.m47 PHP_ARG_WITH([openssl-dir],
9 [AS_HELP_STRING([[--with-openssl-dir]],
10 [FTP: Whether to enable FTP SSL support without ext/openssl])],
/PHP-8.1/ext/phar/
H A Dconfig.m49 AC_MSG_CHECKING([for phar openssl support])
11 AC_MSG_RESULT([no (shared openssl)])

Completed in 56 milliseconds

12345678910