AUTHORS.txt
LICENSE.txt
MANIFEST.in
METADATA.md
README.rst
SECURITY.md
setup.cfg
setup.py
tox.ini
docs/tuf-spec.txt
docs/images/repository_tool-diagram.png
docs/papers/attacks-on-package-managers-ccs2008.pdf
docs/papers/package-management-security-tr08-02.pdf
docs/papers/survivable-key-compromise-ccs2010.pdf
examples/README.md
examples/client/example_client.py
examples/client/metadata/current/root.json
examples/client/metadata/previous/root.json
examples/keystore/project_key
examples/keystore/project_key.pub
examples/keystore/root_key
examples/keystore/root_key.pub
examples/keystore/snapshot_key
examples/keystore/snapshot_key.pub
examples/keystore/targets_key
examples/keystore/targets_key.pub
examples/keystore/timestamp_key
examples/keystore/timestamp_key.pub
examples/keystore/tuf.log
examples/repository/metadata/root.json
examples/repository/metadata/snapshot.json
examples/repository/metadata/targets.json
examples/repository/metadata/targets.json.gz
examples/repository/metadata/timestamp.json
examples/repository/metadata.staged/root.json
examples/repository/metadata.staged/snapshot.json
examples/repository/metadata.staged/targets.json
examples/repository/metadata.staged/targets.json.gz
examples/repository/metadata.staged/timestamp.json
examples/repository/metadata.staged/targets/project.json
examples/repository/metadata/targets/project.json
examples/repository/targets/file1.txt
examples/repository/targets/file2.txt
examples/repository/targets/project/file3.txt
tests/.coveragerc
tests/__init__.py
tests/aggregate_tests.py
tests/https_client.pem
tests/https_server.pem
tests/interposition.json
tests/simple_https_server.py
tests/simple_server.py
tests/slow_retrieval_server.py
tests/test_arbitrary_package_attack.py
tests/test_developer_tool.py
tests/test_download.py
tests/test_ed25519_keys.py
tests/test_endless_data_attack.py
tests/test_extraneous_dependencies_attack.py
tests/test_formats.py
tests/test_hash.py
tests/test_indefinite_freeze_attack.py
tests/test_init.py
tests/test_interpose_updater.py
tests/test_keydb.py
tests/test_keys.py
tests/test_log.py
tests/test_mirrors.py
tests/test_mix_and_match_attack.py
tests/test_pyca_crypto_keys.py
tests/test_pycrypto_keys.py
tests/test_replay_attack.py
tests/test_repository_lib.py
tests/test_repository_tool.py
tests/test_roledb.py
tests/test_schema.py
tests/test_sig.py
tests/test_slow_retrieval_attack.py
tests/test_updater.py
tests/test_util.py
tests/htmlcov/status.json
tests/repository_data/generate.py
tests/repository_data/generate_project_data.py
tests/repository_data/client/metadata/current/root.json
tests/repository_data/client/metadata/current/root.json.gz
tests/repository_data/client/metadata/current/snapshot.json
tests/repository_data/client/metadata/current/snapshot.json.gz
tests/repository_data/client/metadata/current/targets.json
tests/repository_data/client/metadata/current/targets.json.gz
tests/repository_data/client/metadata/current/timestamp.json
tests/repository_data/client/metadata/current/timestamp.json.gz
tests/repository_data/client/metadata/current/targets/role1.json
tests/repository_data/client/metadata/previous/root.json
tests/repository_data/client/metadata/previous/root.json.gz
tests/repository_data/client/metadata/previous/snapshot.json
tests/repository_data/client/metadata/previous/snapshot.json.gz
tests/repository_data/client/metadata/previous/targets.json
tests/repository_data/client/metadata/previous/targets.json.gz
tests/repository_data/client/metadata/previous/timestamp.json
tests/repository_data/client/metadata/previous/timestamp.json.gz
tests/repository_data/client/metadata/previous/targets/role1.json
tests/repository_data/keystore/delegation_key
tests/repository_data/keystore/delegation_key.pub
tests/repository_data/keystore/root_key
tests/repository_data/keystore/root_key.pub
tests/repository_data/keystore/snapshot_key
tests/repository_data/keystore/snapshot_key.pub
tests/repository_data/keystore/targets_key
tests/repository_data/keystore/targets_key.pub
tests/repository_data/keystore/timestamp_key
tests/repository_data/keystore/timestamp_key.pub
tests/repository_data/project/targets/file1.txt
tests/repository_data/project/targets/file2.txt
tests/repository_data/project/targets/file3.txt
tests/repository_data/project/test-flat/project.cfg
tests/repository_data/project/test-flat/test-flat.json
tests/repository_data/project/test-flat/test-flat/role1.json
tests/repository_data/project/test-repo/project.cfg
tests/repository_data/project/test-repo/metadata/test-repo-like.json
tests/repository_data/project/test-repo/metadata/test-repo-like/role1.json
tests/repository_data/project/test-repo/targets/file1.txt
tests/repository_data/project/test-repo/targets/file2.txt
tests/repository_data/project/test-repo/targets/file3.txt
tests/repository_data/repository/metadata/root.json
tests/repository_data/repository/metadata/root.json.gz
tests/repository_data/repository/metadata/snapshot.json
tests/repository_data/repository/metadata/snapshot.json.gz
tests/repository_data/repository/metadata/targets.json
tests/repository_data/repository/metadata/targets.json.gz
tests/repository_data/repository/metadata/timestamp.json
tests/repository_data/repository/metadata/timestamp.json.gz
tests/repository_data/repository/metadata.staged/root.json
tests/repository_data/repository/metadata.staged/root.json.gz
tests/repository_data/repository/metadata.staged/snapshot.json
tests/repository_data/repository/metadata.staged/snapshot.json.gz
tests/repository_data/repository/metadata.staged/targets.json
tests/repository_data/repository/metadata.staged/targets.json.gz
tests/repository_data/repository/metadata.staged/timestamp.json
tests/repository_data/repository/metadata.staged/timestamp.json.gz
tests/repository_data/repository/metadata.staged/targets/role1.json
tests/repository_data/repository/metadata/targets/role1.json
tests/repository_data/repository/targets/file1.txt
tests/repository_data/repository/targets/file2.txt
tests/repository_data/repository/targets/file3.txt
tuf/README-developer-tools.md
tuf/README.md
tuf/__init__.py
tuf/client_setup_and_repository_example.md
tuf/conf.py
tuf/developer_tool.py
tuf/download.py
tuf/ed25519_keys.py
tuf/formats.py
tuf/hash.py
tuf/keydb.py
tuf/keys.py
tuf/log.py
tuf/mirrors.py
tuf/pyca_crypto_keys.py
tuf/pycrypto_keys.py
tuf/repository_lib.py
tuf/repository_tool.py
tuf/requests_download.py
tuf/roledb.py
tuf/schema.py
tuf/sig.py
tuf/unittest_toolbox.py
tuf/util.py
tuf.egg-info/PKG-INFO
tuf.egg-info/SOURCES.txt
tuf.egg-info/dependency_links.txt
tuf.egg-info/pbr.json
tuf.egg-info/requires.txt
tuf.egg-info/top_level.txt
tuf/_vendor/__init__.py
tuf/_vendor/ssl_match_hostname.py
tuf/_vendor/ed25519/.gitignore
tuf/_vendor/ed25519/.travis.yml
tuf/_vendor/ed25519/LICENSE
tuf/_vendor/ed25519/README.rst
tuf/_vendor/ed25519/__init__.py
tuf/_vendor/ed25519/ed25519.py
tuf/_vendor/ed25519/science.py
tuf/_vendor/ed25519/test_ed25519.py
tuf/_vendor/ed25519/test_data/ed25519
tuf/client/README.md
tuf/client/__init__.py
tuf/client/basic_client.py
tuf/client/updater.py
tuf/interposition/README.md
tuf/interposition/__init__.py
tuf/interposition/configuration.py
tuf/interposition/updater.py