Skip to content

Add test for signatures containing unmatched Signers User-ID subpacket.

This MR adds a new test to detached_signatures.rs. The test checks how implementations handle signatures containing Signer's User-ID subpackets for user-ids not found on the verification certificate.

The test does not make any assumptions on what is the best way to handle this and is instead intended to get the bigger picture of implementation support.

I'm not native with rust, so please review thoroughly :D

Future work could entail checking for expired / revoked signer's user-ids.

Merge request reports