Commit graph

1261 commits

Author SHA1 Message Date
Vladimir Diaz
76f74bbfe8 Merge pull request #247 from vladimir-v-diaz/develop
Disable the 'iso8601' logger.
2014-08-20 08:35:49 -04:00
Vladimir Diaz
f5588e4fa0 Disable 'iso8601' logger.
Disable 'iso8601' logger messages so that the log file only contain TUF-related messages.
2014-08-20 07:52:24 -04:00
Vladimir Diaz
7e67e8a9d1 Merge pull request #246 from vladimir-v-diaz/develop
Fix default console log level so that status() prints INFO-level messages
2014-08-19 17:47:19 -04:00
Vladimir Diaz
68b3344368 Fix default console log level so that status() prints INFO-level messages.
The default log level was switched to WARNING but prevents status() from printing messages as expected.
Modify the log level of 'Saving <role>.json' message so that it doesn't clog status().
Thank you @hrdarji for testing the documentation and reporting the non-printing behavior of status().
2014-08-19 15:20:59 -04:00
Vladimir Diaz
1a8080ef6d Merge pull request #245 from vladimir-v-diaz/develop
Address issue #244.
2014-08-11 12:23:21 -04:00
Vladimir Diaz
38005fe2ab Address issue #244.
Fix issue where hash algorithm name is prepended to the consistent snapshot filename.  The actual hash value should be prepended instead.
2014-08-07 16:02:35 -04:00
Vladimir Diaz
08b2a68d6c Merge pull request #240 from vladimir-v-diaz/develop
Bump version number to 0.9.9
2014-07-23 09:47:44 -04:00
Vladimir Diaz
fb12ca8256 Update README.md
Format basic_client.py output block.
2014-07-22 09:58:46 -04:00
Vladimir Diaz
2df2695f93 Update README.rst
Add paragraph to "Using TUF" section.
2014-07-21 21:18:00 -04:00
vladdd
b9b575c0e0 Bump version for PEM and installation instructions fixes. 2014-07-20 23:39:55 -04:00
Vladimir Diaz
30f551131f Update test_keys.py
Strip PEM footer and reorder PEM header / footer test conditions.
2014-07-19 08:52:57 -04:00
Vladimir Diaz
d7bc32802d Merge pull request #239 from vladimir-v-diaz/develop
Review and update Pull Request #238.
2014-07-18 16:13:54 -04:00
vladdd
4a6139207e Merge branch 'meskio-clean_keys' into develop 2014-07-18 15:24:54 -04:00
vladdd
3fd6839c2b Add test case for keys.formats_rsakey_from_pem()
Add test_formats_rsakey_from_pem() test case and test conditions for improperly formatted PEM.
Add test condition to verify trailing whitespace is removed and matches the expected PEM format generated
internally.  Public PEMs generated externally (with the expected trailing newline) was not previously considered.
2014-07-18 15:24:10 -04:00
vladdd
95ab4e3172 Replace re.sub() with string.index()
re.sub() with the 'flags' keyword argument caused type error in Python 2.6.
Converted PEM validation to use index() to address issue above.
Raise specific exception depending on missing header / footer.
Check footer follows header.
2014-07-18 15:19:04 -04:00
Ruben Pollan
53ff336468 Clean up pem keys
A change of line or any other character outside the public key makes
changes the keyid and breaks the behaviour of TUF. Remove everything
before '-----BEGIN PUBLIC KEY-----' and after
'-----END PUBLIC KEY-----'.
2014-07-17 13:37:31 -05:00
Vladimir Diaz
377f72284d Update README.rst
Add missing hyphen.  Correct install option should be "--no-use-wheel"
2014-07-17 08:02:51 -04:00
Vladimir Diaz
cd8f5534c4 Merge pull request #237 from vladimir-v-diaz/develop
Fix link and spacing.
2014-07-16 18:38:16 -04:00
vladdd
8a00ee7514 Fix link and spacing.
Fix link added to README.rst so that it is properly formatted for PyPI.
2014-07-16 18:37:35 -04:00
Vladimir Diaz
254768faf2 Merge pull request #236 from vladimir-v-diaz/develop
Update README + setup.py and add setup.cfg + MANIFEST.in for pre-release 0.9.8
2014-07-16 18:20:25 -04:00
vladdd
1eb3a887f1 Fix malformed link in README.
Add note about installing non-wheel package before tuf[tools] for pip <= 1.5.4
2014-07-16 17:21:49 -04:00
Vladimir Diaz
c20fd4afa8 Update release files. 2014-07-16 12:51:35 -04:00
Vladimir Diaz
4545d00519 Fix indentation in README.rst 2014-07-16 12:46:13 -04:00
Vladimir Diaz
926684f424 Merge branch 'develop' of https://github.com/vladimir-v-diaz/tuf into develop 2014-07-16 12:32:52 -04:00
Vladimir Diaz
2c1d1875c4 Update README.rst
Fix links in "Instructions for Contributors."
2014-07-16 12:32:46 -04:00
Vladimir Diaz
7540fb1f22 Merge branch 'develop' of https://github.com/vladimir-v-diaz/tuf into develop 2014-07-16 12:05:48 -04:00
Vladimir Diaz
a96957ca44 Update README.rst
Add full links for METADATA and SECURITY.
2014-07-16 12:05:02 -04:00
Vladimir Diaz
f68db4dfb5 Merge branch 'develop' of https://github.com/vladimir-v-diaz/tuf into develop 2014-07-16 11:55:11 -04:00
Vladimir Diaz
0fdb0abe2f Update README.rst
Add full links.
2014-07-16 11:55:02 -04:00
Vladimir Diaz
10929ace6a Merge branch 'develop' of https://github.com/theupdateframework/tuf into develop 2014-07-16 11:09:04 -04:00
Vladimir Diaz
fd1a74be73 Update README.rst
Add links for source code development and the mailing list.
2014-07-16 09:02:03 -04:00
vladdd
6bdb953dbf Merge branch 'develop' of https://github.com/vladimir-v-diaz/tuf into develop 2014-07-15 21:07:36 -04:00
vladdd
322ddd6c57 Remove README.md 2014-07-15 21:07:24 -04:00
Vladimir Diaz
c7cd4f6be0 Update README.rst
Fix code blocks.
2014-07-15 20:58:12 -04:00
Vladimir Diaz
03f80d2324 Update README.rst
Fix badges.
2014-07-15 20:50:57 -04:00
vladdd
edb0fd12b1 Merge branch 'develop' of https://github.com/vladimir-v-diaz/tuf into develop 2014-07-15 20:41:58 -04:00
vladdd
4ef6879d49 Add README.rst 2014-07-15 20:41:18 -04:00
Vladimir Diaz
484b8e9e93 Update README.md
Add note to "Overview of the Update Process."  The previous outline did not mention re-fetching root if a problem occurs during an update.
2014-07-14 19:43:44 -04:00
Vladimir Diaz
0af7906df6 Update README.md 2014-07-13 18:32:11 -04:00
Vladimir Diaz
22f7b50539 Merge pull request #235 from vladimir-v-diaz/develop
Revise repository tool README and fix assertTrue() issues in test_updater.py
2014-07-12 19:37:18 -04:00
Vladimir Diaz
ca3d73b764 Update README.md
"Overview" revision.
2014-07-12 19:28:44 -04:00
Vladimir Diaz
57867cbb3e Update README.md
Add introductory text to the "Overview" section.
Move "Purpose" section to "Overview".
2014-07-12 19:07:00 -04:00
Vladimir Diaz
ba0ab13b24 Update README.md
Add introductory text to "Delegations" section and edit text in "Keys" section.
2014-07-12 15:59:12 -04:00
Vladimir Diaz
99327319b2 Update README.md
Add introductory text to "Keys" section and reorder "Purpose" and "Overview" sections.
2014-07-12 14:29:13 -04:00
Vladimir Diaz
f3c0edba2f Update README.md
Edit choice of words.
2014-07-12 12:24:52 -04:00
Vladimir Diaz
e4adc6e696 Update README.md
Convert "\" path separators in file paths to "/"
2014-07-12 12:09:21 -04:00
Vladimir Diaz
dfcdc952a9 Update README.md
Add "Wrap-up" header.
2014-07-12 12:01:02 -04:00
Vladimir Diaz
c20b8f1b36 Update README.md
Fix summary list.
2014-07-12 09:29:08 -04:00
Vladimir Diaz
3b7c3ec477 Update client_setup_and_repository_example.md
Fix heading title and add repository tool link in opening paragraph.
2014-07-12 09:12:32 -04:00
Vladimir Diaz
456f6cb879 Update client_setup_and_repository_example.md
Add README link and format text.
2014-07-12 09:08:10 -04:00