fix infrequent der formatting bug. start excludelist

This commit is contained in:
Conor Patrick
2018-05-24 21:26:46 -04:00
parent 644ceaef63
commit 10e50bea48
5 changed files with 141 additions and 78 deletions

5
ctap.h
View File

@@ -1,6 +1,8 @@
#ifndef _CTAP_H
#define _CTAP_H
#include "cbor.h"
#define CTAP_MAKE_CREDENTIAL 0x01
#define CTAP_GET_ASSERTION 0x02
#define CTAP_CANCEL 0x03
@@ -162,6 +164,9 @@ typedef struct
uint8_t publicKeyCredentialType;
int32_t COSEAlgorithmIdentifier;
CborValue excludeList;
int excludeListSize;
uint8_t rk;
uint8_t uv;