added COSE algorithms

This commit is contained in:
merlokk 2018-11-26 16:12:28 +02:00
commit 1099c6923d
5 changed files with 157 additions and 2 deletions

View file

@ -29,7 +29,7 @@ typedef struct {
} fido2Error_t;
fido2Error_t fido2Errors[] = {
{0xFF, "n/a", "n/a"},
{0xFF, "n/a", "n/a"},
{0x00, "CTAP1_ERR_SUCCESS", "Indicates successful response."},
{0x01, "CTAP1_ERR_INVALID_COMMAND", "The command is not a valid CTAP command."},
{0x02, "CTAP1_ERR_INVALID_PARAMETER", "The command included an invalid parameter."},