PGP Packet field parsing selects the wrong field if it exists multiple times
assert_filename_matches_packet_issuer_fingerprint
uses packet_dump_field
to find "Issuer Fingerprint". These files contain two of these fields though, so packet_dump_field
simply takes the first one it finds, which is the wrong one in case of this merge request.
Blocks !116 (merged)