python-tuf/tests
Vladimir Diaz b03deee874 Modify the way slow retrieval errors are raised and detected.
Potential slow retrieval errors are raised for safe downloads (strict check on file size) and not for unsafe (a file size less than an upper limit).  Slow retrieval errors should always be prevented
2016-10-10 17:34:00 -04:00
..
repository_data Handles broken metadata files gracefully like they would be missing. Should be part of #366 2016-08-29 16:51:10 +02:00
.coveragerc Update repository tool diagram and coverage. 2014-06-03 14:59:56 -04:00
__init__.py Support ISO 8601, vendor iso8601, clean codebase. 2014-04-19 14:27:53 -04:00
aggregate_tests.py Update aggregate_tests.py 2016-01-21 13:25:58 -05:00
repository_tool.py Reference all metadata in <version>.rolename.json format 2016-07-14 10:31:16 -04:00
simple_https_server.py Add the newly-generated SSL cert and key to simple_https_server.py 2016-01-27 16:32:59 -05:00
simple_server.py Add import statements for unvendored dependencies in the unit tests 2015-06-02 10:28:02 -04:00
slow_retrieval_server.py Add import statements for unvendored dependencies in the unit tests 2015-06-02 10:28:02 -04:00
ssl_cert.crt Add SSL certificate and key used to test https connections 2016-01-27 16:31:33 -05:00
ssl_cert.key Add SSL certificate and key used to test https connections 2016-01-27 16:31:33 -05:00
test_arbitrary_package_attack.py Modify the way slow retrieval errors are raised and detected. 2016-10-10 17:34:00 -04:00
test_developer_tool.py Use the 'clear_all' argument with clear_roledb.py and clear_keydb.py 2016-07-15 15:24:45 -04:00
test_download.py Modify the way slow retrieval errors are raised and detected. 2016-10-10 17:34:00 -04:00
test_ed25519_keys.py Update import statements of unvendored dependencies 2015-06-02 08:29:22 -04:00
test_endless_data_attack.py Use the 'clear_all' argument with clear_roledb.py and clear_keydb.py 2016-07-15 15:24:45 -04:00
test_extraneous_dependencies_attack.py Clear keydb and roledb (using the 'clear_all' argument) in the teardown() calls of unit tests 2016-07-15 13:53:31 -04:00
test_formats.py Improve code coverage 2016-07-21 10:28:46 -04:00
test_hash.py Add import statements for unvendored dependencies in the unit tests 2015-06-02 10:28:02 -04:00
test_indefinite_freeze_attack.py Use the 'clear_all' argument with clear_roledb.py and clear_keydb.py 2016-07-15 15:24:45 -04:00
test_init.py Improve code coverage for __init__.py pyca_crypto_keys.py, repository_lib.py 2016-07-25 11:20:30 -04:00
test_interpose_updater.py Write 'interposition.json' to temporary location so that it gets auto-removed after testing 2016-08-15 14:26:50 -04:00
test_key_revocation.py Clear keydb and roledb (using the 'clear_all' argument) in the teardown() calls of unit tests 2016-07-15 13:53:31 -04:00
test_keydb.py Remove tuf.Error exception raised in create_keydb_from_root_metadata() 2016-07-27 16:33:35 -04:00
test_keys.py Improve code coverage for test_signature() 2016-09-01 10:12:56 -04:00
test_log.py Improve code coverage 2016-07-21 10:28:46 -04:00
test_mirrors.py Add import statements for unvendored dependencies in the unit tests 2015-06-02 10:28:02 -04:00
test_mix_and_match_attack.py Use the 'clear_all' argument with clear_roledb.py and clear_keydb.py 2016-07-15 15:24:45 -04:00
test_pyca_crypto_keys.py Add test cases for _decrypt() and encrypt_key() 2016-08-31 16:09:00 -04:00
test_pycrypto_keys.py Add code coverage for pyca_cryptography via keys.py 2016-08-31 13:38:00 -04:00
test_replay_attack.py Use the 'clear_all' argument with clear_roledb.py and clear_keydb.py 2016-07-15 15:24:45 -04:00
test_repository_lib.py Add test case for _load_top_level_metadata() and debug statements to missing else clauses 2016-08-30 17:09:03 -04:00
test_repository_tool.py Fix issues with writting non-dirty'd consistent snapshots 2016-08-26 16:42:21 -04:00
test_roledb.py Add test case for newly-added tuf.roledb.mark_dirty() 2016-08-29 11:42:19 -04:00
test_schema.py Refactor repository_tool.py and improve test coverage. 2014-06-03 14:32:44 -04:00
test_sig.py Remove invalid test case (hmm, only py35 caught this mistake) 2016-07-26 14:28:08 -04:00
test_slow_retrieval_attack.py Modify the way slow retrieval errors are raised and detected. 2016-10-10 17:34:00 -04:00
test_updater.py Handles broken metadata files gracefully like they would be missing. Should be part of #366 2016-08-29 16:51:10 +02:00
test_util.py Add initial support for specifying Unix shell-style wildcards in paths 2016-08-04 10:59:15 -04:00