Home
last modified time | relevance | path

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

12

/php-src/ext/openssl/tests/
H A Decc_custom_params.phpt12 echo "Testing openssl_pkey_new with ec curve_name\n";
15 $ec = openssl_pkey_new(array(
38 $ec = openssl_pkey_new(array(
56 echo "Testing openssl_pkey_new with ec missing params \n";
58 $ec = openssl_pkey_new(array(
66 $ec = openssl_pkey_new(array(
72 $ec = openssl_pkey_new(array(
82 $ec = openssl_pkey_new(array(
93 Testing openssl_pkey_new with ec curve_name
97 Testing openssl_pkey_new with ec explicit parameters
[all …]
H A Dopenssl_pkey_new_error.phpt2 openssl_pkey_new() error tests
8 from openssl_pkey_new() with an empty sub-array arg */
15 openssl_pkey_get_details(openssl_pkey_new($rsa));
20 openssl_pkey_get_details(openssl_pkey_new($dsa));
25 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
12 var_dump(openssl_pkey_new([
17 var_dump(openssl_pkey_new([
H A Decc.phpt17 echo "Testing openssl_pkey_new\n";
18 $key1 = openssl_pkey_new($args);
27 $keyFailed = openssl_pkey_new($argsFailed);
36 $key2 = openssl_pkey_new($d1);
48 $key3 = openssl_pkey_new($d1_priv);
86 $key3 = openssl_pkey_new($args);
101 Testing openssl_pkey_new
105 Warning: openssl_pkey_new(): Unknown elliptic curve (short) name invalid_cuve_name in %s on line %d
H A Decc_sm2.phpt13 echo "Testing openssl_pkey_new with ec curve_name SM2\n";
14 $ec = openssl_pkey_new(array(
39 echo "Testing openssl_pkey_new with ec explicit parameters (SM2 curve)\n";
47 $ec = openssl_pkey_new(array(
70 Testing openssl_pkey_new with ec curve_name SM2
85 Testing openssl_pkey_new with ec explicit parameters (SM2 curve)
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 Dbug25614.phpt7 if (!@openssl_pkey_new()) die("skip cannot create private key");
11 $priv = openssl_pkey_new();
H A Dgh9339.phpt15 openssl_pkey_new([ 'config' => $configFile ]);
23 Warning: openssl_pkey_new(): Path for oid_file option must be a valid file path in %s on line %d
H A Dopenssl_pkey_new_basic.phpt2 openssl_pkey_new() basic usage tests
38 $rsa= openssl_pkey_new(array(
76 $dsa = openssl_pkey_new(array(
98 $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 Dbug80747.phpt12 var_dump(openssl_pkey_new($conf));
H A Dbug68912.phpt7 if (!@openssl_pkey_new()) die("skip cannot create private key");
H A Dopenssl_free_key.phpt9 if (!@openssl_pkey_new())
17 $privkey = openssl_pkey_new($conf);
H A Dbug73833.phpt11 $key = openssl_pkey_new($conf);
H A D001.phpt7 if (!@openssl_pkey_new()) die("skip cannot create private key");
14 $privkey = openssl_pkey_new($conf);
H A Dbug52093.phpt19 $privkey = openssl_pkey_new();
H A Dbug60632.phpt8 $pkey = openssl_pkey_new(array(
H A Dbug36732.phpt21 $key = openssl_pkey_new();
H A Dopenssl_csr_new_basic.phpt25 $x = openssl_pkey_new($conf);
H A Dopenssl_csr_get_public_key_basic.phpt17 $dh = openssl_pkey_new(array(
H A Dopenssl_csr_new_array_dn_entry.phpt13 $x = openssl_pkey_new($conf);
H A Dbug55646.phpt29 $private = openssl_pkey_new($config);
H A Dopenssl_csr_export_basic.phpt31 $privkey = openssl_pkey_new($config_arg);
H A Dopenssl_csr_get_subject_basic.phpt17 $dh = openssl_pkey_new(array(

Completed in 35 milliseconds

12