Home
last modified time | relevance | path

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

/php-src/ext/openssl/tests/
H A Dopenssl_csr_new_basic.phpt2 openssl_csr_new() tests
13 var_dump(openssl_csr_new(array(), $a, $conf, array()));
22 var_dump(openssl_csr_new($a, $b, $conf));
26 var_dump(openssl_csr_new(["countryName" => "DE"], $x, $conf + ["x509_extensions" => 0xDEADBEEF]));
30 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
9 $var2 = openssl_csr_new([0], $var0, $options, [0]);
12 Warning: openssl_csr_new(): attributes: numeric fild names are not supported in %sbug72165.php on l…
14 Warning: openssl_csr_new(): add1_attr_by_txt challengePassword_min -> 4 (failed; check error queue …
H A Decc.phpt61 // openssl_csr_new creates a new public key pair if the key argument is null
62 echo "Testing openssl_csr_new with key generation\n";
65 $csr = openssl_csr_new($dn, $keyGenerate, $args);
70 echo "Testing openssl_csr_new with existing ecc key\n";
71 $csr = openssl_csr_new($dn, $key1, $args);
117 Testing openssl_csr_new with key generation
121 Testing openssl_csr_new with existing ecc key
H A Dopenssl_csr_new_with_attribs.phpt2 openssl_csr_new() attributes setting tests
31 $csr = openssl_csr_new(
47 var_dump(openssl_csr_new(
92 Warning: openssl_csr_new(): attributes: wrong is not a recognized attribute name in %s on line %d
H A Dopenssl_csr_new_array_dn_entry.phpt2 openssl_csr_new() with array DN entry
14 $csr = openssl_csr_new(
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 Dbug52093.phpt20 $csr = openssl_csr_new($dn, $privkey, $options);
H A Dbug36732.phpt22 $csr = openssl_csr_new($dn, $key, $configargs);
H A DCertificateGenerator.inc58 openssl_csr_new(
130 $csr = openssl_csr_new($dn, $this->lastKey, $config);
H A Dopenssl_csr_get_public_key_basic.phpt38 $csr = openssl_csr_new($dn, $privkey_file, $args);
H A Dbug50293.phpt31 $csr = openssl_csr_new($dn, $privkey, $args);
H A Dopenssl_csr_export_basic.phpt32 $csr = openssl_csr_new($dn, $privkey, $args);
H A Dopenssl_csr_get_subject_basic.phpt38 $csr = openssl_csr_new($dn, $privkey_file, $args);
H A Dopenssl_csr_export_to_file_basic.phpt40 $csr = openssl_csr_new($dn, $privkey_file, $args);
H A Dopenssl_csr_sign_with_serial_hex.phpt27 $csr = openssl_csr_new($dn, $privkey, $args);
H A Dopenssl_csr_sign_basic.phpt35 $csr = openssl_csr_new($dn, $privkey, $args);
H A Dbug81713.phpt66 ["openssl_csr_new", $dn, &$priv_key_file_null, $csr_args],
160 openssl_csr_new(): Argument #2 ($private_key) must not contain any null bytes
/php-src/ext/openssl/
H A Dopenssl.stub.php456 function openssl_csr_new(array $distinguished_names, #[\SensitiveParameter] &$private_key, ?array $…
H A Dopenssl_arginfo.h406 ZEND_FUNCTION(openssl_csr_new);
471 ZEND_FE(openssl_csr_new, arginfo_openssl_csr_new)
H A Dopenssl.c3377 PHP_FUNCTION(openssl_csr_new) in PHP_FUNCTION() argument
/php-src/
H A DNEWS124 . Implement request #48520 (openssl_csr_new - allow multiple values in DN).
H A DUPGRADING387 . The extra_attributes parameter in openssl_csr_new sets CSR attributes
389 . The dn parameter in openssl_csr_new allows setting array of values for

Completed in 67 milliseconds