Home
last modified time | relevance | path

Searched refs:openssl_csr_new (Results 1 – 13 of 13) sorted by relevance

/PHP-7.2/ext/openssl/tests/
H A Dopenssl_csr_new_basic.phpt2 openssl_csr_new() tests
9 var_dump(openssl_csr_new(1,$a));
10 var_dump(openssl_csr_new(1,$a,1,1));
14 var_dump(openssl_csr_new(array(), $a, $conf, array()));
19 var_dump(openssl_csr_new($a, $b, $conf));
23 var_dump(openssl_csr_new(["countryName" => "DE"], $x, $conf + ["x509_extensions" => 0xDEADBEEF]));
29 Warning: openssl_csr_new() expects parameter 1 to be array, integer given in %s on line %d
32 Warning: openssl_csr_new() expects parameter 1 to be array, integer given in %s on line %d
35 Warning: openssl_csr_new(): key array must be of the form array(0 => key, 1 => phrase) in %s on lin…
37 Warning: openssl_csr_new(): add1_attr_by_txt challengePassword_min -> 4 (failed; check error queue …
H A Dbug72165.phpt2 Bug #72165 Null pointer dereference - openssl_csr_new
10 $var2 = openssl_csr_new(array(0),$var0,null,array(0));
14 Warning: openssl_csr_new(): dn: numeric fild names are not supported in %sbug72165.php on line %d
16 Warning: openssl_csr_new(): add1_attr_by_txt challengePassword_min -> 4 (failed; check error queue …
H A Decc.phpt44 // openssl_csr_new creates a new public key pair if the key argument is null
45 echo "Testing openssl_csr_new with key generation\n";
48 $csr = openssl_csr_new($dn, $keyGenerate, $args);
53 echo "Testing openssl_csr_new with existing ecc key\n";
54 $csr = openssl_csr_new($dn, $key1, $args);
94 Testing openssl_csr_new with key generation
97 Testing openssl_csr_new with existing ecc key
H A Dbug55646.phpt2 Bug #55646: textual input in openssl_csr_new() is not expected in UTF-8
31 $csr_res = openssl_csr_new(
H A DCertificateGenerator.inc58 openssl_csr_new(
97 openssl_csr_new($dn, $this->lastKey, ['req_extensions' => 'v3_req']),
H A Dbug36732.phpt24 $csr = openssl_csr_new($dn, $key, $configargs);
H A Dopenssl_csr_get_public_key_basic.phpt36 $csr = openssl_csr_new($dn, $privkey_file, $args);
H A Dopenssl_csr_export_bacis.phpt28 $csr = openssl_csr_new($dn, $privkey, $args);
H A Dopenssl_csr_get_subject_basic.phpt36 $csr = openssl_csr_new($dn, $privkey_file, $args);
H A Dopenssl_csr_export_to_file_basic.phpt36 $csr = openssl_csr_new($dn, $privkey_file, $args);
H A Dopenssl_csr_sign_basic.phpt31 $csr = openssl_csr_new($dn, $privkey, $args);
/PHP-7.2/ext/openssl/
H A Dphp_openssl.h137 PHP_FUNCTION(openssl_csr_new);
H A Dopenssl.c500 PHP_FE(openssl_csr_new, arginfo_openssl_csr_new)
3518 PHP_FUNCTION(openssl_csr_new) in PHP_FUNCTION() argument

Completed in 28 milliseconds