LICENSE
MANIFEST.in
README.rst
setup.py
docs/Makefile
docs/authenticode.rst
docs/authroot.rst
docs/certificates.rst
docs/changelog.rst
docs/conf.py
docs/fingerprinter.rst
docs/index.rst
docs/make.bat
docs/pkcs7.rst
signify/__init__.py
signify/_compat.py
signify/exceptions.py
signify/fingerprinter.py
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/helpers.py
signify/asn1/oids.py
signify/asn1/pkcs7.py
signify/asn1/preserving_der.py
signify/asn1/spc.py
signify/authenticode/__init__.py
signify/authenticode/authroot.py
signify/authenticode/signed_pe.py
signify/authenticode/structures.py
signify/pkcs7/__init__.py
signify/pkcs7/signeddata.py
signify/pkcs7/signerinfo.py
signify/x509/__init__.py
signify/x509/certificates.py
signify/x509/context.py
tests/test_asn1.py
tests/test_authenticode.py
tests/test_authroot.py
tests/test_context.py
tests/test_fingerprinter.py
tests/test_signerinfo.py