jyao1 / openspdm

This openspdm is a sample implementation for the DMTF SPDM specification.
Other
20 stars 22 forks source link

UnitTest need support ALIGNMENT be 4. #104

Closed jyao1 closed 3 years ago

jyao1 commented 3 years ago

PCI DOE use 4 as data alignment. UnitTest should support that too.

Currently, KeyExchange case will fail if we set TEST_ALIGNMENT 4.

jyao1 commented 3 years ago

Set TEST_ALIGNMENT 4 by default.