chipsalliance / caliptra-sw

Caliptra software (ROM, FMC, runtime firmware), and libraries/tools needed to build and test
Apache License 2.0
53 stars 39 forks source link

Need to increase MAX_ISSUER_NAME_SIZE for DPE Platform #1558

Closed fdamato closed 3 months ago

fdamato commented 3 months ago

Caliptra hardcodes MAX_ISSUER_NAME_SIZE to 128B, which maybe very restrictive. Can this value be increased to 256B at least ?

jhand2 commented 3 months ago

The issuer name size is just for the issuer of DPE leaf keys. In Caliptra that is always the RT alias key, which has a fixed Subject Name size. So I don't think Caliptra 1.x would ever need to support a larger name size.