AUTHORS.txt
MANIFEST.in
METADATA.md
README.rst
SECURITY.md
setup.cfg
setup.py
tox.ini
docs/tuf-spec.0.9.txt
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/prevention-rollback-attacks-atc2017.pdf
docs/papers/protect-community-repositories-nsdi2016.pdf
docs/papers/survivable-key-compromise-ccs2010.pdf
tests/.coveragerc
tests/__init__.py
tests/aggregate_tests.py
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_endless_data_attack.py
tests/test_exceptions.py
tests/test_extraneous_dependencies_attack.py
tests/test_formats.py
tests/test_indefinite_freeze_attack.py
tests/test_init.py
tests/test_interpose_updater.py
tests/test_key_revocation_integration.py
tests/test_keydb.py
tests/test_log.py
tests/test_mirrors.py
tests/test_mix_and_match_attack.py
tests/test_multiple_repositories_integration.py
tests/test_replay_attack.py
tests/test_repository_lib.py
tests/test_repository_tool.py
tests/test_roledb.py
tests/test_root_versioning_integration.py
tests/test_sig.py
tests/test_slow_retrieval_attack.py
tests/test_unittest_toolbox.py
tests/test_updater.py
tests/test_updater_root_rotation_integration.py
tests/htmlcov/status.json
tests/repository_data/generate.py
tests/repository_data/generate_project_data.py
tests/repository_data/client/test_repository/metadata/current/1.root.json
tests/repository_data/client/test_repository/metadata/current/role1.json
tests/repository_data/client/test_repository/metadata/current/role2.json
tests/repository_data/client/test_repository/metadata/current/root.json
tests/repository_data/client/test_repository/metadata/current/snapshot.json
tests/repository_data/client/test_repository/metadata/current/targets.json
tests/repository_data/client/test_repository/metadata/current/timestamp.json
tests/repository_data/client/test_repository/metadata/previous/1.root.json
tests/repository_data/client/test_repository/metadata/previous/role1.json
tests/repository_data/client/test_repository/metadata/previous/role2.json
tests/repository_data/client/test_repository/metadata/previous/root.json
tests/repository_data/client/test_repository/metadata/previous/snapshot.json
tests/repository_data/client/test_repository/metadata/previous/targets.json
tests/repository_data/client/test_repository/metadata/previous/timestamp.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/role1.json
tests/repository_data/project/test-flat/test-flat.json
tests/repository_data/repository/metadata/1.root.json
tests/repository_data/repository/metadata/role1.json
tests/repository_data/repository/metadata/role2.json
tests/repository_data/repository/metadata/root.json
tests/repository_data/repository/metadata/snapshot.json
tests/repository_data/repository/metadata/targets.json
tests/repository_data/repository/metadata/timestamp.json
tests/repository_data/repository/metadata.staged/1.root.json
tests/repository_data/repository/metadata.staged/role1.json
tests/repository_data/repository/metadata.staged/role2.json
tests/repository_data/repository/metadata.staged/root.json
tests/repository_data/repository/metadata.staged/snapshot.json
tests/repository_data/repository/metadata.staged/targets.json
tests/repository_data/repository/metadata.staged/timestamp.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/developer_tool.py
tuf/download.py
tuf/exceptions.py
tuf/formats.py
tuf/keydb.py
tuf/log.py
tuf/mirrors.py
tuf/repository_lib.py
tuf/repository_tool.py
tuf/roledb.py
tuf/settings.py
tuf/sig.py
tuf/unittest_toolbox.py
tuf.egg-info/PKG-INFO
tuf.egg-info/SOURCES.txt
tuf.egg-info/dependency_links.txt
tuf.egg-info/requires.txt
tuf.egg-info/top_level.txt
tuf/client/README.md
tuf/client/__init__.py
tuf/client/updater.py
tuf/interposition/README.md
tuf/interposition/__init__.py
tuf/interposition/configuration.py
tuf/interposition/updater.py
tuf/scripts/basic_client.py
tuf/scripts/tufcli.py