Commit graph

1590 commits

Author SHA1 Message Date
dachshund
cba602a503 Try fix for updater unit test. 2013-09-06 14:46:48 -04:00
dachshund
558b1f0d82 Try fix for updater unit test. 2013-09-06 14:46:48 -04:00
dachshund
def41f76bb Shorter code. 2013-09-06 14:43:15 -04:00
dachshund
954f0558f6 Shorter code. 2013-09-06 14:43:15 -04:00
dachshund
53f893781c Fix a couple of bugs.
Read file before it is closed.
Remove incorrect slow retrieval defense.
2013-09-06 14:38:30 -04:00
dachshund
e64e938d21 Fix a couple of bugs.
Read file before it is closed.
Remove incorrect slow retrieval defense.
2013-09-06 14:38:30 -04:00
dachshund
8d271bbb50 Better metadata verification. 2013-09-06 13:25:46 -04:00
dachshund
6b58670d28 Better metadata verification. 2013-09-06 13:25:46 -04:00
dachshund
be749877dd Remove MetadataNotAvailableError. 2013-09-06 11:17:33 -04:00
dachshund
7ab75fa531 Remove MetadataNotAvailableError. 2013-09-06 11:17:33 -04:00
dachshund
0428a13969 Some WIP hacks for updater. 2013-09-05 18:13:11 -04:00
dachshund
c47f9e6283 Some WIP hacks for updater. 2013-09-05 18:13:11 -04:00
dachshund
3db83a7b73 Merge branch 'refactor-download-update' into demo2
Conflicts:
	tuf/client/updater.py
2013-09-05 17:57:47 -04:00
dachshund
6273120e47 Merge branch 'refactor-download-update' into demo2
Conflicts:
	tuf/client/updater.py
2013-09-05 17:57:47 -04:00
dachshund
eacbe7ccd5 Merge branch 'develop' into refactor-download-update 2013-09-05 17:55:30 -04:00
dachshund
e799b9ccb3 Merge branch 'develop' into refactor-download-update 2013-09-05 17:55:30 -04:00
dachshund
b681c54ee4 Merge branch 'develop' into path_hash_prefix 2013-09-05 17:53:01 -04:00
dachshund
ab4558f7e0 Merge branch 'develop' into path_hash_prefix 2013-09-05 17:53:01 -04:00
dachshund
c4557c2a0c WIP on refactoring the updater and downloader. 2013-09-05 15:44:29 -04:00
dachshund
168bd00130 WIP on refactoring the updater and downloader. 2013-09-05 15:44:29 -04:00
vladdd
85771dc7e3 Continue updating unit tests affected by PyCrypto changes 2013-09-05 11:50:15 -04:00
vladdd
1eb806460c Continue updating unit tests affected by PyCrypto changes 2013-09-05 11:50:15 -04:00
dachshund
36a11f7f0a Adapt the updater unit test against latest changes. 2013-09-05 00:23:23 -04:00
dachshund
9acc102977 Adapt the updater unit test against latest changes. 2013-09-05 00:23:23 -04:00
dachshund
74e5764a53 Merge with updater/download refactoring from @zanefisher.
Update download unit test to work after refactoring, but it is a little
incomplete (in particular, the unsafe_download function needs more testing).
2013-09-04 23:45:08 -04:00
dachshund
2d58aeee43 Merge with updater/download refactoring from @zanefisher.
Update download unit test to work after refactoring, but it is a little
incomplete (in particular, the unsafe_download function needs more testing).
2013-09-04 23:45:08 -04:00
dachshund
e7c2426f3c Merge branch 'refactor-download-update' of https://github.com/zanefisher/tuf into refactor-download-update 2013-09-04 22:58:17 -04:00
dachshund
ab42c5e074 Merge branch 'refactor-download-update' of https://github.com/zanefisher/tuf into refactor-download-update 2013-09-04 22:58:17 -04:00
dachshund
bc2af95baa Merge https://github.com/zanefisher/tuf into refactor-download-update 2013-09-04 22:53:32 -04:00
dachshund
6475a36e21 Merge https://github.com/zanefisher/tuf into refactor-download-update 2013-09-04 22:53:32 -04:00
zanefisher
5970ad8c25 Refactor client.updater, removing verification from download.py. 2013-09-04 20:12:51 -04:00
zanefisher
3db934e81a Refactor client.updater, removing verification from download.py. 2013-09-04 20:12:51 -04:00
dachshund
3bbe4672d7 Replace generic exception with a specific one. 2013-09-04 17:29:06 -04:00
dachshund
da5b9e0999 Replace generic exception with a specific one. 2013-09-04 17:29:06 -04:00
dachshund
d5272cfc7c Add some exceptions for more fine-grained exception handling. 2013-09-04 16:48:38 -04:00
dachshund
16d971da0e Add some exceptions for more fine-grained exception handling. 2013-09-04 16:48:38 -04:00
dachshund
70097a71cb Revert "Check out my cool code."
This reverts commit 7497502087.
2013-09-03 18:11:48 -04:00
dachshund
9ff22ddd4e Revert "Check out my cool code."
This reverts commit 7497502087.
2013-09-03 18:11:48 -04:00
dachshund
89e0b76ff6 Check out my cool code. 2013-09-03 18:11:00 -04:00
dachshund
7497502087 Check out my cool code. 2013-09-03 18:11:00 -04:00
dachshund
f1b2b26dc1 Merge branch 'develop' into refactor-download-update
Conflicts:
	tuf/tests/aggregate_tests.py
	tuf/tests/test_signercli.py
	tuf/tests/test_signerlib.py
	tuf/tests/test_updater.py
2013-09-03 13:06:32 -04:00
dachshund
d6d8257349 Merge branch 'develop' into refactor-download-update
Conflicts:
	tuf/tests/aggregate_tests.py
	tuf/tests/test_signercli.py
	tuf/tests/test_signerlib.py
	tuf/tests/test_updater.py
2013-09-03 13:06:32 -04:00
dachshund
9734b68d15 Merge #99. 2013-09-03 12:52:47 -04:00
dachshund
63fa51ac20 Merge #99. 2013-09-03 12:52:47 -04:00
vladdd
79c3856916 Add tests for create_encrypted_pem() and create_from_encrypted_pem() 2013-09-03 12:48:26 -04:00
vladdd
7c7349a9c8 Add tests for create_encrypted_pem() and create_from_encrypted_pem() 2013-09-03 12:48:26 -04:00
vladdd
8e5c8ac5e0 Merge branch 'develop' into pycrypto 2013-09-03 12:19:59 -04:00
vladdd
f613f85e31 Merge branch 'develop' into pycrypto 2013-09-03 12:19:59 -04:00
vladdd
a11d26091f Merge branch 'zanefisher-fix_tests' into develop 2013-08-30 14:59:45 -04:00
vladdd
471aedb5a1 Merge branch 'zanefisher-fix_tests' into develop 2013-08-30 14:59:45 -04:00