Home
last modified time | relevance | path

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

1234567891011

/php-src/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');
17 var_dump(extension_loaded('openssl'));
/php-src/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 Dconfig0.m41 PHP_ARG_WITH([openssl],
3 [AS_HELP_STRING([--with-openssl],
13 PHP_ARG_WITH([openssl-legacy-provider],
15 [AS_HELP_STRING([--with-openssl-legacy-provider],
21 PHP_NEW_EXTENSION(openssl, openssl.c xp_ssl.c, $ext_shared)
H A Dphp_openssl.h79 ZEND_BEGIN_MODULE_GLOBALS(openssl)
82 ZEND_END_MODULE_GLOBALS(openssl)
84 #define OPENSSL_G(v) ZEND_MODULE_GLOBALS_ACCESSOR(openssl, v)
159 PHP_MINIT_FUNCTION(openssl);
160 PHP_MSHUTDOWN_FUNCTION(openssl);
161 PHP_MINFO_FUNCTION(openssl);
162 PHP_GINIT_FUNCTION(openssl);
163 PHP_GSHUTDOWN_FUNCTION(openssl);
/php-src/ext/openssl/tests/
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 Dbug80747.phpt4 openssl
9 'config' => __DIR__ . DIRECTORY_SEPARATOR . 'openssl.cnf',
H A Dbug50293.phpt2 Bug #50293 (Several openssl functions ignore the VCWD)
4 openssl
9 $config = __DIR__ . DIRECTORY_SEPARATOR . 'openssl.cnf';
H A Dbug25614.phpt2 openssl: get public key from generated private key
4 openssl
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 Dbug52093.phpt4 openssl
18 $options = ['config' => __DIR__ . DIRECTORY_SEPARATOR . 'openssl.cnf'];
H A Dbug60632.phpt4 openssl
13 '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 Dbug76705.phpt4 openssl
29 'peer_name' => 'openssl.php.net',
H A Dbug38261.phpt2 openssl key from zval leaks
4 openssl
H A Dopenssl_csr_new_basic.phpt4 openssl
10 $conf = array('config' => __DIR__ . DIRECTORY_SEPARATOR . 'openssl.cnf');
/php-src/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-src/ext/phar/
H A Dconfig.m49 AC_MSG_CHECKING([for phar openssl support])
11 AC_MSG_RESULT([no (shared openssl)])

Completed in 50 milliseconds

1234567891011