Home
last modified time | relevance | path

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

/freebsd-11-stable/crypto/openssl/crypto/asn1/
HDx_crl.c325 if (idp->onlysomereasons) { in setup_idp()
327 if (idp->onlysomereasons->length > 0) in setup_idp()
328 crl->idp_reasons = idp->onlysomereasons->data[0]; in setup_idp()
329 if (idp->onlysomereasons->length > 1) in setup_idp()
330 crl->idp_reasons |= (idp->onlysomereasons->data[1] << 8); in setup_idp()
/freebsd-11-stable/crypto/openssl/crypto/x509v3/
HDv3_crld.c393 ASN1_IMP_OPT(ISSUING_DIST_POINT, onlysomereasons, ASN1_BIT_STRING, 3),
448 if (!set_reasons(&idp->onlysomereasons, val)) in v2i_idp()
503 if (idp->onlysomereasons) in i2r_idp()
504 print_reasons(out, "Only Some Reasons", idp->onlysomereasons, indent); in i2r_idp()
508 && (idp->indirectCRL <= 0) && !idp->onlysomereasons in i2r_idp()
HDx509v3.h360 ASN1_BIT_STRING *onlysomereasons; member
/freebsd-11-stable/crypto/openssl/doc/apps/
HDx509v3_config.pod282 The name "onlysomereasons" is accepted which sets this field. The value is
297 onlysomereasons=keyCompromise, CACompromise