https://bugs.kde.org/show_bug.cgi?id=517707
--- Comment #1 from Taavi <[email protected]> --- A test message can be generated using something like: ``` openssl req -x509 -newkey rsa:3072 -keyout "test.key" -out "test.crt" -days 365 openssl cms -encrypt -in input.eml -outform SMIME -aes-128-gcm -recip "test.crt" > input-encrypted.eml ``` -- You are receiving this mail because: You are watching all bug changes.
