Home
last modified time | relevance | path

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

/PHP-8.3/ext/openssl/tests/
H A Dbug28382.phpt24 string(%d) "%AURI:http://mobile.blue-software.ro:90/ca/crl.shtml%A"
/PHP-8.3/ext/openssl/
H A Dopenssl.c5694 crls = p7->d.sign->crl; in PHP_FUNCTION()
5700 crls = p7->d.signed_and_enveloped->crl; in PHP_FUNCTION()
5729 X509_CRL* crl = sk_X509_CRL_value(crls, i); in PHP_FUNCTION() local
5732 if (bio_out && PEM_write_bio_X509_CRL(bio_out, crl)) { in PHP_FUNCTION()
6370 X509_CRL* crl = sk_X509_CRL_value(crls, i); in PHP_FUNCTION() local
6373 if (bio_out && PEM_write_bio_X509_CRL(bio_out, crl)) { in PHP_FUNCTION()

Completed in 21 milliseconds