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

Fix inconsistency in root key migration paragraph #61

Merged

Commits on Nov 14, 2019

  1. Fix inconsistency in root key migration paragraph

    Updates an outdated paragraph in section 6.1 that explained how
    root keys are rotated by backwards-verifying signatures from the
    latest root file available on the repository back to the latest
    root file available on the client.
    
    The correct (new) workflow, which is also described in step 1 of
    the client application workflow of section 5, performs verification
    in a forward-directed manner, i.e. starting at the latest root
    on the client and going forward to the latest root on the repo.
    lukpueh committed Nov 14, 2019
    Configuration menu
    Copy the full SHA
    9da1787 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2019

  1. Refine wording in root key migration paragraph

    Co-Authored-By: mnm678 <[email protected]>
    Co-Authored-By: Trishank Karthik Kuppusamy <[email protected]>
    3 people committed Nov 15, 2019
    Configuration menu
    Copy the full SHA
    085d453 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    890b383 View commit details
    Browse the repository at this point in the history