Searched refs:openssl_pkey_new (Results 1 – 25 of 32) sorted by relevance
12
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);85 $key3 = openssl_pkey_new($args);100 Testing openssl_pkey_new104 Warning: openssl_pkey_new(): Unknown elliptic curve (short) name invalid_cuve_name in %s on line %d
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]);
16 var_dump(openssl_pkey_new($conf));
7 if (!@openssl_pkey_new()) die("skip cannot create private key");
7 $privkey = openssl_pkey_new();
9 if (!@openssl_pkey_new())17 $privkey = openssl_pkey_new($conf);
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);
21 $key = openssl_pkey_new();
25 $x = openssl_pkey_new($conf);
17 $dh = openssl_pkey_new(array(
29 $private = openssl_pkey_new($config);
31 $privkey = openssl_pkey_new($config_arg);
19 $dh = openssl_pkey_new(array(
Completed in 22 milliseconds