Home
last modified time | relevance | path

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

/openbsd/lib/libcrypto/x509/
H A Dx509_purp.c757 if (ku_reject(x, KU_CRL_SIGN)) in check_purpose_crl_sign()
H A Dx509v3.h399 #define KU_CRL_SIGN 0x0002 macro
H A Dx509_vfy.c1591 !(issuer->ex_kusage & KU_CRL_SIGN)) { in x509_vfy_check_crl()
/openbsd/usr.sbin/rpki-client/
H A Dx509.c334 if (X509_get_key_usage(x) != (KU_KEY_CERT_SIGN | KU_CRL_SIGN)) { in x509_get_purpose()