Adding Credential manager.

Also adding resident credentials.

Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
This commit is contained in:
Pol Henarejos
2022-09-20 19:50:33 +02:00
parent 72ebb2b596
commit 8a379d9702
5 changed files with 66 additions and 11 deletions

View File

@@ -67,6 +67,7 @@ extern void init_fido();
extern bool getUserVerifiedFlagValue();
#define MAX_CREDENTIAL_COUNT_IN_LIST 16
#define MAX_CRED_ID_LENGTH 1024
#define MAX_RESIDENT_CREDENTIALS 256
typedef struct known_app {
const uint8_t *rp_id_hash;