-
Notifications
You must be signed in to change notification settings - Fork 134
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
x509-cert: make Name
a new type over RdnSequence
#1499
x509-cert: make Name
a new type over RdnSequence
#1499
Conversation
3a8da71
to
d059733
Compare
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.
I didn't review the changes to tests, as I'm on my phone.
b168e0d
to
d9fbfc4
Compare
94ddacf
to
32615dd
Compare
I guess there would be value in a builder for name, but this PR is already large enough. |
cd16b39
to
cb27b48
Compare
@baloo some merge conflicts in the tests. Edit: oof, a lot more now, sorry. I'm done for now. |
This make `FromStr` documented way to build a name. This also exposes a set of getter methods to get elements from the name (CN, Org, ...).
cb27b48
to
593176c
Compare
Going to merge this both as an improvement and to avoid additional merge conflicts |
This make
FromStr
documented way to build a name. This also exposes a set of getter methods to get elements from the name (CN, Org, ...).see:
Name
#1489Name
#1493