Incomplete decryption of S/MIME mails using openssl cms
We’re receiving signed and encrypted mails from many senders. For most senders, the decryption with openssl works fine using the following command:
openssl cms -decrypt -recip <path-to-key> -in <path-to-email>
However, for som…