DMTF / libspdm

BSD 3-Clause "New" or "Revised" License
90 stars 95 forks source link

Move define out of spdm_lib_config #2742

Closed steven-bellock closed 1 week ago

steven-bellock commented 2 weeks ago

Fix #2741.

Signed-off-by: Steven Bellock sbellock@nvidia.com

jyao1 commented 2 weeks ago

I think we need consistent way for LIBSPDM_MAX_CERT_CHAIN_SIZE, LIBSPDM_MAX_MEASUREMENT_RECORD_SIZE, LIBSPDM_MAX_MEASUREMENT_EXTENSION_LOG_SIZE.

We can remove LIBSPDM_MAX_CERT_CHAIN_BLOCK_LEN and LIBSPDM_MAX_MEL_BLOCK_LEN.

steven-bellock commented 2 weeks ago

We can remove LIBSPDM_MAX_CERT_CHAIN_BLOCK_LEN and LIBSPDM_MAX_MEL_BLOCK_LEN.

That's covered by #1655, but at this point that's a 4.0 enhancement.

steven-bellock commented 1 week ago

This also needs to be #defined in https://github.com/DMTF/spdm-dump/.