From 44ed826840ad9dedba20a1cde55cbbb6bdde87c0 Mon Sep 17 00:00:00 2001 From: merlokk <807634+merlokk@users.noreply.github.com> Date: Mon, 26 Nov 2018 17:54:50 +0200 Subject: [PATCH] added hints --- client/cmdhffido.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/client/cmdhffido.c b/client/cmdhffido.c index 4adc4e60d..1d082f868 100644 --- a/client/cmdhffido.c +++ b/client/cmdhffido.c @@ -702,13 +702,13 @@ int MakeCredentionalParseRes(json_t *root, uint8_t *data, size_t dataLen, bool v if (!ubuf[32]) PrintAndLog("none"); if (ubuf[32] & 0x01) - PrintAndLog("up - user presence"); + PrintAndLog("up - user presence result"); if (ubuf[32] & 0x04) - PrintAndLog("uv - user verification (fingerprint scan or a PIN or ...)"); + PrintAndLog("uv - user verification (fingerprint scan or a PIN or ...) result"); if (ubuf[32] & 0x40) - PrintAndLog("at - "); + PrintAndLog("at - attested credential data included"); if (ubuf[32] & 0x80) - PrintAndLog("ed - "); + PrintAndLog("ed - extension data included"); uint32_t cntr = (uint32_t)bytes_to_num(&ubuf[33], 4); PrintAndLog("Counter: %d", cntr);