Can get root CA

This commit is contained in:
2024-08-18 19:42:40 +02:00
parent 3b6e79e5e4
commit a6b283d023
6 changed files with 66 additions and 3 deletions

@ -15,6 +15,11 @@
*/
#define PRV_KEY_DER_MAX_BYTES 1500
/**
* Root CA max length
*/
#define ROOT_CA_MAX_BYTES 3000
/**
* Secure origin len
*/