Home
last modified time | relevance | path

Searched refs:openssl_csr_export (Results 1 – 5 of 5) sorted by relevance

/PHP-7.4/ext/openssl/tests/
H A Dopenssl_csr_export_bacis.phpt2 openssl_csr_export() tests
29 var_dump(openssl_csr_export($csr, $output));
30 var_dump(openssl_csr_export($wrong, $output));
31 var_dump(openssl_csr_export($privkey, $output));
32 var_dump(openssl_csr_export(array(), $output));
33 var_dump(openssl_csr_export($csr, $output, false));
38 Warning: openssl_csr_export() expects parameter 1 to be resource, string given in %s on line %d
41 Warning: openssl_csr_export(): supplied resource is not a valid OpenSSL X.509 CSR resource in %s on…
43 Warning: openssl_csr_export(): cannot get CSR from parameter 1 in %s on line %d
46 Warning: openssl_csr_export() expects parameter 1 to be resource, array given in %s on line %d
H A Dbug36732.phpt28 openssl_csr_export($csr, $str, false);
H A Dbug55646.phpt42 openssl_csr_export($csr_res, $csr);
/PHP-7.4/ext/openssl/
H A Dphp_openssl.h156 PHP_FUNCTION(openssl_csr_export);
H A Dopenssl.c513 PHP_FE(openssl_csr_export, arginfo_openssl_csr_export)
3404 PHP_FUNCTION(openssl_csr_export) in PHP_FUNCTION() argument

Completed in 51 milliseconds