Defining max length for credBlobs

Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
This commit is contained in:
Pol Henarejos
2022-12-07 15:48:46 +01:00
parent 196430517f
commit 4cb0af5045
2 changed files with 2 additions and 1 deletions

View File

@@ -78,6 +78,7 @@ extern void set_opts(uint8_t);
#define MAX_CREDENTIAL_COUNT_IN_LIST 16
#define MAX_CRED_ID_LENGTH 1024
#define MAX_RESIDENT_CREDENTIALS 256
#define MAX_CREDBLOB_LENGTH 128
typedef struct known_app {
const uint8_t *rp_id_hash;