From 60c16f4e06d7e0e1c94c00f5835493216a2b19c1 Mon Sep 17 00:00:00 2001 From: M66B Date: Thu, 18 Aug 2022 19:48:26 +0200 Subject: [PATCH] Updated FAQ --- FAQ.md | 1 + 1 file changed, 1 insertion(+) diff --git a/FAQ.md b/FAQ.md index d1368c855e..bb6fb44692 100644 --- a/FAQ.md +++ b/FAQ.md @@ -1012,6 +1012,7 @@ Common errors: * *Private key does not match any encryption keys*: the selected key cannot be used to decrypt the message, probably because it is the incorrect key * *No private key*: no certificate was selected or no certificate was available in the Android keystore * *Memory allocation failed*: Android supports keys up to 4096 bits only (Android [issue 199605614](https://issuetracker.google.com/issues/199605614)) +* *message-digest attribute value does not match calculated value*: the signature doesn't match the message, possible because the message was changed. In case the certificate chain is incorrect, you can tap on the little info button to show the all certificates. After the certificate details the issuer or "selfSign" is shown.