Home
last modified time | relevance | path

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

/PHP-5.6/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 Dbug55646.phpt2 Bug #55646: textual input in openssl_csr_new() is not expected in UTF-8
5 if (!function_exists('openssl_csr_new'))
21 $csr_res = openssl_csr_new($csr_info, $private,
H A Dbug36732.phpt25 $csr = openssl_csr_new($dn, $key, $configargs);
H A Dopenssl_csr_export_bacis.phpt28 $csr = openssl_csr_new($dn, $privkey, $args);
H A Dopenssl_csr_sign_basic.phpt31 $csr = openssl_csr_new($dn, $privkey, $args);
/PHP-5.6/ext/openssl/
H A Dphp_openssl.h91 PHP_FUNCTION(openssl_csr_new);
H A Dopenssl.c472 PHP_FE(openssl_csr_new, arginfo_openssl_csr_new)
3092 PHP_FUNCTION(openssl_csr_new) in PHP_FUNCTION() argument
/PHP-5.6/
H A DNEWS6375 . Fixed bug #53136 (Invalid read on openssl_csr_new()). (Felipe)
9842 - Fixed leaks in openssl_csr_sign and openssl_csr_new (Pierre)
10136 - Implement #36732 (req/x509 extensions support for openssl_csr_new and
11618 - Fixed bug #29418 (double free when openssl_csr_new fails).

Completed in 48 milliseconds