Commit graph

3274 commits

Author SHA1 Message Date
Pankhuri Goyal
750b9b3bea Changes in error name in tuf.interposition.__init__ 2014-08-01 13:40:08 -04:00
Pankhuri Goyal
9aacb66d41 Changes in error name in tuf.interposition.updater 2014-08-01 13:32:14 -04:00
Pankhuri Goyal
b1636a062a Change tuf.interposition.UpdaterController to tuf.interposition.updater.UpdaterController 2014-08-01 12:05:15 -04:00
Pankhuri Goyal
513e051296 Changes in tuf.interposition.configuration
Instead of making a set of repositiory mirror hostname,
a set of repository mirror network location is created.
2014-07-31 18:43:15 -04:00
Pankhuri Goyal
0514e66658 Made following changes in tuf.interposition.updater
Added comments in tuf.interposition.UpdaterController
Changed the code depending on configuration.hostname to configuration.network_location
2014-07-31 18:37:56 -04:00
Pankhuri Goyal
97d88d29c2 Removed the repeated sentences in comments in tuf.interposition.__init__ 2014-07-31 18:32:02 -04:00
Pankhuri Goyal
da7a8faa49 Few changes in tuf.interposition.__init__
Made few changes after adding InvalidConfiguration Exception into tuf.__init__
Also made changes in comments
2014-07-31 18:24:44 -04:00
Pankhuri Goyal
03164345e6 Add an InvalidConfiguration exception class in tuf.__init__ 2014-07-31 18:14:48 -04:00
Pankhuri Goyal
572e0c6079 Add interposition exception error classes in tuf.__init__ 2014-07-30 15:31:35 -04:00
Pankhuri Goyal
ca81096c8c Remove Logger from configuration.py and add Python 3 compatibility 2014-07-30 14:48:46 -04:00
Pankhuri Goyal
cb0ce7ee27 Removed tuf.interposition.utility file and added exceptions and Looger in interposition.updater 2014-07-30 14:18:36 -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
Pankhuri Goyal
070574d220 Add the purpose section and comments to all the funtions in the Updater class in tuf.interposition.updater 2014-07-14 17:14:08 -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