Re: [Cryptography-dev] LDAP string representation of cryptography.x509.Name

2017-07-05 Thread Alex Gaynor
We do not currently have an API for this format. Alex On Jul 5, 2017 2:22 PM, "Michael Ströder" wrote: HI! The only standardized string form for X.509 names is the LDAP "String Representation of Distinguished Names" (see RFC 4514). M2Crypto allows to simply let OpenSSL lib generate such a str

[Cryptography-dev] LDAP string representation of cryptography.x509.Name

2017-07-05 Thread Michael Ströder
HI! The only standardized string form for X.509 names is the LDAP "String Representation of Distinguished Names" (see RFC 4514). M2Crypto allows to simply let OpenSSL lib generate such a string representation for a subject or issuer name. Is there something similar available for cryptography.x