Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement TAP 4 (the map file) #430

Closed
wants to merge 272 commits into from
Closed

Implement TAP 4 (the map file) #430

wants to merge 272 commits into from
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Apr 24, 2017

  1. Add matching example of shell-style wildcard

    One more matching example here would help. Right now, it looks as if "?" matches only "numbers".
    vladimir-v-diaz authored Apr 24, 2017
    Configuration menu
    Copy the full SHA
    116cb39 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3532fb8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7eae7e3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    90fe62e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    84f1718 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2017

  1. Configuration menu
    Copy the full SHA
    f092d2a View commit details
    Browse the repository at this point in the history
  2. 6 Configuration menu
    Copy the full SHA
    6236878 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2017

  1. - Modified LICENCE.txt file. Added The MIT License as a main

      license of the TuF project.
    Artyom Baloyan authored and vladimir-v-diaz committed May 4, 2017
    Configuration menu
    Copy the full SHA
    5e215ee View commit details
    Browse the repository at this point in the history

Commits on May 16, 2017

  1. Configuration menu
    Copy the full SHA
    c06da3f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    739224a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ec83e56 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2017

  1. Configuration menu
    Copy the full SHA
    afa804f View commit details
    Browse the repository at this point in the history
  2. Clarify procedure for updating to new root.json

    Client's should validate new root.json according to the threshold and keys set by its previous version.
    
    See @heartsucker comment [here](theupdateframework/rust-tuf#42 (comment))
    vladimir-v-diaz committed May 18, 2017
    Configuration menu
    Copy the full SHA
    be7a7ff View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4a1791d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1269ed9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    70cf57a View commit details
    Browse the repository at this point in the history

Commits on May 19, 2017

  1. Configuration menu
    Copy the full SHA
    947e366 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8b1f853 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c5deaa3 View commit details
    Browse the repository at this point in the history
  4. Edit Section 7.2 to reflect Section 5.1.

    Ideally, the former should be merged with the latter.
    trishankkarthik committed May 19, 2017
    Configuration menu
    Copy the full SHA
    30536cf View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    487d27a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5666cbc View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a2a5931 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3935141 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d80ea0b View commit details
    Browse the repository at this point in the history

Commits on May 23, 2017

  1. Configuration menu
    Copy the full SHA
    06665c0 View commit details
    Browse the repository at this point in the history
  2. Worked with @vladimir-v-diaz to add root migration workflow.

    Also corrected how files are fetched.
    trishankkarthik committed May 23, 2017
    Configuration menu
    Copy the full SHA
    98de3c4 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'add-detailed-workflow' of github.com:trishankkarthik/tu…

    …f into add-detailed-workflow
    trishankkarthik committed May 23, 2017
    Configuration menu
    Copy the full SHA
    558fb43 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2017

  1. Fix bloopers.

    trishankkarthik committed May 24, 2017
    Configuration menu
    Copy the full SHA
    c5e8c07 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #440 from trishankkarthik/add-detailed-workflow

    Expand on the TUF client update workflow, per popular demand.
    JustinCappos authored May 24, 2017
    Configuration menu
    Copy the full SHA
    85eb899 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    836ebe5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b7f893d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c1e72e0 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2017

  1. Configuration menu
    Copy the full SHA
    13cfa2e View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2017

  1. Configuration menu
    Copy the full SHA
    dae2b7a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8ddc62c View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2017

  1. Configuration menu
    Copy the full SHA
    207a0a0 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2017

  1. Edit comment/description for settings.HASH_FUNCTION

    settings.HASH_FUNCTION is now only used to calculate path hash prefixes.
    vladimir-v-diaz committed Jun 14, 2017
    Configuration menu
    Copy the full SHA
    b5e7325 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    11ecaeb View commit details
    Browse the repository at this point in the history
  3. Merge pull request #439 from theupdateframework/configurable_hash_alg…

    …o_hashed_bin_prefix
    
    Add configurable setting for hashing algorithm used in hashed bin delegations
    vladimir-v-diaz authored Jun 14, 2017
    Configuration menu
    Copy the full SHA
    b3b5f63 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2017

  1. Edits to PR

    Use securesystemslib v0.10.5 dependency (includes Lukas' contributions and a fix).
    Add blank line between function docstring and beginning of code.
    vladimir-v-diaz committed Jun 15, 2017
    Configuration menu
    Copy the full SHA
    ef67163 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ee770da View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2017

  1. Configuration menu
    Copy the full SHA
    a44551b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5b2407b View commit details
    Browse the repository at this point in the history
  3. Merge pull request #452 from trishankkarthik/add-detailed-workflow

    Clarify checking for freeze attacks on the root metadata file.
    vladimir-v-diaz authored Jun 19, 2017
    Configuration menu
    Copy the full SHA
    0f40e70 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    78c81c4 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2017

  1. Configuration menu
    Copy the full SHA
    9025b90 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2017

  1. Merge pull request #461 from theupdateframework/vladimir-v-diaz-patch-4

    What should happen when Root keys are compromised?
    trishankkarthik authored Jun 21, 2017
    Configuration menu
    Copy the full SHA
    904fa9b View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2017

  1. Fix for issue #465

    Addresses issue #465, where the hash and length of Root are no longer listed in Snapshot.
    vladimir-v-diaz authored Jul 6, 2017
    Configuration menu
    Copy the full SHA
    84713f3 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2017

  1. Configuration menu
    Copy the full SHA
    4763f2d View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2017

  1. Update METADATA.md

    Use up-to-date metadata examples.
    vladimir-v-diaz authored Jul 10, 2017
    Configuration menu
    Copy the full SHA
    ec3edd0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ee5c4fe View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a0dc02a View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2017

  1. Configuration menu
    Copy the full SHA
    ab81a38 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3f44d99 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f6d0d07 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #469 from vladimir-v-diaz/fix_issue#468

    Do not lis Root's hash and length in Snapshot.  Fix issue #468
    vladimir-v-diaz authored Jul 11, 2017
    Configuration menu
    Copy the full SHA
    af951d4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cc4577e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d28324f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7e71080 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2017

  1. Update tuf-spec.txt

    Further edits to client workflow to replace instances of "this metadata file" with the specific metadata file.
    vladimir-v-diaz authored Jul 12, 2017
    Configuration menu
    Copy the full SHA
    ca6a042 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6e26c31 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    25e23d4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    41954ac View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    639818a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a384933 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7d30763 View commit details
    Browse the repository at this point in the history
  8. Update specification

    vladimir-v-diaz committed Jul 12, 2017
    Configuration menu
    Copy the full SHA
    d13a401 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #470 from theupdateframework/vladimir-v-diaz-patch-1

    Use consistent wording in the client workflow
    vladimir-v-diaz authored Jul 12, 2017
    Configuration menu
    Copy the full SHA
    1513339 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    2b5faf4 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2017

  1. Configuration menu
    Copy the full SHA
    ce5e920 View commit details
    Browse the repository at this point in the history
  2. Merge branch '_type_role_lowercase' of github.com:vladimir-v-diaz/tuf…

    … into _type_role_lowercase
    vladimir-v-diaz committed Jul 13, 2017
    Configuration menu
    Copy the full SHA
    c76a371 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #472 from vladimir-v-diaz/_type_role_lowercase

    Use consistent naming of role names in metadata
    vladimir-v-diaz authored Jul 13, 2017
    Configuration menu
    Copy the full SHA
    0fc58f6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4cc7c17 View commit details
    Browse the repository at this point in the history
  5. Catch correct tuf.exceptions.UnknownRoleError

    sig.get_signature_status() was incorrectly raising securesystemslib.exceptions.UnknownRoleError
    vladimir-v-diaz committed Jul 13, 2017
    Configuration menu
    Copy the full SHA
    e5792a0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e7de36b View commit details
    Browse the repository at this point in the history
  7. Remove check for unknown repository name

    roledb.get_role_paths() contains a check for an unknown repository name that is already done by _check_rolename()
    vladimir-v-diaz committed Jul 13, 2017
    Configuration menu
    Copy the full SHA
    58ab40c View commit details
    Browse the repository at this point in the history
  8. Remove check for

    for unknown repository name in get_delegated_rolenames()
    vladimir-v-diaz committed Jul 13, 2017
    Configuration menu
    Copy the full SHA
    c841360 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    48e412d View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2017

  1. Configuration menu
    Copy the full SHA
    a1b61e9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    31e4f1c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    30109fb View commit details
    Browse the repository at this point in the history
  4. Remove chech for > py2.5 in download.py

    implementation doesn't support < py2.6
    vladimir-v-diaz committed Jul 14, 2017
    Configuration menu
    Copy the full SHA
    97eccf5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    64fdc39 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2017

  1. Fix/uncomment tests for rebuild_key_and_role_db() and import_delegati…

    …ons()
    
    These two unit tests were previously commented because they weren't working as expected.  A bug in securesystemslib._get_keydb() was the cause of the issue, where the hash_algorithm argument wasn't being used and didn't allow multiple keyids to be generated.
    vladimir-v-diaz committed Jul 17, 2017
    Configuration menu
    Copy the full SHA
    8fe78f5 View commit details
    Browse the repository at this point in the history
  2. Clear role and key db in setup

    to protect against test cases that did not clean up properly
    vladimir-v-diaz committed Jul 17, 2017
    Configuration menu
    Copy the full SHA
    d8b020c View commit details
    Browse the repository at this point in the history
  3. Fix bug in Updater

    where adding a duplicate keyid failed to load valid multiple keyids
    vladimir-v-diaz committed Jul 17, 2017
    Configuration menu
    Copy the full SHA
    dbc8cbc View commit details
    Browse the repository at this point in the history
  4. Edit test cases after bug fix in _get_keyid()

    Modify _import_delegations() and rebuild_key_and_role_db() so that the correct number of keyids are detected
    vladimir-v-diaz committed Jul 17, 2017
    Configuration menu
    Copy the full SHA
    cab5514 View commit details
    Browse the repository at this point in the history
  5. Use securesystemslib v0.10.6

    that contains bug fix for _get_keyid()
    vladimir-v-diaz committed Jul 17, 2017
    Configuration menu
    Copy the full SHA
    32aab8f View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2017

  1. Configuration menu
    Copy the full SHA
    6cb2a24 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4bcf513 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4c9d278 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    70bdfb9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7408da6 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2017

  1. Merge pull request #473 from vladimir-v-diaz/coverage

    Coverage and bug fixes
    vladimir-v-diaz authored Jul 19, 2017
    Configuration menu
    Copy the full SHA
    67eb57a View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2017

  1. Configuration menu
    Copy the full SHA
    c641ad8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c0e897a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e606b9b View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2017

  1. Configuration menu
    Copy the full SHA
    1acd440 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2017

  1. Configuration menu
    Copy the full SHA
    4eee116 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    646eca5 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #474 from vladimir-v-diaz/append_external_signature

    Allow external tools to sign and append signatures to metadata.
    vladimir-v-diaz authored Jul 26, 2017
    Configuration menu
    Copy the full SHA
    115b949 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    af6eda2 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #475 from vladimir-v-diaz/append_external_signature

    List missing exception in dump_signable_metadata()'s doctring
    vladimir-v-diaz authored Jul 26, 2017
    Configuration menu
    Copy the full SHA
    2674d6e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fb5391e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    868e3aa View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    99a3f99 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2017

  1. Configuration menu
    Copy the full SHA
    7c3cbc7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ca52527 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2017

  1. coverted spec to MD

    Move text to Markdown format and did my best to add the correct formatting
    jhdalek55 authored Jul 28, 2017
    Configuration menu
    Copy the full SHA
    293989c View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2017

  1. Add test conditions

    for _refresh_targets_metadata(), _fileinfo_has_changed(), and _update_versioninfo()
    vladimir-v-diaz committed Jul 31, 2017
    Configuration menu
    Copy the full SHA
    5364480 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    671cd14 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2cacdc4 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2017

  1. Configuration menu
    Copy the full SHA
    a934126 View commit details
    Browse the repository at this point in the history
  2. Update TUF-spec.md

    vladimir-v-diaz authored Aug 2, 2017
    Configuration menu
    Copy the full SHA
    a2581dc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    da864ec View commit details
    Browse the repository at this point in the history
  4. Edit more lists

    vladimir-v-diaz committed Aug 2, 2017
    Configuration menu
    Copy the full SHA
    1d67752 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    95e1e6e View commit details
    Browse the repository at this point in the history
  6. Fix links in TOC

    vladimir-v-diaz committed Aug 2, 2017
    Configuration menu
    Copy the full SHA
    9a77a35 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e121dbf View commit details
    Browse the repository at this point in the history
  8. Merge pull request #478 from theupdateframework/jhdalek55-patch-1

    Edit pull request for tuf-spec.md
    vladimir-v-diaz authored Aug 2, 2017
    Configuration menu
    Copy the full SHA
    6b9750c View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2017

  1. Configuration menu
    Copy the full SHA
    508c092 View commit details
    Browse the repository at this point in the history
  2. Remove tuf-spec.txt

    tuf-spec.md is the only specification that we should edit, not two.
    vladimir-v-diaz committed Aug 3, 2017
    2 Configuration menu
    Copy the full SHA
    3312f30 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #479 from vladimir-v-diaz/develop

    Remove tuf-spec.txt
    vladimir-v-diaz authored Aug 3, 2017
    Configuration menu
    Copy the full SHA
    1c8055a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    338c27c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2bbaade View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bb50bee View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e9338ae View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    645a567 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #481 from vladimir-v-diaz/disclaimer_spec_moved

    Add disclaimer that tuf-spec.txt has been moved
    vladimir-v-diaz authored Aug 3, 2017
    Configuration menu
    Copy the full SHA
    65e0aa1 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    5c90e8f View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2017

  1. Configuration menu
    Copy the full SHA
    f8d9ac7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c59a8e1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    89ee40d View commit details
    Browse the repository at this point in the history
  4. Merge pull request #482 from vladimir-v-diaz/dual_license

    Distribute under multiple licenses (The MIT License and Apache License, Version 2)
    JustinCappos authored Aug 11, 2017
    Configuration menu
    Copy the full SHA
    a43f70c View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2017

  1. Configuration menu
    Copy the full SHA
    8db447c View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2017

  1. Configuration menu
    Copy the full SHA
    f4fd98b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5c17b59 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    467a1af View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3933232 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bcf43e6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f463ad6 View commit details
    Browse the repository at this point in the history
  7. Attempt to fix irregular build failure

    Occasionally, the roledb and keydb modules unexpectedly encounter an already existing repository
    vladimir-v-diaz committed Aug 23, 2017
    Configuration menu
    Copy the full SHA
    e4f597d View commit details
    Browse the repository at this point in the history
  8. Update tuf-spec.md

    Incorporate TAP 9 changes.
    vladimir-v-diaz authored Aug 23, 2017
    Configuration menu
    Copy the full SHA
    e4d2d50 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4ee9d3b View commit details
    Browse the repository at this point in the history
  10. Use v0.10.7 of securesystemslib

    v0.10.7 implements TAP 9
    vladimir-v-diaz committed Aug 23, 2017
    Configuration menu
    Copy the full SHA
    fa22ea1 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    493402b View commit details
    Browse the repository at this point in the history
  12. Merge pull request #484 from vladimir-v-diaz/tap9_signing_schemes

    Implement TAP 9 and upgrade securesystemslib to v0.10.7
    vladimir-v-diaz authored Aug 23, 2017
    Configuration menu
    Copy the full SHA
    01e35f7 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    d1132b3 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2017

  1. Configuration menu
    Copy the full SHA
    52e2cd4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    28a4026 View commit details
    Browse the repository at this point in the history
  3. Ignore branch coverage for a particular loop in repository_tool.py

    This loop doesn't need to loop through completely for coverage.
    vladimir-v-diaz committed Aug 24, 2017
    Configuration menu
    Copy the full SHA
    8536415 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2017

  1. Configuration menu
    Copy the full SHA
    1afd968 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3bfa9f6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9fe0075 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    60cd552 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1edc4d4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3372155 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    134bf07 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a602d44 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    bd754d5 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d5f933b View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    15777a3 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    b7c3b7c View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    419569c View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2017

  1. Configuration menu
    Copy the full SHA
    a8ea44b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d2f85ec View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8af7072 View commit details
    Browse the repository at this point in the history
  4. Resolve conflicts

    vladimir-v-diaz committed Aug 28, 2017
    Configuration menu
    Copy the full SHA
    924b97d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d4f6362 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8de5c69 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    313169d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6f8511a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0ff0718 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2017

  1. Configuration menu
    Copy the full SHA
    c897a43 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #487 from vladimir-v-diaz/spec_version_in_metadata

    Implement TAP 6 (Include specification version in metadata)
    vladimir-v-diaz authored Aug 29, 2017
    Configuration menu
    Copy the full SHA
    5733e61 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    72fdbc5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d9e2078 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cf9db61 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    36042c1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    144ab88 View commit details
    Browse the repository at this point in the history
  8. Test for specific exception in invalid spec_version test condition

    The test condition currently tests for the general NoWorkingMirrorError exception, which encapsulates the actual exceptions
    vladimir-v-diaz committed Aug 29, 2017
    Configuration menu
    Copy the full SHA
    6aa8854 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c5125e4 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    3ccb68c View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2017

  1. Configuration menu
    Copy the full SHA
    100c5a7 View commit details
    Browse the repository at this point in the history
  2. Update tuf-spec.md

    Fix link to section "Future directions and open questions."
    vladimir-v-diaz authored Aug 30, 2017
    Configuration menu
    Copy the full SHA
    cabc2d0 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #488 from Ajedi32/patch-1

    Fix links in table of contents
    vladimir-v-diaz authored Aug 30, 2017
    Configuration menu
    Copy the full SHA
    87f5308 View commit details
    Browse the repository at this point in the history
  4. Add test condition for cycles in preorder_depth_first_walk()

    This was a particularly time-consuming test to implement/debug.  Glad that's over
    vladimir-v-diaz committed Aug 30, 2017
    Configuration menu
    Copy the full SHA
    e1ba30a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c811494 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2017

  1. Configuration menu
    Copy the full SHA
    fb9aa3e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    be38eec View commit details
    Browse the repository at this point in the history
  3. Merge pull request #489 from vladimir-v-diaz/add_mercury_paper

    Add Mercury paper and edit list of papers in README.rst
    vladimir-v-diaz authored Aug 31, 2017
    Configuration menu
    Copy the full SHA
    2f63ed3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3b58d6e View commit details
    Browse the repository at this point in the history
  5. Test condition for unequal path hash prefixes

    Test condition verifies that unequal path hash prefixes are ignored by _visit_child_role()
    vladimir-v-diaz committed Aug 31, 2017
    Configuration menu
    Copy the full SHA
    3ea1c48 View commit details
    Browse the repository at this point in the history
  6. Update README.rst

    Fix formatting of Mercury paper title
    vladimir-v-diaz authored Aug 31, 2017
    Configuration menu
    Copy the full SHA
    84b79b8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    66e2ed8 View commit details
    Browse the repository at this point in the history
  8. Fix exception name

    vladimir-v-diaz committed Aug 31, 2017
    Configuration menu
    Copy the full SHA
    63b4d73 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2017

  1. Configuration menu
    Copy the full SHA
    bcabe00 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    baa4da9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3947fcb View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2017

  1. Merge pull request #490 from vladimir-v-diaz/coverage

    Improve coverage
    vladimir-v-diaz authored Sep 7, 2017
    Configuration menu
    Copy the full SHA
    9e63023 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2017

  1. Configuration menu
    Copy the full SHA
    789e136 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eedff4a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    72d7ebf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8a6061f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    460171b View commit details
    Browse the repository at this point in the history
  6. Add py3.6 to setup.py

    vladimir-v-diaz committed Sep 21, 2017
    Configuration menu
    Copy the full SHA
    aa12948 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c7b611c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    87b84b4 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    991033b View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2017

  1. Fix incorrect use of json.dumps

    All optional parameters to json.dumps() are now keyword-only in Python 3.6.  Although this is the error that's flag, the tests use of json.dumps is actually incorrect: it should write the json.dumps with write()
    vladimir-v-diaz committed Sep 22, 2017
    Configuration menu
    Copy the full SHA
    20d7cd2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6340aaf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    224e301 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2017

  1. Configuration menu
    Copy the full SHA
    69a66e9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e647264 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #493 from vladimir-v-diaz/add_github_issue_pr_temp…

    …lates
    
    Add issue and pull request templates
    vladimir-v-diaz authored Sep 28, 2017
    Configuration menu
    Copy the full SHA
    e45084f View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2017

  1. Update tuf-spec.md

    minor fixes
    goldenMetteyya authored Oct 10, 2017
    Configuration menu
    Copy the full SHA
    d8b477b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8824ec8 View commit details
    Browse the repository at this point in the history
  3. Fix 'schdemes' typo

    vladimir-v-diaz authored Oct 10, 2017
    Configuration menu
    Copy the full SHA
    6e2344d View commit details
    Browse the repository at this point in the history
  4. Merge pull request #494 from goldenMetteyya/develop

    Update tuf-spec.md
    vladimir-v-diaz authored Oct 10, 2017
    Configuration menu
    Copy the full SHA
    a9a2a23 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5f32ee0 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2017

  1. Merge pull request #495 from theupdateframework/link_to_taps_repo

    Add section for TAPs to README
    vladimir-v-diaz authored Oct 11, 2017
    Configuration menu
    Copy the full SHA
    9c9941e View commit details
    Browse the repository at this point in the history
  2. Remove example metadata

    Instead of having duplicate metadata in examples/ and tests/repository_data, retain only the metadata in tests/repository_data and link to them from METADATA.md
    vladimir-v-diaz committed Oct 11, 2017
    Configuration menu
    Copy the full SHA
    709ada1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e5b3b8f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fffc30c View commit details
    Browse the repository at this point in the history
  5. Fix link

    vladimir-v-diaz committed Oct 11, 2017
    Configuration menu
    Copy the full SHA
    2a0b86b View commit details
    Browse the repository at this point in the history
  6. Merge pull request #496 from vladimir-v-diaz/remove_example_metadata

    Remove example metadata and link to /tests metadata from METADATA.md
    vladimir-v-diaz authored Oct 11, 2017
    Configuration menu
    Copy the full SHA
    e5776b7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    02e6d4e View commit details
    Browse the repository at this point in the history
  8. Merge pull request #497 from vladimir-v-diaz/update_gitignore

    Ignore virtualenv and pyenv files
    vladimir-v-diaz authored Oct 11, 2017
    Configuration menu
    Copy the full SHA
    3fd782c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1014f1b View commit details
    Browse the repository at this point in the history
  10. Update Last Modified

    vladimir-v-diaz authored Oct 11, 2017
    Configuration menu
    Copy the full SHA
    c2f9d63 View commit details
    Browse the repository at this point in the history
  11. Merge pull request #498 from vladimir-v-diaz/add_ecdsa_to_spec

    Add ecdsa-sha2-nistp256 to specification
    vladimir-v-diaz authored Oct 11, 2017
    Configuration menu
    Copy the full SHA
    76b2b2d View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    57c8862 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    ed63201 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    0076a49 View commit details
    Browse the repository at this point in the history
  15. Merge pull request #499 from vladimir-v-diaz/move_specification

    Move specification and delete obsolete directory
    vladimir-v-diaz authored Oct 11, 2017
    Configuration menu
    Copy the full SHA
    11043dc View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2017

  1. Remove PyCrypto dependency

    Our crypto library dropped multi-library support and no longer uses PyCrypto.
    vladimir-v-diaz committed Oct 13, 2017
    Configuration menu
    Copy the full SHA
    02ddfb0 View commit details
    Browse the repository at this point in the history
  2. Add pyup.io configuration file

    We use pyup.io to make sure all of our dependencies are up to date.
    vladimir-v-diaz committed Oct 13, 2017
    Configuration menu
    Copy the full SHA
    02df40d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6d8b007 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bccdcb5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1fd4f40 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    03f0600 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    459b550 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2997ba0 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #502 from vladimir-v-diaz/add_pyup_badge

    Add pyup.io badges to README
    vladimir-v-diaz authored Oct 13, 2017
    Configuration menu
    Copy the full SHA
    1151ee6 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    229769f View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    d8a33c2 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    32fcc66 View commit details
    Browse the repository at this point in the history
  13. Merge pull request #503 from theupdateframework/convert_coverage_badge

    Convert coverage's badge to SVG from PNG
    vladimir-v-diaz authored Oct 13, 2017
    Configuration menu
    Copy the full SHA
    cba1cae View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    4126fc8 View commit details
    Browse the repository at this point in the history