Skip to content

Commit

Permalink
regress: exercise fido_dev_make_cred() parser
Browse files Browse the repository at this point in the history
This makes use of mocked i/o to ensure that our parsers work correctly.
To do this, new wiredata was recorded and the contents of the response
were extracted so that we can re-use the same expected data throughout
these tests.
  • Loading branch information
LDVG committed Nov 6, 2024
1 parent d493ea0 commit c6d76e5
Showing 1 changed file with 235 additions and 47 deletions.
282 changes: 235 additions & 47 deletions regress/cred.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2018-2021 Yubico AB. All rights reserved.
* Copyright (c) 2018-2024 Yubico AB. All rights reserved.
* Use of this source code is governed by a BSD-style
* license that can be found in the LICENSE file.
* SPDX-License-Identifier: BSD-2-Clause
Expand All @@ -16,6 +16,153 @@

#include <fido.h>
#include "extern.h"
#include "../fuzz/wiredata_fido2.h"

#define REGRESS_WIREDATA_MAKECRED \
0x00, 0x22, 0x00, 0x02, 0x90, 0x04, 0x13, 0x00, \
0xa3, 0x01, 0x66, 0x70, 0x61, 0x63, 0x6b, 0x65, \
0x64, 0x02, 0x58, 0xc4, 0x49, 0x96, 0x0d, 0xe5, \
0x88, 0x0e, 0x8c, 0x68, 0x74, 0x34, 0x17, 0x0f, \
0x64, 0x76, 0x60, 0x5b, 0x8f, 0xe4, 0xae, 0xb9, \
0xa2, 0x86, 0x32, 0xc7, 0x99, 0x5c, 0xf3, 0xba, \
0x83, 0x1d, 0x97, 0x63, 0x41, 0x00, 0x00, 0x00, \
0x04, 0xf8, 0xa0, 0x11, 0xf3, 0x8c, 0x0a, 0x4d, \
0x00, 0x22, 0x00, 0x02, 0x00, 0x15, 0x80, 0x06, \
0x17, 0x11, 0x1f, 0x9e, 0xdc, 0x7d, 0x00, 0x40, \
0x19, 0x6a, 0xa6, 0xa4, 0xff, 0xa7, 0x1d, 0x38, \
0xf2, 0xa6, 0x87, 0x98, 0xf7, 0xf7, 0xc0, 0x95, \
0x57, 0x78, 0xda, 0xec, 0xb9, 0x73, 0xb7, 0xbb, \
0x97, 0x40, 0x31, 0x0d, 0xec, 0xc1, 0x5b, 0x20, \
0x84, 0x87, 0xae, 0xa8, 0xb7, 0xd0, 0x94, 0xd6, \
0xfc, 0x1d, 0x37, 0xbf, 0xaa, 0x33, 0x12, 0x35, \
0x00, 0x22, 0x00, 0x02, 0x01, 0x29, 0xf5, 0x09, \
0x76, 0x91, 0x20, 0x94, 0x42, 0xc4, 0x52, 0x8b, \
0x18, 0xca, 0xe1, 0x3d, 0x12, 0xa5, 0x01, 0x02, \
0x03, 0x26, 0x20, 0x01, 0x21, 0x58, 0x20, 0xf8, \
0x28, 0x2e, 0x88, 0x10, 0xfe, 0xa4, 0xda, 0x50, \
0x6c, 0xef, 0x2d, 0x48, 0x0d, 0xba, 0x71, 0xaf, \
0xb8, 0x76, 0x78, 0xb8, 0xc3, 0x32, 0x80, 0x0d, \
0x8c, 0x1f, 0xba, 0xb4, 0xbf, 0xa0, 0xa1, 0x22, \
0x00, 0x22, 0x00, 0x02, 0x02, 0x58, 0x20, 0xc3, \
0x88, 0x0f, 0x7e, 0x87, 0x05, 0x98, 0x32, 0x21, \
0xf3, 0x2d, 0xaf, 0x23, 0x8c, 0x08, 0x49, 0x6b, \
0x30, 0x6d, 0x8a, 0x53, 0x8a, 0xb2, 0xed, 0xc7, \
0xe8, 0xdf, 0x8a, 0x54, 0xf3, 0x0f, 0x8d, 0x03, \
0xa3, 0x63, 0x61, 0x6c, 0x67, 0x26, 0x63, 0x73, \
0x69, 0x67, 0x58, 0x47, 0x30, 0x45, 0x02, 0x21, \
0x00, 0x89, 0xec, 0x44, 0xbc, 0xa9, 0x4a, 0x8d, \
0x00, 0x22, 0x00, 0x02, 0x03, 0xf8, 0x38, 0xa1, \
0x86, 0x39, 0x8f, 0xbd, 0xca, 0x4f, 0x0c, 0xe4, \
0x60, 0xa1, 0x62, 0xb7, 0x93, 0x9a, 0x42, 0x8a, \
0xcc, 0x74, 0x6c, 0x9e, 0x6e, 0xc2, 0x02, 0x20, \
0x64, 0x04, 0x4a, 0xfb, 0x7c, 0xcf, 0x94, 0x12, \
0xef, 0x17, 0xc5, 0x4f, 0x48, 0xb6, 0xbc, 0x72, \
0xc8, 0x39, 0x6d, 0x64, 0xb6, 0x23, 0xe3, 0xc8, \
0xcb, 0x62, 0xd8, 0x6b, 0x90, 0x32, 0xc7, 0x99, \
0x00, 0x22, 0x00, 0x02, 0x04, 0x63, 0x78, 0x35, \
0x63, 0x81, 0x59, 0x02, 0xe6, 0x30, 0x82, 0x02, \
0xe2, 0x30, 0x81, 0xcb, 0x02, 0x01, 0x01, 0x30, \
0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, \
0x0d, 0x01, 0x01, 0x0b, 0x05, 0x00, 0x30, 0x1d, \
0x31, 0x1b, 0x30, 0x19, 0x06, 0x03, 0x55, 0x04, \
0x03, 0x13, 0x12, 0x59, 0x75, 0x62, 0x69, 0x63, \
0x6f, 0x20, 0x55, 0x32, 0x46, 0x20, 0x54, 0x65, \
0x00, 0x22, 0x00, 0x02, 0x05, 0x73, 0x74, 0x20, \
0x43, 0x41, 0x30, 0x1e, 0x17, 0x0d, 0x31, 0x34, \
0x30, 0x35, 0x31, 0x35, 0x31, 0x32, 0x35, 0x38, \
0x35, 0x34, 0x5a, 0x17, 0x0d, 0x31, 0x34, 0x30, \
0x36, 0x31, 0x34, 0x31, 0x32, 0x35, 0x38, 0x35, \
0x34, 0x5a, 0x30, 0x1d, 0x31, 0x1b, 0x30, 0x19, \
0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x12, 0x59, \
0x75, 0x62, 0x69, 0x63, 0x6f, 0x20, 0x55, 0x32, \
0x00, 0x22, 0x00, 0x02, 0x06, 0x46, 0x20, 0x54, \
0x65, 0x73, 0x74, 0x20, 0x45, 0x45, 0x30, 0x59, \
0x30, 0x13, 0x06, 0x07, 0x2a, 0x86, 0x48, 0xce, \
0x3d, 0x02, 0x01, 0x06, 0x08, 0x2a, 0x86, 0x48, \
0xce, 0x3d, 0x03, 0x01, 0x07, 0x03, 0x42, 0x00, \
0x04, 0xdb, 0x0a, 0xdb, 0xf5, 0x21, 0xc7, 0x5c, \
0xce, 0x63, 0xdc, 0xa6, 0xe1, 0xe8, 0x25, 0x06, \
0x0d, 0x94, 0xe6, 0x27, 0x54, 0x19, 0x4f, 0x9d, \
0x00, 0x22, 0x00, 0x02, 0x07, 0x24, 0xaf, 0x26, \
0x1a, 0xbe, 0xad, 0x99, 0x44, 0x1f, 0x95, 0xa3, \
0x71, 0x91, 0x0a, 0x3a, 0x20, 0xe7, 0x3e, 0x91, \
0x5e, 0x13, 0xe8, 0xbe, 0x38, 0x05, 0x7a, 0xd5, \
0x7a, 0xa3, 0x7e, 0x76, 0x90, 0x8f, 0xaf, 0xe2, \
0x8a, 0x94, 0xb6, 0x30, 0xeb, 0x9d, 0x30, 0x0d, \
0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, \
0x01, 0x01, 0x0b, 0x05, 0x00, 0x03, 0x82, 0x02, \
0x00, 0x22, 0x00, 0x02, 0x08, 0x01, 0x00, 0x95, \
0x40, 0x6b, 0x50, 0x61, 0x7d, 0xad, 0x84, 0xa3, \
0xb4, 0xeb, 0x88, 0x0f, 0xe3, 0x30, 0x0f, 0x2d, \
0xa2, 0x0a, 0x00, 0xd9, 0x25, 0x04, 0xee, 0x72, \
0xfa, 0x67, 0xdf, 0x58, 0x51, 0x0f, 0x0b, 0x47, \
0x02, 0x9c, 0x3e, 0x41, 0x29, 0x4a, 0x93, 0xac, \
0x29, 0x85, 0x89, 0x2d, 0xa4, 0x7a, 0x81, 0x32, \
0x28, 0x57, 0x71, 0x01, 0xef, 0xa8, 0x42, 0x88, \
0x00, 0x22, 0x00, 0x02, 0x09, 0x16, 0x96, 0x37, \
0x91, 0xd5, 0xdf, 0xe0, 0x8f, 0xc9, 0x3c, 0x8d, \
0xb0, 0xcd, 0x89, 0x70, 0x82, 0xec, 0x79, 0xd3, \
0xc6, 0x78, 0x73, 0x29, 0x32, 0xe5, 0xab, 0x6c, \
0xbd, 0x56, 0x9f, 0xd5, 0x45, 0x91, 0xce, 0xc1, \
0xdd, 0x8d, 0x64, 0xdc, 0xe9, 0x9c, 0x1f, 0x5e, \
0x3c, 0xd2, 0xaf, 0x51, 0xa5, 0x82, 0x18, 0xaf, \
0xe0, 0x37, 0xe7, 0x32, 0x9e, 0x76, 0x05, 0x77, \
0x00, 0x22, 0x00, 0x02, 0x0a, 0x02, 0x7b, 0xe6, \
0x24, 0xa0, 0x31, 0x56, 0x1b, 0xfd, 0x19, 0xc5, \
0x71, 0xd3, 0xf0, 0x9e, 0xc0, 0x73, 0x05, 0x4e, \
0xbc, 0x85, 0xb8, 0x53, 0x9e, 0xef, 0xc5, 0xbc, \
0x9c, 0x56, 0xa3, 0xba, 0xd9, 0x27, 0x6a, 0xbb, \
0xa9, 0x7a, 0x40, 0xd7, 0x47, 0x8b, 0x55, 0x72, \
0x6b, 0xe3, 0xfe, 0x28, 0x49, 0x71, 0x24, 0xf4, \
0x8f, 0xf4, 0x20, 0x81, 0xea, 0x38, 0xff, 0x7c, \
0x00, 0x22, 0x00, 0x02, 0x0b, 0x0a, 0x4f, 0xdf, \
0x02, 0x82, 0x39, 0x81, 0x82, 0x3b, 0xca, 0x09, \
0xdd, 0xca, 0xaa, 0x0f, 0x27, 0xf5, 0xa4, 0x83, \
0x55, 0x6c, 0x9a, 0x39, 0x9b, 0x15, 0x3a, 0x16, \
0x63, 0xdc, 0x5b, 0xf9, 0xac, 0x5b, 0xbc, 0xf7, \
0x9f, 0xbe, 0x0f, 0x8a, 0xa2, 0x3c, 0x31, 0x13, \
0xa3, 0x32, 0x48, 0xca, 0x58, 0x87, 0xf8, 0x7b, \
0xa0, 0xa1, 0x0a, 0x6a, 0x60, 0x96, 0x93, 0x5f, \
0x00, 0x22, 0x00, 0x02, 0x0c, 0x5d, 0x26, 0x9e, \
0x63, 0x1d, 0x09, 0xae, 0x9a, 0x41, 0xe5, 0xbd, \
0x08, 0x47, 0xfe, 0xe5, 0x09, 0x9b, 0x20, 0xfd, \
0x12, 0xe2, 0xe6, 0x40, 0x7f, 0xba, 0x4a, 0x61, \
0x33, 0x66, 0x0d, 0x0e, 0x73, 0xdb, 0xb0, 0xd5, \
0xa2, 0x9a, 0x9a, 0x17, 0x0d, 0x34, 0x30, 0x85, \
0x6a, 0x42, 0x46, 0x9e, 0xff, 0x34, 0x8f, 0x5f, \
0x87, 0x6c, 0x35, 0xe7, 0xa8, 0x4d, 0x35, 0xeb, \
0x00, 0x22, 0x00, 0x02, 0x0d, 0xc1, 0x41, 0xaa, \
0x8a, 0xd2, 0xda, 0x19, 0xaa, 0x79, 0xa2, 0x5f, \
0x35, 0x2c, 0xa0, 0xfd, 0x25, 0xd3, 0xf7, 0x9d, \
0x25, 0x18, 0x2d, 0xfa, 0xb4, 0xbc, 0xbb, 0x07, \
0x34, 0x3c, 0x8d, 0x81, 0xbd, 0xf4, 0xe9, 0x37, \
0xdb, 0x39, 0xe9, 0xd1, 0x45, 0x5b, 0x20, 0x41, \
0x2f, 0x2d, 0x27, 0x22, 0xdc, 0x92, 0x74, 0x8a, \
0x92, 0xd5, 0x83, 0xfd, 0x09, 0xfb, 0x13, 0x9b, \
0x00, 0x22, 0x00, 0x02, 0x0e, 0xe3, 0x39, 0x7a, \
0x6b, 0x5c, 0xfa, 0xe6, 0x76, 0x9e, 0xe0, 0xe4, \
0xe3, 0xef, 0xad, 0xbc, 0xfd, 0x42, 0x45, 0x9a, \
0xd4, 0x94, 0xd1, 0x7e, 0x8d, 0xa7, 0xd8, 0x05, \
0xd5, 0xd3, 0x62, 0xcf, 0x15, 0xcf, 0x94, 0x7d, \
0x1f, 0x5b, 0x58, 0x20, 0x44, 0x20, 0x90, 0x71, \
0xbe, 0x66, 0xe9, 0x9a, 0xab, 0x74, 0x32, 0x70, \
0x53, 0x1d, 0x69, 0xed, 0x87, 0x66, 0xf4, 0x09, \
0x00, 0x22, 0x00, 0x02, 0x0f, 0x4f, 0xca, 0x25, \
0x30, 0xc2, 0x63, 0x79, 0x00, 0x3c, 0xb1, 0x9b, \
0x39, 0x3f, 0x00, 0xe0, 0xa8, 0x88, 0xef, 0x7a, \
0x51, 0x5b, 0xe7, 0xbd, 0x49, 0x64, 0xda, 0x41, \
0x7b, 0x24, 0xc3, 0x71, 0x22, 0xfd, 0xd1, 0xd1, \
0x20, 0xb3, 0x3f, 0x97, 0xd3, 0x97, 0xb2, 0xaa, \
0x18, 0x1c, 0x9e, 0x03, 0x77, 0x7b, 0x5b, 0x7e, \
0xf9, 0xa3, 0xa0, 0xd6, 0x20, 0x81, 0x2c, 0x38, \
0x00, 0x22, 0x00, 0x02, 0x10, 0x8f, 0x9d, 0x25, \
0xde, 0xe9, 0xc8, 0xf5, 0xdd, 0x6a, 0x47, 0x9c, \
0x65, 0x04, 0x5a, 0x56, 0xe6, 0xc2, 0xeb, 0xf2, \
0x02, 0x97, 0xe1, 0xb9, 0xd8, 0xe1, 0x24, 0x76, \
0x9f, 0x23, 0x62, 0x39, 0x03, 0x4b, 0xc8, 0xf7, \
0x34, 0x07, 0x49, 0xd6, 0xe7, 0x4d, 0x9a, 0x00, \
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, \
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00

