]> git.decadent.org.uk Git - dak.git/commit
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)
commit4c4d817b9eee1195b84bb1ec642449485fa4c0ee
treea2c91ab214067c313fb9fd9e88b12fba386e939a
parent2919be54694c13575d1ba9b6dc3d1c1ffc50aae7
SignedFile: allow multiple signatures

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.
daklib/gpg.py