From f39a51afca84475cf3ebea43c67a794d656ea217 Mon Sep 17 00:00:00 2001 From: Pol Henarejos Date: Wed, 14 Dec 2022 19:41:38 +0100 Subject: [PATCH] Add macro for large blob size. Signed-off-by: Pol Henarejos --- src/fido/fido.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/fido/fido.h b/src/fido/fido.h index 6eb90e8..0e0445b 100644 --- a/src/fido/fido.h +++ b/src/fido/fido.h @@ -81,6 +81,7 @@ extern void set_opts(uint8_t); #define MAX_CREDBLOB_LENGTH 128 #define MAX_MSG_SIZE 1024 #define MAX_FRAGMENT_LENGTH (MAX_MSG_SIZE - 64) +#define MAX_LARGE_BLOB_SIZE 2048 typedef struct known_app { const uint8_t *rp_id_hash;