static const unsigned char cdh[32] = {
0xf9, 0x64, 0x57, 0xe7, 0x2d, 0x97, 0xf6, 0xbb,
Expand All @@ -29,27 +176,27 @@ static const unsigned char authdata[198] = {
0x8c, 0x68, 0x74, 0x34, 0x17, 0x0f, 0x64, 0x76,
0x60, 0x5b, 0x8f, 0xe4, 0xae, 0xb9, 0xa2, 0x86,
0x32, 0xc7, 0x99, 0x5c, 0xf3, 0xba, 0x83, 0x1d,
0x97, 0x63, 0x41, 0x00, 0x00, 0x00, 0x00, 0xf8,
0x97, 0x63, 0x41, 0x00, 0x00, 0x00, 0x04, 0xf8,
0xa0, 0x11, 0xf3, 0x8c, 0x0a, 0x4d, 0x15, 0x80,
0x06, 0x17, 0x11, 0x1f, 0x9e, 0xdc, 0x7d, 0x00,
0x40, 0x53, 0xfb, 0xdf, 0xaa, 0xce, 0x63, 0xde,
0xc5, 0xfe, 0x47, 0xe6, 0x52, 0xeb, 0xf3, 0x5d,
0x53, 0xa8, 0xbf, 0x9d, 0xd6, 0x09, 0x6b, 0x5e,
0x7f, 0xe0, 0x0d, 0x51, 0x30, 0x85, 0x6a, 0xda,
0x68, 0x70, 0x85, 0xb0, 0xdb, 0x08, 0x0b, 0x83,
0x2c, 0xef, 0x44, 0xe2, 0x36, 0x88, 0xee, 0x76,
0x90, 0x6e, 0x7b, 0x50, 0x3e, 0x9a, 0xa0, 0xd6,
0x3c, 0x34, 0xe3, 0x83, 0xe7, 0xd1, 0xbd, 0x9f,
0x25, 0xa5, 0x01, 0x02, 0x03, 0x26, 0x20, 0x01,
0x21, 0x58, 0x20, 0x17, 0x5b, 0x27, 0xa6, 0x56,
0xb2, 0x26, 0x0c, 0x26, 0x0c, 0x55, 0x42, 0x78,
0x17, 0x5d, 0x4c, 0xf8, 0xa2, 0xfd, 0x1b, 0xb9,
0x54, 0xdf, 0xd5, 0xeb, 0xbf, 0x22, 0x64, 0xf5,
0x21, 0x9a, 0xc6, 0x22, 0x58, 0x20, 0x87, 0x5f,
0x90, 0xe6, 0xfd, 0x71, 0x27, 0x9f, 0xeb, 0xe3,
0x03, 0x44, 0xbc, 0x8d, 0x49, 0xc6, 0x1c, 0x31,
0x3b, 0x72, 0xae, 0xd4, 0x53, 0xb1, 0xfe, 0x5d,
0xe1, 0x30, 0xfc, 0x2b, 0x1e, 0xd2,
0x40, 0x19, 0x6a, 0xa6, 0xa4, 0xff, 0xa7, 0x1d,
0x38, 0xf2, 0xa6, 0x87, 0x98, 0xf7, 0xf7, 0xc0,
0x95, 0x57, 0x78, 0xda, 0xec, 0xb9, 0x73, 0xb7,
0xbb, 0x97, 0x40, 0x31, 0x0d, 0xec, 0xc1, 0x5b,
0x20, 0x84, 0x87, 0xae, 0xa8, 0xb7, 0xd0, 0x94,
0xd6, 0xfc, 0x1d, 0x37, 0xbf, 0xaa, 0x33, 0x12,
0x35, 0x29, 0xf5, 0x09, 0x76, 0x91, 0x20, 0x94,
0x42, 0xc4, 0x52, 0x8b, 0x18, 0xca, 0xe1, 0x3d,
0x12, 0xa5, 0x01, 0x02, 0x03, 0x26, 0x20, 0x01,
0x21, 0x58, 0x20, 0xf8, 0x28, 0x2e, 0x88, 0x10,
0xfe, 0xa4, 0xda, 0x50, 0x6c, 0xef, 0x2d, 0x48,
0x0d, 0xba, 0x71, 0xaf, 0xb8, 0x76, 0x78, 0xb8,
0xc3, 0x32, 0x80, 0x0d, 0x8c, 0x1f, 0xba, 0xb4,
0xbf, 0xa0, 0xa1, 0x22, 0x58, 0x20, 0xc3, 0x88,
0x0f, 0x7e, 0x87, 0x05, 0x98, 0x32, 0x21, 0xf3,
0x2d, 0xaf, 0x23, 0x8c, 0x08, 0x49, 0x6b, 0x30,
0x6d, 0x8a, 0x53, 0x8a, 0xb2, 0xed, 0xc7, 0xe8,
0xdf, 0x8a, 0x54, 0xf3, 0x0f, 0x8d
};

static const unsigned char authdata_dupkeys[200] = {
Expand Down Expand Up @@ -277,27 +424,27 @@ static const unsigned char x509[742] = {
0x07, 0x49, 0xd6, 0xe7, 0x4d, 0x9a,
};

const unsigned char sig[70] = {
0x30, 0x44, 0x02, 0x20, 0x54, 0x92, 0x28, 0x3b,
0x83, 0x33, 0x47, 0x56, 0x68, 0x79, 0xb2, 0x0c,
0x84, 0x80, 0xcc, 0x67, 0x27, 0x8b, 0xfa, 0x48,
0x43, 0x0d, 0x3c, 0xb4, 0x02, 0x36, 0x87, 0x97,
0x3e, 0xdf, 0x2f, 0x65, 0x02, 0x20, 0x1b, 0x56,
0x17, 0x06, 0xe2, 0x26, 0x0f, 0x6a, 0xe9, 0xa9,
0x70, 0x99, 0x62, 0xeb, 0x3a, 0x04, 0x1a, 0xc4,
0xa7, 0x03, 0x28, 0x56, 0x7c, 0xed, 0x47, 0x08,
0x68, 0x73, 0x6a, 0xb6, 0x89, 0x0d,
const unsigned char sig[71] = {
0x30, 0x45, 0x02, 0x21, 0x00, 0x89, 0xec, 0x44,
0xbc, 0xa9, 0x4a, 0x8d, 0xf8, 0x38, 0xa1, 0x86,
0x39, 0x8f, 0xbd, 0xca, 0x4f, 0x0c, 0xe4, 0x60,
0xa1, 0x62, 0xb7, 0x93, 0x9a, 0x42, 0x8a, 0xcc,
0x74, 0x6c, 0x9e, 0x6e, 0xc2, 0x02, 0x20, 0x64,
0x04, 0x4a, 0xfb, 0x7c, 0xcf, 0x94, 0x12, 0xef,
0x17, 0xc5, 0x4f, 0x48, 0xb6, 0xbc, 0x72, 0xc8,
0x39, 0x6d, 0x64, 0xb6, 0x23, 0xe3, 0xc8, 0xcb,
0x62, 0xd8, 0x6b, 0x90, 0x32, 0xc7, 0x99,
};

const unsigned char pubkey[64] = {
0x17, 0x5b, 0x27, 0xa6, 0x56, 0xb2, 0x26, 0x0c,
0x26, 0x0c, 0x55, 0x42, 0x78, 0x17, 0x5d, 0x4c,
0xf8, 0xa2, 0xfd, 0x1b, 0xb9, 0x54, 0xdf, 0xd5,
0xeb, 0xbf, 0x22, 0x64, 0xf5, 0x21, 0x9a, 0xc6,
0x87, 0x5f, 0x90, 0xe6, 0xfd, 0x71, 0x27, 0x9f,
0xeb, 0xe3, 0x03, 0x44, 0xbc, 0x8d, 0x49, 0xc6,
0x1c, 0x31, 0x3b, 0x72, 0xae, 0xd4, 0x53, 0xb1,
0xfe, 0x5d, 0xe1, 0x30, 0xfc, 0x2b, 0x1e, 0xd2,
0xf8, 0x28, 0x2e, 0x88, 0x10, 0xfe, 0xa4, 0xda,
0x50, 0x6c, 0xef, 0x2d, 0x48, 0x0d, 0xba, 0x71,
0xaf, 0xb8, 0x76, 0x78, 0xb8, 0xc3, 0x32, 0x80,
0x0d, 0x8c, 0x1f, 0xba, 0xb4, 0xbf, 0xa0, 0xa1,
0xc3, 0x88, 0x0f, 0x7e, 0x87, 0x05, 0x98, 0x32,
0x21, 0xf3, 0x2d, 0xaf, 0x23, 0x8c, 0x08, 0x49,
0x6b, 0x30, 0x6d, 0x8a, 0x53, 0x8a, 0xb2, 0xed,
0xc7, 0xe8, 0xdf, 0x8a, 0x54, 0xf3, 0x0f, 0x8d,
};

const unsigned char pubkey_tpm_rs256[259] = {
Expand Down Expand Up @@ -348,14 +495,14 @@ const unsigned char pubkey_tpm_es256[64] = {
};

const unsigned char id[64] = {
0x53, 0xfb, 0xdf, 0xaa, 0xce, 0x63, 0xde, 0xc5,
0xfe, 0x47, 0xe6, 0x52, 0xeb, 0xf3, 0x5d, 0x53,
0xa8, 0xbf, 0x9d, 0xd6, 0x09, 0x6b, 0x5e, 0x7f,
0xe0, 0x0d, 0x51, 0x30, 0x85, 0x6a, 0xda, 0x68,
0x70, 0x85, 0xb0, 0xdb, 0x08, 0x0b, 0x83, 0x2c,
0xef, 0x44, 0xe2, 0x36, 0x88, 0xee, 0x76, 0x90,
0x6e, 0x7b, 0x50, 0x3e, 0x9a, 0xa0, 0xd6, 0x3c,
0x34, 0xe3, 0x83, 0xe7, 0xd1, 0xbd, 0x9f, 0x25,
0x19, 0x6a, 0xa6, 0xa4, 0xff, 0xa7, 0x1d, 0x38,
0xf2, 0xa6, 0x87, 0x98, 0xf7, 0xf7, 0xc0, 0x95,
0x57, 0x78, 0xda, 0xec, 0xb9, 0x73, 0xb7, 0xbb,
0x97, 0x40, 0x31, 0x0d, 0xec, 0xc1, 0x5b, 0x20,
0x84, 0x87, 0xae, 0xa8, 0xb7, 0xd0, 0x94, 0xd6,
0xfc, 0x1d, 0x37, 0xbf, 0xaa, 0x33, 0x12, 0x35,
0x29, 0xf5, 0x09, 0x76, 0x91, 0x20, 0x94, 0x42,
0xc4, 0x52, 0x8b, 0x18, 0xca, 0xe1, 0x3d, 0x12,
};

const unsigned char id_tpm_rs256[32] = {
Expand Down Expand Up @@ -1777,7 +1924,6 @@ const unsigned char x509_1_tpm_es256[1775] = {
0xfe, 0x9a, 0x82, 0x4d, 0x75, 0xb8, 0x6d
};


/*
* Security Key By Yubico
* 5.1.X
Expand Down Expand Up @@ -2576,6 +2722,47 @@ attestation_object(void)
free(attobj);
}

static void
makecred(void)
{
const uint8_t makecred_wiredata[] = {
WIREDATA_CTAP_CBOR_INFO,
REGRESS_WIREDATA_MAKECRED,
};
uint8_t *wiredata;
fido_cred_t *c;
fido_dev_t *dev;

assert((dev = fido_dev_new()));
wiredata = wiredata_setup(makecred_wiredata, sizeof(makecred_wiredata));
setup_dummy_io(dev);
assert(fido_dev_open(dev, "dummy") == FIDO_OK);

c = alloc_cred();
assert(fido_cred_set_type(c, COSE_ES256) == FIDO_OK);
assert(fido_cred_set_clientdata_hash(c, cdh, sizeof(cdh)) == FIDO_OK);
assert(fido_cred_set_rp(c, rp_id, rp_name) == FIDO_OK);
assert(fido_dev_make_cred(dev, c, NULL) == FIDO_OK);
assert(memcmp(fido_cred_pubkey_ptr(c), pubkey, sizeof(pubkey)) == 0);
assert(fido_cred_authdata_len(c) == sizeof(authdata));
assert(memcmp(fido_cred_authdata_ptr(c), authdata, sizeof(authdata)) == 0);
assert(fido_cred_id_len(c) == sizeof(id));
assert(memcmp(fido_cred_id_ptr(c), id, sizeof(id)) == 0);
assert(fido_cred_aaguid_len(c) == sizeof(aaguid));
assert(memcmp(fido_cred_aaguid_ptr(c), aaguid, sizeof(aaguid)) == 0);
assert(fido_cred_x5c_len(c) == sizeof(x509));
assert(memcmp(fido_cred_x5c_ptr(c), x509, sizeof(x509)) == 0);
assert(fido_cred_sig_len(c) == sizeof(sig));
assert(memcmp(fido_cred_sig_ptr(c), sig, sizeof(sig)) == 0);
assert(fido_cred_verify(c) == FIDO_OK);
assert(!fido_cred_entattest(c));

fido_cred_free(&c);
wiredata_clear(&wiredata);
assert(fido_dev_close(dev) == FIDO_OK);
fido_dev_free(&dev);
}

int
main(void)
{
Expand Down Expand Up @@ -2610,6 +2797,7 @@ main(void)
valid_tpm_rs256_cred(xfail);
valid_tpm_es256_cred(xfail);
attestation_object();
makecred();

exit(0);
}

0 comments on commit c6d76e5

Please sign in to comment.