You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Do you need dynamic Oid parsing, or are you looking to hard code a constant Oid in your source? If you need a const Oid, use the mkoid binary shipped with this lib's bcder dependency. If it's dynamic, I can share some code
I am having a issue trying to add a Attribute using add_csr_attribute(Attribute)
The Attribute is something like.
OID: "2.5.4.20"
values: "999999999".to_string()
How do you convert a string to OID?
How do you convert a string of numbers to values?
The text was updated successfully, but these errors were encountered: