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

[TAP 8] Simplify rotate file names #167

Merged
merged 12 commits into from
Mar 14, 2024

Commits on Jan 27, 2023

  1. [TAP 8] Simplify rotate file names

    Signed-off-by: Marina Moore <[email protected]>
    mnm678 committed Jan 27, 2023
    Configuration menu
    Copy the full SHA
    bd176e4 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2023

  1. Recommend use of hash in snapshot for rotate files

    For extra protection in the event of a key compromise,
    this recommends the use of hashes in snapshot, and the
    secure storage of previous keys.
    
    Signed-off-by: Marina Moore <[email protected]>
    mnm678 committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    1cc415d View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2023

  1. Add section about interaction with TAP 4

    Signed-off-by: Marina Moore <[email protected]>
    mnm678 committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    c6ed2f4 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2023

  1. [TAP 8] Start at version 1 for consistency

    Signed-off-by: Marina Moore <[email protected]>
    mnm678 committed Feb 27, 2023
    Configuration menu
    Copy the full SHA
    023fe56 View commit details
    Browse the repository at this point in the history
  2. [TAP 8] Update client workflow to include snapshot check

    Signed-off-by: Marina Moore <[email protected]>
    mnm678 committed Feb 27, 2023
    Configuration menu
    Copy the full SHA
    3b81ca0 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2023

  1. fix line wrap

    Signed-off-by: Marina Moore <[email protected]>
    mnm678 committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    d92b796 View commit details
    Browse the repository at this point in the history
  2. Add additional clarificatio to client workflow

    Signed-off-by: Marina Moore <[email protected]>
    mnm678 committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    a72172e View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2024

  1. clarify "unverified"

    Signed-off-by: Marina Moore <[email protected]>
    mnm678 committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    5fc7495 View commit details
    Browse the repository at this point in the history
  2. minor edits

    Signed-off-by: Marina Moore <[email protected]>
    mnm678 committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    1854835 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2024

  1. Merge branch 'master' into tap8-simplification

    Signed-off-by: Marina Moore <[email protected]>
    mnm678 authored Jan 17, 2024
    Configuration menu
    Copy the full SHA
    5738e23 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2024

  1. re-delegation should use a new rolename

    This change ensures that if two parties delegate to the same role,
    there won't be a state where the two delegations have different keys,
    and the rotations only apply to one of these. It also simplifies finding
    rotate files after a delegation change
    
    Signed-off-by: Marina Moore <[email protected]>
    mnm678 committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    065323c View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2024

  1. Update tap8.md

    Co-authored-by: Joshua Lock <[email protected]>
    Signed-off-by: Marina Moore <[email protected]>
    mnm678 and joshuagl authored Mar 14, 2024
    Configuration menu
    Copy the full SHA
    1702321 View commit details
    Browse the repository at this point in the history