mirror of
https://github.com/polhenarejos/pico-hsm.git
synced 2026-01-17 09:28:05 +00:00
Added dynamic public key references.
Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
This commit is contained in:
parent
a17a4c0a3c
commit
65482cad9c
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ typedef struct PUK {
|
|||
size_t chr_len;
|
||||
const uint8_t *cvcert;
|
||||
size_t cvcert_len;
|
||||
uint8_t up;
|
||||
bool copied;
|
||||
} PUK;
|
||||
|
||||
#define MAX_PUK_STORE_ENTRIES 4
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue