Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Fix verification of objects signed with old local keys #11379

Merged
merged 2 commits into from Nov 19, 2021

Commits on Nov 17, 2021

  1. Fix verification of objects signed with old local keys

    Fixes a bug introduced in #11129: objects signed by the local server, but with
    keys other than the current one, could not be successfully verified.
    
    We need to check the key id in the signature, and track down the right key.
    richvdh committed Nov 17, 2021
    Copy the full SHA
    e052bc1 View commit details
    Browse the repository at this point in the history
  2. fix type annotation

    richvdh committed Nov 17, 2021
    Copy the full SHA
    f7cfafd View commit details
    Browse the repository at this point in the history