From 58e8f54be8f4eaf6bccb7cfc14ddebdf4358aadf Mon Sep 17 00:00:00 2001 From: M66B Date: Fri, 24 Sep 2021 08:23:52 +0200 Subject: [PATCH] Updated FAQ --- FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FAQ.md b/FAQ.md index 34d22d0bc1..8ff747e4b5 100644 --- a/FAQ.md +++ b/FAQ.md @@ -826,7 +826,7 @@ Common errors: * *unable to find valid certification path to requested target*: basically this means one or more intermediate or root certificates were not found * *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 fails to sign with RSA-8192 private keys (Android [issue 199605614](https://issuetracker.google.com/issues/199605614)) +* *Memory allocation failed*: Android supports keys up to 4096 bits only (Android [issue 199605614](https://issuetracker.google.com/issues/199605614)) 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.