Parse a textual OID (dot notation or name) into an ASN1_OBJECT.
Newly allocated ASN1_OBJECT, or NULL on error; free with ASN1_OBJECT_free().
| Name | Description |
|---|---|
| s | OID text such as "1.2.840.113549.1.1.1" or "sha256WithRSAEncryption". |
| no_name | When non-zero, only numeric OID forms are accepted (names are rejected). |