Home
last modified time | relevance | path

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

/PHP-8.4/ext/openssl/tests/
H A Dbug28382.phpt24 string(%d) "%AURI:http://mobile.blue-software.ro:90/ca/crl.shtml%A"
/PHP-8.4/ext/openssl/
H A Dopenssl.c5920 crls = p7->d.sign->crl; in PHP_FUNCTION()
5926 crls = p7->d.signed_and_enveloped->crl; in PHP_FUNCTION()
5955 X509_CRL* crl = sk_X509_CRL_value(crls, i); in PHP_FUNCTION() local
5958 if (bio_out && PEM_write_bio_X509_CRL(bio_out, crl)) { in PHP_FUNCTION()
6596 X509_CRL* crl = sk_X509_CRL_value(crls, i); in PHP_FUNCTION() local
6599 if (bio_out && PEM_write_bio_X509_CRL(bio_out, crl)) { in PHP_FUNCTION()

Completed in 29 milliseconds