Home
last modified time | relevance | path

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

/PHP-8.3/ext/openssl/tests/
H A Dbug50293.phpt34 openssl_x509_export($sscert, $certout);
/PHP-8.3/ext/openssl/
H A Dopenssl.c5467 BIO *certout; in PHP_FUNCTION() local
5469 certout = php_openssl_bio_new_file( in PHP_FUNCTION()
5471 if (certout) { in PHP_FUNCTION()
5477 if (!PEM_write_bio_X509(certout, sk_X509_value(signers, i))) { in PHP_FUNCTION()
5490 BIO_free(certout); in PHP_FUNCTION()
5960 BIO *certout = NULL, *sigbio = NULL; in PHP_FUNCTION() local
6063 certout = php_openssl_bio_new_file( in PHP_FUNCTION()
6065 if (certout) { in PHP_FUNCTION()
6071 if (!PEM_write_bio_X509(certout, sk_X509_value(signers, i))) { in PHP_FUNCTION()
6113 BIO_free(certout); in PHP_FUNCTION()

Completed in 26 milliseconds