]> git.decadent.org.uk Git - dak.git/commitdiff
SignedFile: allow multiple signatures
authorAnsgar Burchardt <ansgar@debian.org>
Fri, 14 Aug 2015 10:58:48 +0000 (12:58 +0200)
committerAnsgar Burchardt <ansgar@debian.org>
Fri, 14 Aug 2015 11:04:21 +0000 (13:04 +0200)
The InRelease file is currently signed using multiple keys and we want
to be able to verify its signature. So allow multiple signatures as
long as all of them are valid.

For uploads (.changes files) we still require that only a single
signature is present. This is currently enforced by the 'fingerprint',
'primary_fingerprint' and 'signature_id' accessors.


No differences found