]> git.saurik.com Git - apt.git/commit
implement Signed-By without using gpg for verification
authorDavid Kalnischkies <david@kalnischkies.de>
Tue, 7 Jul 2015 20:11:20 +0000 (22:11 +0200)
committerDavid Kalnischkies <david@kalnischkies.de>
Mon, 10 Aug 2015 15:25:26 +0000 (17:25 +0200)
commit4e03c47de15164f2656d9655edab6fb3570cb2f2
treeb3475a46b3cc5ede3a4da4042c9bc80569549aba
parent25f2731928f0b571f7521d7d7a7e301499d0f6ee
implement Signed-By without using gpg for verification

The previous commit returns to the possibility of using just gpgv for
verification proposes. There is one problem through: We can't enforce a
specific keyid without using gpg, but our acquire method can as it
parses gpgv output anyway, so it can deal with good signatures from not
expected signatures and treats them as unknown keys instead.

Git-Dch: Ignore
methods/gpgv.cc
test/integration/test-apt-key
test/integration/test-releasefile-verification