Commit graph

5 commits

Author SHA1 Message Date
Jakub Zelenka
74993ff4a2
Fix #32: Decryption of message encrypted with multiple keys (#55)
When the message is encrypted with multiple keys and the decryption
key(s) added is not the first encrypted key, then it was failing due to
invalid early failure when uid was not found in decrypted keys. This
changes such behavior and just returns empty key instead in such case.
2025-05-20 18:23:58 +02:00
Jakub Zelenka
75a9b387ea Fix tests with gpg2 2021-02-14 18:29:37 +00:00
Jakub Zelenka
0d91de88ab Add stronger key for tests 2021-01-16 20:46:52 +00:00
Thilo Raufeisen
6803be309c - fixed build-issues in config.m4
- make sure that 'plain_text' is passed on 'verify'
- set error_reporting to E_ALL during tests
2006-10-24 14:04:02 +00:00
Thilo Raufeisen
dc666cc840 tests 2006-05-18 19:32:32 +00:00