wbond / certvalidator

Python library for validating X.509 certificates and paths
MIT License
107 stars 31 forks source link

Empty DirectoryString (e.g., "") in Distinguished name structures #48

Open joyantaDebnath opened 5 months ago

joyantaDebnath commented 5 months ago

The library allows empty DirectoryString (e.g., "") in Distinguished name structures of Issuer and Subject name. (RFC 5280 non-compliant). Minimum length should be 1.