u2f: add u2f.bin.coffee

This commit is contained in:
Pavol Rusnak 2017-11-14 14:29:46 +01:00
parent e3460b9f00
commit 61044b3fc3
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D
1 changed files with 10 additions and 0 deletions

View File

@ -120,6 +120,16 @@ static const U2FWellKnown u2f_well_known[] = {
0x21, 0x96, 0xf1, 0x06, 0xd1, 0x6c, 0xa3, 0x12 },
"Yubico U2F Demo",
&bmp_u2f_yubico
},
{
// https://u2f.bin.coffee
{
0x1b, 0x3c, 0x16, 0xdd, 0x2f, 0x7c, 0x46, 0xe2,
0xb4, 0xc2, 0x89, 0xdc, 0x16, 0x74, 0x6b, 0xcc,
0x60, 0xdf, 0xcf, 0x0f, 0xb8, 0x18, 0xe1, 0x32,
0x15, 0x52, 0x6e, 0x14, 0x08, 0xe7, 0xf4, 0x68 },
"u2f.bin.coffee",
NULL
}
};