LICENSE
README.rst
pyproject.toml
docs/conf.py
signify/__init__.py
signify/_typing.py
signify/exceptions.py
signify/fingerprinter.py
signify/py.typed
signify.egg-info/PKG-INFO
signify.egg-info/SOURCES.txt
signify.egg-info/dependency_links.txt
signify.egg-info/entry_points.txt
signify.egg-info/requires.txt
signify.egg-info/top_level.txt
signify/asn1/__init__.py
signify/asn1/ctl.py
signify/asn1/hashing.py
signify/asn1/helpers.py
signify/asn1/spc.py
signify/authenticode/__init__.py
signify/authenticode/cert_store.py
signify/authenticode/cli.py
signify/authenticode/indirect_data.py
signify/authenticode/legacy-certs.pem
signify/authenticode/signed_data.py
signify/authenticode/signer_info.py
signify/authenticode/trust_list.py
signify/authenticode/tsp.py
signify/authenticode/verification_result.py
signify/authenticode/signed_file/__init__.py
signify/authenticode/signed_file/base.py
signify/authenticode/signed_file/ctl.py
signify/authenticode/signed_file/flat.py
signify/authenticode/signed_file/msi.py
signify/authenticode/signed_file/pe.py
signify/authenticode/signed_file/signature.py
signify/pkcs7/__init__.py
signify/pkcs7/signed_data.py
signify/pkcs7/signer_info.py
signify/x509/__init__.py
signify/x509/certificates.py
signify/x509/context.py
tests/__init__.py
tests/_generate_test_results.py
tests/_utils.py
tests/test_authroot.py
tests/test_certificate.py
tests/test_context.py
tests/test_fingerprinter.py
tests/test_signerinfo.py
tests/authenticode/file_types/test_ctl.py
tests/authenticode/file_types/test_flat.py
tests/authenticode/file_types/test_msi.py
tests/authenticode/file_types/test_p7x.py
tests/authenticode/file_types/test_pe.py
tests/authenticode/file_types/test_pe_old.py