decrypt: skip unavailable and unsuitable keys

This commit is contained in:
Vincent Breitmoser
2015-11-13 16:56:56 +01:00
parent d6a1be825c
commit 2d7dada888
3 changed files with 16 additions and 0 deletions

View File

@@ -1150,6 +1150,8 @@
<string name="msg_ek_error_not_found">"Key not found!"</string>
<!-- Messages for DecryptVerify operation -->
<string name="msg_dc_askip_bad_flags">"Key is not an encryption key, skipping…"</string>
<string name="msg_dc_askip_unavailable">"Key not available, skipping…"</string>
<string name="msg_dc_askip_no_key">"Data not encrypted with known key, skipping…"</string>
<string name="msg_dc_askip_not_allowed">"Data not encrypted with allowed key, skipping…"</string>
<string name="msg_dc_asym">"Found block of asymmetrically encrypted data for key %s"</string>