Home
last modified time | relevance | path

Searched refs:certout (Results 1 – 2 of 2) sorted by relevance

/php-src/ext/openssl/tests/
H A Dbug50293.phpt34 openssl_x509_export($sscert, $certout);
/php-src/ext/openssl/
H A Dopenssl.c5693 BIO *certout; in PHP_FUNCTION() local
5695 certout = php_openssl_bio_new_file( in PHP_FUNCTION()
5697 if (certout) { in PHP_FUNCTION()
5703 if (!PEM_write_bio_X509(certout, sk_X509_value(signers, i))) { in PHP_FUNCTION()
5716 BIO_free(certout); in PHP_FUNCTION()
6186 BIO *certout = NULL, *sigbio = NULL; in PHP_FUNCTION() local
6289 certout = php_openssl_bio_new_file( in PHP_FUNCTION()
6291 if (certout) { in PHP_FUNCTION()
6297 if (!PEM_write_bio_X509(certout, sk_X509_value(signers, i))) { in PHP_FUNCTION()
6339 BIO_free(certout); in PHP_FUNCTION()

Completed in 23 milliseconds