We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
DistinguishedName
It would be helpful if DistinguishedName (and perhaps its subcomponents?) could support initialization from RFC 4514–formatted strings.
RelativeDistinguishedName.Attribute and its .Value have a rough sort of reverse form of this in
RelativeDistinguishedName.Attribute
.Value
swift-certificates/Sources/X509/RDNAttribute.swift
Lines 211 to 233 in a846fc7
swift-certificates/Sources/X509/Docs.docc/Examining Certificates.md
Lines 65 to 66 in a846fc7
The text was updated successfully, but these errors were encountered:
Yeah, this sounds like a reasonable feature. I'd be happy to see someone take a swing at implementing this.
Sorry, something went wrong.
No branches or pull requests
It would be helpful if
DistinguishedName
(and perhaps its subcomponents?) could support initialization from RFC 4514–formatted strings.RelativeDistinguishedName.Attribute
and its.Value
have a rough sort of reverse form of this inswift-certificates/Sources/X509/RDNAttribute.swift
Lines 211 to 233 in a846fc7
swift-certificates/Sources/X509/Docs.docc/Examining Certificates.md
Lines 65 to 66 in a846fc7
The text was updated successfully, but these errors were encountered: