Skip to content

Commit

Permalink
Resolve missing dependency when PKCS11_TOKEN_INIT_SUPPORT is defined …
Browse files Browse the repository at this point in the history
…and PKCS11_USE_STATIC_CONFIG is not
  • Loading branch information
bryan-hunt committed Jul 8, 2019
1 parent 9c04720 commit 5fdf6fa
Show file tree
Hide file tree
Showing 4 changed files with 42 additions and 822 deletions.
1 change: 1 addition & 0 deletions app/pkcs11/example_pkcs11_config.c
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@

/** Standard Configuration Structure for ATECC608A devices */
const uint8_t atecc608_config[] = {
0x01, 0x23, 0x00, 0x00, 0x00, 0x00, 0x60, 0x01, 0x00, 0x00, 0x00, 0x00, 0xEE, 0x01, 0x01, 0x00,
0xC0, 0x00, 0x00, 0x01, 0x8F, 0x20, 0xC4, 0x44, 0x87, 0x20, 0x87, 0x20, 0x8F, 0x0F, 0xC4, 0x36,
0x9F, 0x0F, 0x82, 0x20, 0x0F, 0x0F, 0xC4, 0x44, 0x0F, 0x0F, 0x0F, 0x0F, 0x0F, 0x0F, 0x0F, 0x0F,
0x0F, 0x0F, 0x0F, 0x0F, 0xFF, 0xFF, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x00, 0xFF, 0xFF, 0xFF, 0xFF,
Expand Down
Loading

0 comments on commit 5fdf6fa

Please sign in to comment.