Expand description
Object Identifiers — Oid wraps ASN1_OBJECT for arbitrary OID comparison.
Unlike crate::x509::nid_from_text, which only recognises OIDs registered in
OpenSSL’s built-in OBJ table, Oid::from_text creates an object for any dotted
decimal OID string, including vendor- and application-specific OIDs that have no
registered NID.
Structs§
- Oid
- An owned Object Identifier wrapping an OpenSSL
ASN1_OBJECT*.