Home
last modified time | relevance | path

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

/openbsd/usr.sbin/rpki-client/
H A Dx509.c33 ASN1_OBJECT *manifest_oid; /* 1.3.6.1.5.5.7.48.10 (rpkiManifest) */ variable
63 .ptr = &manifest_oid,
H A Dcert.c34 extern ASN1_OBJECT *manifest_oid; /* 1.3.6.1.5.5.7.48.10 (rpkiManifest) */
546 } else if (OBJ_cmp(oid, manifest_oid) == 0) { in sbgp_sia()