indygreg / indygreg/cryptography-rs
Deveopment help, Add CSR Attribute
Open
- Dominant language
- Rust
- Stars
- 21
- Forks
- 32
- PR merge metrics
- No merged PRs in 30d
Description
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?
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by reading the Rust add_csr_attribute(Attribute) API and the Attribute type definition. Check how the API represents the OID "2.5.4.20" and the string value "999999999"; done means documenting the required conversions or usage clearly enough for callers to add this CSR attribute.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- cryptography
- Issue type
- Documentation
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100