Skip to content

Check that the number of PKESK packets matches the number of certificates

In encrypt/decrypt roundtrip tests, check that all certificates were used to encrypt the message.

(Apparently, gpgme-sop or GnuPG does not use all keys to encrypt, or perhaps ignores keys it doesn't understand, which leads to unexpected test passes here. This check should catch that.)

Merge request reports