Home
last modified time | relevance | path

Searched refs:openssl_pkey_new (Results 1 – 25 of 28) sorted by relevance

12

/PHP-7.2/ext/openssl/tests/
H A Dopenssl_pkey_new_error.phpt2 openssl_pkey_new() error tests
8 from openssl_pkey_new() with an empty sub-array arg */
14 openssl_pkey_get_details(openssl_pkey_new($rsa));
15 openssl_pkey_get_details(openssl_pkey_new($dsa));
16 openssl_pkey_get_details(openssl_pkey_new($dh));
H A Dbug73711.phpt2 Bug #73711: Segfault in openssl_pkey_new when generating DSA or DH key
10 var_dump(openssl_pkey_new(["private_key_type" => OPENSSL_KEYTYPE_DSA, 'config' => $cnf]));
11 var_dump(openssl_pkey_new(["private_key_type" => OPENSSL_KEYTYPE_DH, 'config' => $cnf]));
H A Decc.phpt11 echo "Testing openssl_pkey_new\n";
12 $key1 = openssl_pkey_new($args);
20 $keyFailed = openssl_pkey_new($argsFailed);
29 $key2 = openssl_pkey_new($d1);
68 $key3 = openssl_pkey_new($args);
83 Testing openssl_pkey_new
86 Warning: openssl_pkey_new(): Unknown elliptic curve (short) name invalid_cuve_name in %s on line %d
H A Dbug25614.phpt6 if (!@openssl_pkey_new()) die("skip cannot create private key");
10 $priv = openssl_pkey_new();
H A Dbug72336.phpt2 Bug #72336 (openssl_pkey_new does not fail for invalid DSA params)
21 var_dump(openssl_pkey_new(array('dsa' => array('p' => $p, 'q' => $q, 'g' => $g))));
H A Dopenssl_pkey_new_basic.phpt2 openssl_pkey_new() basic usage tests
29 $rsa= openssl_pkey_new(array(
60 $dsa = openssl_pkey_new(array(
82 $dh = openssl_pkey_new(array(
H A Dbug55259.phpt13 $dh = openssl_pkey_new(array('dh'=> array('p' => $phex, 'g' => '2')));
15 $dh = openssl_pkey_new(array('dh'=> array( 'p' => hex2bin($phex), 'g' => '2')));
H A Dbug73478.phpt2 Bug #73478: openssl_pkey_new() generates wrong pub/priv keys with Diffie Hellman
13 $opensslKeyResource = openssl_pkey_new(['dh' => $details]);
H A D001.phpt6 if (!@openssl_pkey_new()) die("skip cannot create private key");
13 $privkey = openssl_pkey_new($conf);
H A Dopenssl_free_key.phpt9 if (!@openssl_pkey_new())
26 $privkey = openssl_pkey_new($conf);
H A Dbug68912.phpt7 if (!@openssl_pkey_new()) die("skip cannot create private key");
H A Dbug73833.phpt13 $key = openssl_pkey_new($conf);
H A Dbug60632.phpt10 $pkey = openssl_pkey_new(array(
H A Dbug36732.phpt23 $key = openssl_pkey_new();
H A Dopenssl_csr_get_public_key_basic.phpt15 $dh = openssl_pkey_new(array(
H A Dbug55646.phpt29 $private = openssl_pkey_new($config);
H A Dopenssl_csr_export_bacis.phpt27 $privkey = openssl_pkey_new($config_arg);
H A Dopenssl_csr_get_subject_basic.phpt15 $dh = openssl_pkey_new(array(
H A Dopenssl_csr_new_basic.phpt22 $x = openssl_pkey_new($conf);
H A Dopenssl_spki_export_basic.phpt6 if (!@openssl_pkey_new()) die("skip cannot create private key");
H A DCertificateGenerator.inc39 return openssl_pkey_new([
H A Dopenssl_csr_export_to_file_basic.phpt15 $dh = openssl_pkey_new(array(
H A Dopenssl_csr_sign_basic.phpt30 $privkey = openssl_pkey_new($config_arg);
H A Dopenssl_spki_export_challenge_basic.phpt8 if (!@openssl_pkey_new()) die("skip cannot create private key");
/PHP-7.2/ext/openssl/
H A Dphp_openssl.h100 PHP_FUNCTION(openssl_pkey_new);

Completed in 36 milliseconds

12