Searched refs:openssl_csr_export (Results 1 – 5 of 5) sorted by relevance
/PHP-7.0/ext/openssl/tests/ |
H A D | openssl_csr_export_bacis.phpt | 2 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 D | bug36732.phpt | 29 openssl_csr_export($csr, $str, false);
|
H A D | bug55646.phpt | 27 openssl_csr_export($csr_res, $csr);
|
/PHP-7.0/ext/openssl/ |
H A D | php_openssl.h | 95 PHP_FUNCTION(openssl_csr_export);
|
H A D | openssl.c | 483 PHP_FE(openssl_csr_export, arginfo_openssl_csr_export) 3127 PHP_FUNCTION(openssl_csr_export) in PHP_FUNCTION() argument
|
Completed in 20 milliseconds