x5092json
x5092json copied to clipboard
Parse TLS X509 Certificates; Output JSON
Currently when I try to install x5092json using pip I get an error because `cryptography` has a pinned version in 2.5 but `pyopenssl` depends version `>=2.8`. ``` $ pip3 install...
When trying to work with DER certificates or run the pytests on windows, the script will fail. ``` tests\test_x509_parser.py:10: in object_pairs_hook=OrderedDict) C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.7_3.7.752.0_x64__qbz5n2kfra8p0\lib\json\__init__.py:293: in load return loads(fp.read(), C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.7_3.7.752.0_x64__qbz5n2kfra8p0\lib\encodings\cp1252.py:23: in...