python-tuf/tuf/client
dachshund 9ddd2617f5 Redundantly verify file length in updater.
You may argue that the redundancy is unnecessary (pun intended), but it
is there because redundancy means one safety check will work where
another fails. I introduced this redundant file length check because the
updater unit test is mocking the download functions, which means that
file length checks in the download functions are being bypassed.
Redundancy is a good thing for safety.
2013-09-09 21:21:32 -04:00
..
__init__.py Move all files up one directory from 'src/'. 2013-02-10 21:38:06 -05:00
basic_client.py Import chain-of-trust function from @vladdd. 2013-08-27 15:13:55 -04:00
updater.py Redundantly verify file length in updater. 2013-09-09 21:21:32 -04:00