php-gnupg/tests
Jakub Zelenka 34e4c9542b
Fix #32: Decryption of message encrypted with multiple keys
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-05 19:43:45 +02:00
..
gnupg_oo_decrypt_multi_key.phpt Fix #32: Decryption of message encrypted with multiple keys 2025-05-05 19:43:45 +02:00
gnupg_oo_decrypt_no_uid_hint.phpt Fix GH-46: gnupg_decrypt() segfault when password callback uid hint not supplied (#51) 2025-03-18 17:47:27 +01:00
gnupg_oo_deletekey.phpt Refactore all test to be independent 2018-05-17 20:15:14 +01:00
gnupg_oo_encrypt.phpt Refactore all test to be independent 2018-05-17 20:15:14 +01:00
gnupg_oo_encrypt_empty_str.phpt Fix GH-37: decryption of an encrypted empty string returns false (#50) 2025-03-18 14:54:49 +01:00
gnupg_oo_encryptsign.phpt Update tests to match new test key 2021-01-16 20:46:52 +00:00
gnupg_oo_export.phpt Update tests to match new test key 2021-01-16 20:46:52 +00:00
gnupg_oo_getengineinfo.phpt Fix arginfos and tests for PHP 8 2021-02-14 19:18:00 +00:00
gnupg_oo_geterror.phpt Add gnupg_geterrorinfo and cover gnupg_geterror 2021-01-16 20:46:52 +00:00
gnupg_oo_geterrorinfo.phpt Add gnupg_geterrorinfo and cover gnupg_geterror 2021-01-16 20:46:52 +00:00
gnupg_oo_import.phpt Fix tests with gpg2 2021-02-14 18:29:37 +00:00
gnupg_oo_init_file_name.phpt Add complete coverage for init 2018-06-04 19:29:56 +01:00
gnupg_oo_init_home_dir.phpt Fix tests to work correctly with gpg1 and older gpgme versions 2021-02-14 18:49:40 +00:00
gnupg_oo_keyinfo.phpt Test secret_only param in keyinfo 2018-08-27 18:49:33 +01:00
gnupg_oo_listsignatures.phpt Update tests to match new test key 2021-01-16 20:46:52 +00:00
gnupg_oo_sign_clear.phpt Update tests to match new test key 2021-01-16 20:46:52 +00:00
gnupg_oo_sign_detach.phpt Update tests to match new test key 2021-01-16 20:46:52 +00:00
gnupg_oo_sign_detach_nonarmor.phpt Update tests to match new test key 2021-01-16 20:46:52 +00:00
gnupg_oo_sign_normal.phpt Update tests to match new test key 2021-01-16 20:46:52 +00:00
gnupg_oo_sign_normal_noarmor.phpt Update tests to match new test key 2021-01-16 20:46:52 +00:00
gnupg_res_deletekey.phpt Fix arginfos and tests for PHP 8 2021-02-14 19:18:00 +00:00
gnupg_res_encrypt.phpt Refactore all test to be independent 2018-05-17 20:15:14 +01:00
gnupg_res_encryptsign.phpt Update tests to match new test key 2021-01-16 20:46:52 +00:00
gnupg_res_export.phpt Update tests to match new test key 2021-01-16 20:46:52 +00:00
gnupg_res_getengineinfo.phpt Fix arginfos and tests for PHP 8 2021-02-14 19:18:00 +00:00
gnupg_res_geterror.phpt Add gnupg_geterrorinfo and cover gnupg_geterror 2021-01-16 20:46:52 +00:00
gnupg_res_geterrorinfo.phpt Add gnupg_geterrorinfo and cover gnupg_geterror 2021-01-16 20:46:52 +00:00
gnupg_res_import.phpt Fix tests to work correctly with gpg1 and older gpgme versions 2021-02-14 18:49:40 +00:00
gnupg_res_init_file_name.phpt Add complete coverage for init 2018-06-04 19:29:56 +01:00
gnupg_res_init_home_dir.phpt Fix tests to work correctly with gpg1 and older gpgme versions 2021-02-14 18:49:40 +00:00
gnupg_res_keyinfo.phpt Test secret_only param in keyinfo 2018-08-27 18:49:33 +01:00
gnupg_res_listsignatures.phpt Update tests to match new test key 2021-01-16 20:46:52 +00:00
gnupg_res_sign_clear.phpt Update tests to match new test key 2021-01-16 20:46:52 +00:00
gnupg_res_sign_detach.phpt Update tests to match new test key 2021-01-16 20:46:52 +00:00
gnupg_res_sign_detach_nonarmor.phpt Update tests to match new test key 2021-01-16 20:46:52 +00:00
gnupg_res_sign_normal.phpt Update tests to match new test key 2021-01-16 20:46:52 +00:00
gnupg_res_sign_normal_noarmor.phpt Update tests to match new test key 2021-01-16 20:46:52 +00:00
gnupgt.inc Fix #32: Decryption of message encrypted with multiple keys 2025-05-05 19:43:45 +02:00
no_uid_hint_msg.gpg Fix GH-46: gnupg_decrypt() segfault when password callback uid hint not supplied (#51) 2025-03-18 17:47:27 +01:00
vars.inc Fix #32: Decryption of message encrypted with multiple keys 2025-05-05 19:43:45 +02:00