Moving from U2F to CTAP1.

Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
This commit is contained in:
Pol Henarejos
2022-09-08 17:35:56 +02:00
parent 7ae80ab688
commit 73f88b6882
6 changed files with 39 additions and 39 deletions

View File

@@ -20,7 +20,7 @@
#include "hsm.h"
int cmd_version() {
memcpy(res_APDU, "U2F_V2", strlen("U2F_V2"));
memcpy(res_APDU, "CTAP_V2", strlen("U2F_V2"));
res_APDU_size = strlen("U2F_V2");
return SW_OK();
}