Home
last modified time | relevance | path

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

/PHP-8.0/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
10 $var2 = openssl_csr_new(array(0),$var0,null,array(0));
13 Warning: openssl_csr_new(): dn: numeric fild names are not supported in %sbug72165.php on line %d
15 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);
96 Testing openssl_csr_new with key generation
100 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 Dbug52093.phpt19 $csr = openssl_csr_new($dn, $privkey);
H A DCertificateGenerator.inc58 openssl_csr_new(
128 openssl_csr_new($dn, $this->lastKey, $config),
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 Dbug50293.phpt33 $csr = openssl_csr_new($dn, $privkey, $args);
H A Dopenssl_csr_export_basic.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);
H A Dbug81713.phpt64 ["openssl_csr_new", $dn, &$priv_key_file_null, $csr_args],
158 openssl_csr_new(): Argument #2 ($private_key) must not contain any null bytes
/PHP-8.0/ext/openssl/
H A Dopenssl_arginfo.h404 ZEND_FUNCTION(openssl_csr_new);
469 ZEND_FE(openssl_csr_new, arginfo_openssl_csr_new)
H A Dopenssl.stub.php60 function openssl_csr_new(array $distinguished_names, &$private_key, ?array $options = null, ?array … function
H A Dopenssl.c3415 PHP_FUNCTION(openssl_csr_new) in PHP_FUNCTION() argument
/PHP-8.0/
H A DUPGRADING418 . openssl_csr_new() will now return an OpenSSLCertificateSigningRequest object

Completed in 37 milliseconds