Home
last modified time | relevance | path

Searched refs:certpol_oid (Results 1 – 3 of 3) sorted by relevance

/openbsd/usr.sbin/rpki-client/
H A Dvalidate.c30 extern ASN1_OBJECT *certpol_oid;
395 if ((cp_oid = OBJ_dup(certpol_oid)) == NULL) in valid_x509()
H A Dx509.c31 ASN1_OBJECT *certpol_oid; /* id-cp-ipAddr-asNumber cert policy */ variable
55 .ptr = &certpol_oid,
H A Dcert.c32 extern ASN1_OBJECT *certpol_oid; /* id-cp-ipAddr-asNumber cert policy */
660 if (OBJ_cmp(policy->policyid, certpol_oid) != 0) { in certificate_policies()
664 OBJ_obj2txt(cbuf, sizeof(cbuf), certpol_oid, 1); in certificate_policies()