summary refs log tree commit diff
path: root/changelog.d/11379.bugfix (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 1.48.0rc1Brendan Abolivier2021-11-251-1/+0
|
* Fix verification of objects signed with old local keys (#11379)Richard van der Hoff2021-11-191-0/+1
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.