x509.Name should support RFC-4514 string representation
baynes opened this issue · 1 comments
baynes commented
RFC-4514 defines the standard string representation for distinguished names. The asn1crypto.x509.Name
object should support a way of generating this representation. The human_friendly
property does something similar but uses different strings for the different attribute types.
wbond commented
I'd be open to a PR if you'd like to see such a feature.