]> git.saurik.com Git - apt.git/commit - methods/gpgv.cc
gpgv: handle expired sig as worthless
authorDavid Kalnischkies <david@kalnischkies.de>
Thu, 28 Apr 2016 20:02:50 +0000 (22:02 +0200)
committerDavid Kalnischkies <david@kalnischkies.de>
Sun, 1 May 2016 08:50:24 +0000 (10:50 +0200)
commit1af227c2eaad386f0917fc4f36c84fd5999b884e
treeb497994bda9566413ed517eebba22eb3226f49e7
parentf13b413a3bb1f03886ba7d8c43b08bd13836a663
gpgv: handle expired sig as worthless

Signatures on data can have an expiration date, too, which we hadn't
handled previously explicitly (no problem – gpg still has a non-zero
exit code so apt notices the invalid signature) so the error message
wasn't as helpful as it could be (aka mentioning the key signing it).
methods/gpgv.cc
test/integration/framework
test/integration/test-releasefile-verification