Store central secure origin

This commit is contained in:
2024-08-18 17:40:41 +02:00
parent 3867a38ff9
commit 3b6e79e5e4
6 changed files with 80 additions and 23 deletions

View File

@ -13,4 +13,9 @@
/**
* Private key max length
*/
#define PRV_KEY_DER_MAX_BYTES 1500
#define PRV_KEY_DER_MAX_BYTES 1500
/**
* Secure origin len
*/
#define SEC_ORIG_LEN 255