From 693bac9c15e2687347513cdbf546c0978bb63b1f Mon Sep 17 00:00:00 2001 From: Conor Patrick Date: Sun, 11 Nov 2018 09:04:59 -0500 Subject: [PATCH] increase max msg size --- fido2/ctap.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fido2/ctap.h b/fido2/ctap.h index 8f5a16c..0140824 100644 --- a/fido2/ctap.h +++ b/fido2/ctap.h @@ -109,7 +109,7 @@ #define RP_NAME_LIMIT 32 // application limit, name parameter isn't needed. #define USER_ID_MAX_SIZE 64 #define USER_NAME_LIMIT 65 // Must be minimum of 64 bytes but can be more. -#define CTAP_MAX_MESSAGE_SIZE 1024 +#define CTAP_MAX_MESSAGE_SIZE 1200 #define CREDENTIAL_TAG_SIZE 16 #define CREDENTIAL_NONCE_SIZE 8