]> git.saurik.com Git - apt.git/commit
Handle ERRSIG in the gpgv method like BADSIG
authorJulian Andres Klode <jak@debian.org>
Mon, 14 Mar 2016 13:23:50 +0000 (14:23 +0100)
committerJulian Andres Klode <jak@debian.org>
Mon, 14 Mar 2016 13:23:50 +0000 (14:23 +0100)
commit76a71a1237d22c1990efbc19ce0e02aacf572576
tree208a4781ef6d5c1a14974bd3e49d7ae2732d6f51
parent0cbb7e29c5dad2178896d8eaf41ad616bb0111da
Handle ERRSIG in the gpgv method like BADSIG

ERRSIG is created whenever a key uses an unknown/weak digest
algorithm, for example. This allows us to report a more useful
error than just "unknown apt-key error.":

The following signatures were invalid: ERRSIG 13B00F1FD2C19886 1 2 01 1457609403 5

While still not being the best reportable error message, it's
better than unknown apt-key error and hopefully redirects users
to complain to their repository owners.
methods/gpgv.cc