mirror of
https://github.com/polhenarejos/pico-hsm.git
synced 2026-01-17 09:28:05 +00:00
Default key domain is 0.
It allows to wrap keys not associated to any key domain. Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
This commit is contained in:
parent
aaed6bd7b6
commit
11bb00e186
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@ uint8_t get_key_domain(file_t *fkey) {
|
|||
if (meta_tag) {
|
||||
return *meta_tag;
|
||||
}
|
||||
return 0xff;
|
||||
return 0x0;
|
||||
}
|
||||
|
||||
int cmd_key_domain() {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue