It would be very helpful for code that uses both `x509_parser` for verification and `rcgen` for generation. The reverse is likely difficult/impossible because `X509Name` is a borrowed type so I haven't bothered to ask.
It would be very helpful for code that uses both
x509_parserfor verification andrcgenfor generation.The reverse is likely difficult/impossible because
X509Nameis a borrowed type so I haven't bothered to ask.