Searched refs:openssl_pkey_new (Results 1 – 25 of 38) sorted by relevance
12
12 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_name97 Testing openssl_pkey_new with ec explicit parameters[all …]
2 openssl_pkey_new() error tests8 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));
2 Bug #73711: Segfault in openssl_pkey_new when generating DSA or DH key12 var_dump(openssl_pkey_new([17 var_dump(openssl_pkey_new([
17 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_new105 Warning: openssl_pkey_new(): Unknown elliptic curve (short) name invalid_cuve_name in %s on line %d
13 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 SM285 Testing openssl_pkey_new with ec explicit parameters (SM2 curve)
11 echo "Testing openssl_pkey_new\n";12 $key1 = openssl_pkey_new([ "private_key_type" => OPENSSL_KEYTYPE_ED25519 ]);21 $key2 = openssl_pkey_new($d1);31 $key3 = openssl_pkey_new($d1_priv);39 $pubkey1 = openssl_pkey_new($d1_pub);89 Testing openssl_pkey_new
11 echo "Testing openssl_pkey_new\n";12 $key1 = openssl_pkey_new([ "private_key_type" => OPENSSL_KEYTYPE_ED448 ]);21 $key2 = openssl_pkey_new($d1);31 $key3 = openssl_pkey_new($d1_priv);39 $pubkey1 = openssl_pkey_new($d1_pub);89 Testing openssl_pkey_new
2 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))));
7 if (!@openssl_pkey_new()) die("skip cannot create private key");11 $priv = openssl_pkey_new();
15 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
2 openssl_pkey_new() basic usage tests38 $rsa= openssl_pkey_new(array(76 $dsa = openssl_pkey_new(array(98 $dh = openssl_pkey_new(array(
13 $dh = openssl_pkey_new(array('dh'=> array('p' => $phex, 'g' => '2')));15 $dh = openssl_pkey_new(array('dh'=> array( 'p' => hex2bin($phex), 'g' => '2')));
2 Bug #73478: openssl_pkey_new() generates wrong pub/priv keys with Diffie Hellman13 $opensslKeyResource = openssl_pkey_new(['dh' => $details]);
12 var_dump(openssl_pkey_new($conf));
7 if (!@openssl_pkey_new()) die("skip cannot create private key");
7 $privkey = openssl_pkey_new();
11 $key = openssl_pkey_new($conf);
19 $privkey = openssl_pkey_new();
8 $pkey = openssl_pkey_new(array(
7 if (!@openssl_pkey_new()) die("skip cannot create private key");14 $privkey = openssl_pkey_new($conf);
9 if (!@openssl_pkey_new())17 $privkey = openssl_pkey_new($conf);
21 $key = openssl_pkey_new();
25 $x = openssl_pkey_new($conf);
17 $dh = openssl_pkey_new(array(
13 $x = openssl_pkey_new($conf);
Completed in 36 milliseconds