method

crls

v1_9_1_378 - Show latest stable - Class: OpenSSL::PKCS7
crls()
public

No documentation available.

static VALUE
ossl_pkcs7_get_crls(VALUE self)
{
    return ossl_x509crl_sk2ary(pkcs7_get_certs_or_crls(self, 0));
}