Home
last modified time | relevance | path

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

/PHP-5.3/ext/openssl/tests/
H A D004.phpt2 openssl_csr_new() tests
9 var_dump(openssl_csr_new(1,$a));
10 var_dump(openssl_csr_new(1,$a,1,1));
12 var_dump(openssl_csr_new(array(), $a, array('config' => __DIR__ . DIRECTORY_SEPARATOR . 'openssl.cn…
17 var_dump(openssl_csr_new($a, $b, array('config' => __DIR__ . DIRECTORY_SEPARATOR . 'openssl.cnf')));
23 Warning: openssl_csr_new() expects parameter 1 to be array, integer given in %s on line %d
26 Warning: openssl_csr_new() expects parameter 1 to be array, integer given in %s on line %d
29 Warning: openssl_csr_new(): key array must be of the form array(0 => key, 1 => phrase) in %s on lin…
31 Warning: openssl_csr_new(): add1_attr_by_txt challengePassword_min -> 4 (failed) in %s on line %d
H A D026.phpt8 $csr = openssl_csr_new(["countryName" => "DE"], $x, ["x509_extensions" => 0xDEADBEEF]);
H A Dbug36732.phpt25 $csr = openssl_csr_new($dn, $key, $configargs);
H A D022.phpt28 $csr = openssl_csr_new($dn, $privkey, $args);
H A D021.phpt31 $csr = openssl_csr_new($dn, $privkey, $args);
/PHP-5.3/ext/openssl/
H A Dphp_openssl.h71 PHP_FUNCTION(openssl_csr_new);
H A Dopenssl.c408 PHP_FE(openssl_csr_new, arginfo_openssl_csr_new)
2534 PHP_FUNCTION(openssl_csr_new) in PHP_FUNCTION() argument
/PHP-5.3/
H A DNEWS1747 . Fixed bug #53136 (Invalid read on openssl_csr_new()). (Felipe)
5214 - Fixed leaks in openssl_csr_sign and openssl_csr_new (Pierre)
5508 - Implement #36732 (req/x509 extensions support for openssl_csr_new and
6990 - Fixed bug #29418 (double free when openssl_csr_new fails).

Completed in 35 milliseconds