bugfix/skip-auth for fido2 extension
This commit is contained in:
@@ -82,7 +82,7 @@ int16_t extend_fido2(CredentialId * credid, uint8_t * output)
|
||||
{
|
||||
if (is_extension_request((uint8_t*)credid, sizeof(CredentialId)))
|
||||
{
|
||||
bridge_u2f_to_solo(output, (uint8_t*)credid, sizeof(CredentialId));
|
||||
output[0] = bridge_u2f_to_solo(output+1, (uint8_t*)credid, sizeof(CredentialId));
|
||||
return 1;
|
||||
}
|
||||
else
|
||||
|
@@ -31,7 +31,7 @@
|
||||
#include "log.h"
|
||||
#include APP_CONFIG
|
||||
|
||||
// output must be at least 72 bytes
|
||||
// output must be at least 71 bytes
|
||||
int16_t bridge_u2f_to_solo(uint8_t * output, uint8_t * keyh, int keylen)
|
||||
{
|
||||
int8_t ret = 0;
|
||||
|
Reference in New Issue
Block a user