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

[DO NOT MERGE] Review rebased draft #228

Closed
wants to merge 3 commits into from

Commits on May 24, 2022

  1. Adopt TAP 3 multi-role delegations metadata format

    Update "4.5. File formats: targets.json and delegated target roles"
    to reflect metadata format introduced by TAP 3
    lukpueh committed May 24, 2022
    Configuration menu
    Copy the full SHA
    d2c9c7b View commit details
    Browse the repository at this point in the history
  2. Clarify TAP3 multi-role delegation client workflow

    Clarify in step 5.6.7.2.1 of the client workflow that in a multi-role
    delegation not each but rather a defined threshold of roles must
    agree on the target hashes and lengths (see `min_roles_in_agreement`).
    joshuagl authored and lukpueh committed May 24, 2022
    Configuration menu
    Copy the full SHA
    e14fdd1 View commit details
    Browse the repository at this point in the history
  3. Rename TAP 3 metadata fields

    `keys_for_delegations` --> `keys`
    (the keys field in root.json in reality also lists "keys for
    delegations", i.e. keys to delegate trust to other top-level roles,
    but is only called keys)
    
    `roleinfo` --> `roles`
    (keeping the name for delegated roles as it was before TAP3)
    lukpueh committed May 24, 2022
    Configuration menu
    Copy the full SHA
    b8d16e9 View commit details
    Browse the repository at this point in the history