devrandom / gitian-builder

Build packages in a secure deterministic fashion inside a VM
https://gitian.org/
Other
400 stars 226 forks source link

Make gverify smarter if not all sigs match. #19

Open TheBlueMatt opened 12 years ago

TheBlueMatt commented 12 years ago

eg find out which sigs do match and display the largest group of matching sigs as OK instead of checking each against the first.

josephbisch commented 7 years ago

How do we envision this working if there are multiple largest groups of matching sigs? Something like the following?

There are 2 largest groups of matching signatures consisting of 4 signatures each
Largest group of matching signatures #1
...
...
...
Largest group of matching signatures #2
...
...
...
The following 3 signatures are not part of any of the largest groups of matching signatures
...
...
...

Where the three ... indicate where the current formatting of gverify output would go.