Commit graph

175 commits

Author SHA1 Message Date
Kon
f46b1f71ea Added mix-and-match attack test and statement_coverage (based on coverage.py). 2013-04-13 12:56:10 -04:00
dachshund
753f318990 Deduplicate imports of delegations. 2013-04-12 16:41:14 -04:00
dachshund
6ba28037b4 Fix bug which induced erroneous delegations. 2013-04-11 08:27:11 -04:00
dachshund
a351b8889f Merge remote-tracking branch 'origin/master' 2013-04-11 01:01:06 -04:00
dachshund
286e8d9579 Fix typo which led to subtle bug. 2013-04-11 01:00:30 -04:00
dachshund
eefc1ecf14 Fix #54. 2013-04-08 23:43:05 -04:00
dachshund
14bfcb7cb1 Fix #63. 2013-04-07 13:45:53 -04:00
dachshund
2f4b3b552e Fix #62 (handle malformed keys). 2013-04-06 23:17:49 -04:00
dachshund
700d003c03 Remove listing of delegated target roles and keyids, which are not helpful when they are numerous. 2013-04-05 00:24:22 -04:00
Kon
4a6490723e Adding tests: test_indefinite_freeze_attack.py, test_slow_retrieval_attack.py 2013-04-02 14:02:15 -04:00
Kon
4cd13c61df Merge branch 'master' of github.com:akonst/tuf 2013-04-02 06:54:35 -04:00
Kon
c6b98bc4d3 Few small changes to test_extraneous_dependencies_attack.py 2013-04-02 06:54:25 -04:00
dachshund
f18528ecfb Dispel annoying message about missing tuf.hash logger. 2013-03-31 20:28:28 -04:00
dachshund
3ff4e81208 Log print()-ed messages to file. 2013-03-31 20:21:04 -04:00
dachshund
9e312ec1b0 Print id of generated RSA key. 2013-03-29 19:11:42 -04:00
dachshund
44befd86f4 Print, and log, messages in command-line utilities. 2013-03-29 19:02:15 -04:00
dachshund
5c222797d7 Remove logging to stdout. 2013-03-29 18:14:16 -04:00
Kon
3b253d6496 Completed test_extraneous_dependencies_attack.py, changes to updater.py need to be reviewed. 2013-03-27 10:58:54 -04:00
dachshund
83fd9bed24 Merge branch 'master' into interposition 2013-03-19 01:14:15 -04:00
vladdd
afb3f86ec6 Fix test condition for issue #37 2013-03-16 17:13:31 -04:00
vladdd
4785d2a196 Add test condition for issue #24 2013-03-16 17:08:25 -04:00
vladdd
15f99719a2 Fix incomplete exception name in updater.py 2013-03-16 17:01:26 -04:00
vladdd
86eb96da55 Fix for issues #36 and #37 2013-03-15 18:42:04 -04:00
Kon
ab1f0b30c1 Merge branch 'interposition' of github.com:akonst/tuf into interposition 2013-03-15 13:11:31 -04:00
Kon
3121421c03 Modified a bunch of system wide test cases. 2013-03-15 13:11:07 -04:00
dachshund
7a38640964 Log interposition hits and misses. 2013-03-14 21:31:21 -04:00
dachshund
be1a52c159 Better error logging. 2013-03-14 20:42:31 -04:00
dachshund
5236efdbae Revert to previous logger. 2013-03-14 17:13:21 -04:00
Kon
efe2a8518b Added some more tests - work in progress. 2013-03-14 16:48:36 -04:00
dachshund
384c656ef7 Partial remedy for #26, #33 (expected vs actual data length).
Do not wish to risk breaking tuf.client.updater at this point,
where the fault lies because metadata metadata is not checked.

We are aware of #26 and #33, and actively working to fix them.
2013-03-13 01:05:26 -04:00
dachshund
1db02d47b3 Merge branch 'interposition' of https://github.com/akonst/tuf into interposition 2013-03-12 23:45:32 -04:00
dachshund
16023f07b4 Merge branch 'master' into interposition 2013-03-12 23:44:27 -04:00
dachshund
2828deb6f6 Do not intercept non-GET HTTP requests (#34); needs review. 2013-03-12 23:41:24 -04:00
Kon
5f492b65de Added slow_retrieval_server.py, and modified few tests. 2013-03-12 14:28:13 -04:00
vladdd
112889787a Add header block to setup.py. 2013-03-11 22:34:50 -04:00
dachshund
7b13c0316c Merge with origin/master. 2013-03-11 17:18:26 -04:00
dachshund
ed8f655444 Shebang for Python scripts. 2013-03-11 16:34:22 -04:00
dachshund
aea13d1d99 Following Seattle coding style. 2013-03-10 03:18:49 -04:00
dachshund
0ef7e04587 Following Seattle coding style. 2013-03-10 03:16:20 -04:00
dachshund
38a38efb5a Fix a bug caused by accidental indentation...
...ironically by trying to follow a coding style.
2013-03-09 17:44:39 -05:00
dachshund
2aea94c009 Follow Seattle coding style. 2013-03-08 21:02:45 -05:00
dachshund
0c072e47f2 Follow Seattle coding style. 2013-03-08 20:46:17 -05:00
dachshund
aab175d6a5 Update documentation about explicit interposition method. 2013-03-08 20:15:39 -05:00
dachshund
53a573648c More explicit method of interposing as the urllib modules; fixes issue #28. 2013-03-08 20:09:17 -05:00
dachshund
a1bfde4893 Follow Seattle coding style. 2013-03-08 18:29:20 -05:00
dachshund
3c70103174 Better modularization of Updater. 2013-03-07 17:53:48 -05:00
dachshund
2d0062f9e1 Modularization of configuration parser. 2013-03-06 23:19:18 -05:00
dachshund
56e30797cc Some documentation edits. 2013-03-06 21:39:09 -05:00
dachshund
e67f45a3a7 Describe SSL certificate verification. 2013-03-06 21:24:59 -05:00
dachshund
8ab6cf3c51 Better formatting. 2013-03-06 21:13:07 -05:00