wbond / certvalidator

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

Weak version check for Extensions #51

Open joyantaDebnath opened 5 months ago

joyantaDebnath commented 5 months ago

Allows the presence of (version 3) extensions even if the certificate version is 1 or 2. Allow the presence of extensions even if the version is greater than 3. What is version 4? It is not rejected.