Searched refs:openssl_csr_new (Results 1 – 17 of 17) sorted by relevance
/PHP-8.1/ext/openssl/tests/ |
H A D | openssl_csr_new_basic.phpt | 2 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 D | bug72165.phpt | 2 Bug #72165 Null pointer dereference - openssl_csr_new 9 $var2 = openssl_csr_new([0], $var0, $options, [0]); 12 Warning: openssl_csr_new(): dn: numeric fild names are not supported in %sbug72165.php on line %d 14 Warning: openssl_csr_new(): add1_attr_by_txt challengePassword_min -> 4 (failed; check error queue …
|
H A D | ecc.phpt | 61 // 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); 116 Testing openssl_csr_new with key generation 120 Testing openssl_csr_new with existing ecc key
|
H A D | bug55646.phpt | 2 Bug #55646: textual input in openssl_csr_new() is not expected in UTF-8 31 $csr_res = openssl_csr_new(
|
H A D | bug52093.phpt | 20 $csr = openssl_csr_new($dn, $privkey, $options);
|
H A D | bug36732.phpt | 22 $csr = openssl_csr_new($dn, $key, $configargs);
|
H A D | CertificateGenerator.inc | 58 openssl_csr_new( 130 $csr = openssl_csr_new($dn, $this->lastKey, $config);
|
H A D | openssl_csr_get_public_key_basic.phpt | 38 $csr = openssl_csr_new($dn, $privkey_file, $args);
|
H A D | bug50293.phpt | 33 $csr = openssl_csr_new($dn, $privkey, $args);
|
H A D | openssl_csr_export_basic.phpt | 32 $csr = openssl_csr_new($dn, $privkey, $args);
|
H A D | openssl_csr_get_subject_basic.phpt | 38 $csr = openssl_csr_new($dn, $privkey_file, $args);
|
H A D | openssl_csr_export_to_file_basic.phpt | 40 $csr = openssl_csr_new($dn, $privkey_file, $args);
|
H A D | openssl_csr_sign_basic.phpt | 35 $csr = openssl_csr_new($dn, $privkey, $args);
|
H A D | bug81713.phpt | 66 ["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-8.1/ext/openssl/ |
H A D | openssl_arginfo.h | 404 ZEND_FUNCTION(openssl_csr_new); 469 ZEND_FE(openssl_csr_new, arginfo_openssl_csr_new)
|
H A D | openssl.stub.php | 76 function openssl_csr_new(array $distinguished_names, &$private_key, ?array $options = null, ?array … function
|
H A D | openssl.c | 3414 PHP_FUNCTION(openssl_csr_new) in PHP_FUNCTION() argument
|
Completed in 36 milliseconds