diff options
author | David Kalnischkies <david@kalnischkies.de> | 2019-03-03 19:41:42 +0100 |
---|---|---|
committer | David Kalnischkies <david@kalnischkies.de> | 2019-03-03 21:52:40 +0100 |
commit | 3e3638dc9389591cfd30baa6c41d85c31127402a (patch) | |
tree | 45aeed4ec6433b8cc20641017c06fc3d940427f3 /test/integration/test-apt-key-used-in-maintainerscript | |
parent | c3005277c395c7bcb81f470e3e0466e2fd3ab38e (diff) |
Add explicit message for unsupported binary signature
Verifying the content of Release.gpg made us fail on binary signatures
which were never officially supported (apt-secure manpage only documents
only the generation of ASCII armored), but silently accepted by gpgv as
we passed it on unchecked before.
The binary format is complex and is itself split into old and new
formats so adding support for this would not only add lots of code but
also a good opportunity for bugs and dubious benefit.
Reporting this issue explicitly should help repository creators figure
out the problem faster than the default NODATA message hinting at
captive portals.
Given that the binary format has no file magic or any other clear and
simple indication that this is a detached signature we guess based on
the first two bits only – and by that only supporting the "old" binary
format which seems to be the only one generated by gnupg in this case.
References: e2965b0b6bdd68ffcad0e06d11755412a7e16e50
Closes: #921685
Diffstat (limited to 'test/integration/test-apt-key-used-in-maintainerscript')
0 files changed, 0 insertions, 0 deletions