-
Notifications
You must be signed in to change notification settings - Fork 82
Feature: Enhance RDN parsing to support IA5String #236
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Add capability of converting RDN value of ASN1IA5String can be converted to String - additionally fix tests after this change
- add asn1identifiers for emailAdress and domainComponent - add new DSL types DomainComponent and EmailAdress
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! Looks like a very nice addition. I will defer to Cory to do the final review. Note that it might take some time until he can have a look.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Two very minor nits, but otherwise this looks really good.
I fixed the comments, good catch ! @Lukasa |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Shiny, this looks good. Let's see what CI says.
Looks like a few formatting tweaks need to be made. |
I hope I fixed, the formatting.. I was not aware of swift-format tool in xcode 16. |
Thanks so much @erikgadireddi! |
Add capability of converting RDN value of ASN1IA5String to String, if I am correct all RFC expect that RDN value can be ASN1IA5String..