Home
last modified time | relevance | path

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

/PHP-5.3/ext/openssl/
H A Dopenssl.c3443 BIO *certout; in PHP_FUNCTION() local
3449 certout = BIO_new_file(signersfilename, "w"); in PHP_FUNCTION()
3450 if (certout) { in PHP_FUNCTION()
3455 PEM_write_bio_X509(certout, sk_X509_value(signers, i)); in PHP_FUNCTION()
3457 BIO_free(certout); in PHP_FUNCTION()

Completed in 13 milliseconds