From efd9d1626e0d692d287185deb16d295c4636be48 Mon Sep 17 00:00:00 2001 From: Vincent Breitmoser Date: Sat, 13 Sep 2014 21:14:06 +0200 Subject: add a ton of logging to DecryptVerify --- OpenKeychain/src/main/res/values/strings.xml | 38 ++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) (limited to 'OpenKeychain/src/main/res') diff --git a/OpenKeychain/src/main/res/values/strings.xml b/OpenKeychain/src/main/res/values/strings.xml index a450b36f8..4e23f36b0 100644 --- a/OpenKeychain/src/main/res/values/strings.xml +++ b/OpenKeychain/src/main/res/values/strings.xml @@ -764,6 +764,44 @@ "Cannot edit keyring with stripped master key!" "Key not found!" + + "Data not encrypted with known key, skipping…" + "Data not encrypted with allowed key, skipping…" + "Found block of asymmetrically encrypted data" + "Processing literal data" + "Unpacking compressed data" + "Filesize: %s" + "MIME type: %s" + "Filesize: %s" + "Modification time: %s" + "Signature check NOT OK!" + "Verifying signature data" + "Signature check OK" + "Saving signature data for later" + "Processing cleartext data" + "Error unlocking key, bad passphrase!" + "Unknown error unlocking key!" + "Integrity check error!" + "No valid signature data found!" + "Encountered IO Exception during operation!" + "No encrypted data found in stream!" + "No encrypted data with known secret key found in stream!" + "Encountered PGP Exception during operation!" + "Integrity check ok!" + "Only metadata was requested, skipping decryption" + "OK" + "Using passphrase from cache" + "NFC token required, requesting user input…" + "Passphrase required, requesting user input…" + "Preparing streams for decryption" + "Starting decrypt operation…" + "Symmetric data not allowed, skipping…" + "Found block of symmetrically encrypted data" + "Encountered trailing, asymmetrically encrypted data" + "Encountered trailing, symmetrically encrypted data" + "Encountered trailing data of unknown type" + "Unlocking secret key" + "Click to clear cached passphrases" "OpenKeychain has cached %d passphrases" -- cgit v1.2.3