Commit graph

1560 commits

Author SHA1 Message Date
Vladimir Diaz
ddd06f6205 Clean up if-else clauses in _update_metadata_if_changed() 2016-02-26 14:27:15 -05:00
Vladimir Diaz
a92f6c5a35 Avoid find(), use split() instead 2016-02-26 13:36:34 -05:00
Vladimir Diaz
c6ffcf0d83 Update the unit tests for _versioninfo_has_been_updated() (to use the renamed function) 2016-02-26 13:35:37 -05:00
Vladimir Diaz
a1c4e76a50 Add note to previous comments for os.makedirs() OSError exceptions. 2016-02-26 12:59:07 -05:00
Vladimir Diaz
14843acc28 Expand comments related to os.makedirs() exception handling in download_target() 2016-02-26 12:47:12 -05:00
Vladimir Diaz
c270a1ed5a Fix typo in _versioninfo_has_been_updated() docstring 2016-02-26 12:11:13 -05:00
Vladimir Diaz
acb2aa7d83 Avoid reusing/overwriting parameter _strip_consistent_snapshot_version_number() 2016-02-22 16:29:23 -05:00
Vladimir Diaz
ffd76ef2d6 Fix typo
All instances of embeded --> embedded
2016-02-22 16:21:16 -05:00
Vladimir Diaz
5ac9440edd Emphasize exclusive-or paths in formats.make_versioninfo() 2016-02-22 16:16:44 -05:00
Vladimir Diaz
f580811202 Minor wording change in docstring of formats.make_versioninfo() 2016-02-22 16:11:52 -05:00
Vladimir Diaz
012e99ea2d Remove unneeded information in Side Effects field of doctstring 2016-02-22 16:07:38 -05:00
Vladimir Diaz
dd9d31bef9 Add and fix comments in download_target() related to OSError exceptions 2016-02-22 16:03:49 -05:00
Vladimir Diaz
f52a9c8eff Fix minor wording issue in _update_versioninfo() 2016-02-22 14:57:23 -05:00
Vladimir Diaz
7548163912 Change function name and update comments
_versioninfo_has_changed() --> _versioninfo_has_been_updated()
false --> False (typo)
Update comments to make it clear that metadata is considered updated when it's version number increases, rather than simply changed.
2016-02-22 14:46:54 -05:00
Vladimir Diaz
cbdb3fc722 Update README.md
Tweak the `Overview of the Update Process` section (after discussion and tracing of behavior with Seb).
2016-02-19 17:06:11 -05:00
Vladimir Diaz
001a3af102 Merge pull request #317 from vladimir-v-diaz/develop
Revert "[WIP] Read all files from the metadata directory"
2016-02-19 16:16:52 -05:00
Vladimir Diaz
7119973af9 Revert "[WIP] Read all files from the metadata directory"
This reverts commit 88fc74af71.
2016-02-19 16:07:19 -05:00
Vladimir Diaz
24646526dc Update README.md
Include note that the root file is re-fetched once to avoid an infinite loop.  (It loops only once in the reference implementation.)
2016-02-19 14:28:42 -05:00
Vladimir Diaz
00e3d580e7 Update AUTHORS.txt 2016-02-19 14:23:13 -05:00
Vladimir Diaz
c13ab89447 Merge pull request #315 from vladimir-v-diaz/diplomat_paper
Add Diplomat paper
2016-02-19 14:14:26 -05:00
Vladimir Diaz
d3f0bc3bbe List Diplomat paper in README 2016-02-19 14:13:21 -05:00
Vladimir Diaz
e943048757 Add Diplomat paper 2016-02-19 14:13:03 -05:00
Vladimir Diaz
fcc2be5cc5 Update README.rst
Include PyCA's Cryptography in the set of supported crypto ilbraries
2016-02-19 13:56:17 -05:00
Vladimir Diaz
d3fe49ae90 Merge pull request #314 from vladimir-v-diaz/logo
Add TUF Logo
2016-02-19 13:48:29 -05:00
Vladimir Diaz
12514bca27 Use correct file path for the README's banner 2016-02-19 11:19:34 -05:00
Vladimir Diaz
17445c178e Add banner to README 2016-02-19 11:17:47 -05:00
Vladimir Diaz
801c4ced2f Remove logo of dolly 2016-02-19 11:15:51 -05:00
Vladimir Diaz
30bd90810d Rename the banner images 2016-02-19 11:14:28 -05:00
Vladimir Diaz
2c0ef0c94a Merge branch 'logo' of github.com:vladimir-v-diaz/tuf into logo 2016-02-19 11:10:05 -05:00
Vladimir Diaz
dad3bff867 Merge branch 'develop' of github.com:theupdateframework/tuf into logo 2016-02-19 11:08:44 -05:00
Vladimir Diaz
1b378a2f80 Add avatar, banner, and favicon 2016-02-19 11:07:43 -05:00
Vladimir Diaz
88fc74af71 [WIP] Read all files from the metadata directory 2016-02-19 10:09:48 -05:00
Vladimir Diaz
167b2466ce Update README.rst 2016-02-12 14:47:29 -05:00
Vladimir Diaz
723f50fe68 Merge pull request #313 from vladimir-v-diaz/1.0-review2
Add changes for second set of review comments
2016-02-12 14:39:12 -05:00
Vladimir Diaz
da8221ccf9 Explain that crypto libraries may place further restrictions on keys
For example, PyCrypto requires that RSA keys be a multiple of 256
2016-02-12 13:07:42 -05:00
Vladimir Diaz
6bded2bce7 Remove remaining exception messages that are stored in temp variables 2016-02-11 15:28:51 -05:00
Vladimir Diaz
2a7bd8248f Merge branch 'develop' of github.com:theupdateframework/tuf into 1.0-review2 2016-02-11 12:31:06 -05:00
Vladimir Diaz
5059e0514e Merge pull request #311 from vladimir-v-diaz/1.0-review
Address comments to the `pyca/Cryptography` pull request
2016-02-11 12:29:57 -05:00
Vladimir Diaz
2612ab6856 Minor edit to comment in create_rsa_signature() 2016-02-11 12:19:15 -05:00
Vladimir Diaz
e007507e0b Expand comment to say that users have the option to update tuf.conf if a required library is unavailable 2016-02-11 12:17:52 -05:00
Vladimir Diaz
5b1a931177 Remove unneeded import statement ('Crypto') 2016-02-11 11:25:35 -05:00
Vladimir Diaz
91208fd6ff Merge branch 'develop' of github.com:theupdateframework/tuf into 1.0-review 2016-02-11 10:07:57 -05:00
Vladimir Diaz
541279be7a Minor cosmetic edit to repository_tool.py 2016-02-11 10:07:32 -05:00
Vladimir Diaz
a7a021899a Update README.rst
Fix typo in previous commit.
2016-02-05 16:51:02 -05:00
Vladimir Diaz
a206dccd7f Update README.rst 2016-02-05 16:48:25 -05:00
Vladimir Diaz
3cfa141101 Update README.rst
Fix links
2016-02-04 11:09:09 -05:00
Vladimir Diaz
665aa68a5b Update README.rst 2016-02-04 11:04:04 -05:00
Vladimir Diaz
a4e29c7422 Merge branch '1.0-review2' of github.com:vladimir-v-diaz/tuf into role_metadata_one_directory 2016-02-03 10:11:08 -05:00
Vladimir Diaz
efb73a2bd2 Merge branch 'develop' of github.com:theupdateframework/tuf into 1.0-review2 2016-02-03 10:10:32 -05:00
Vladimir Diaz
0f16c943f1 Merge branch 'develop' of github.com:theupdateframework/tuf into role_metadata_one_directory 2016-02-02 17:15:50 -05:00