Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ibmswtpm2: disable camellia algorithm | Yi Zhao | 2021-01-23 | 1 | -1/+1 |
| | | | | | | | | | | | | | The openssl in oe-core has disabled several deprecated algorithms including camellia. Disable this algorithm to fix the build error. Fixes: TpmToOsslSym.h:185:42: error: unknown type name 'CAMELLIA_KEY' 185 | #define tpmKeyScheduleCAMELLIA CAMELLIA_KEY | ^~~~~~~~~~~~ Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Armin Kuster <akuster808@gmail.com> | ||||
* | ibmswtpm2: update to 1637 | Jens Rehsack | 2020-09-12 | 1 | -0/+39 |
Update ibmswtpm2 from 1628 to 1637. Build 1637 Includes: * Increase NV memory size to match PC Client RSA 3072 requirements * Add and fix ACT support * Update Visual Studio files to 2019. Signed-off-by: Jens Rehsack <sno@netbsd.org> Signed-off-by: Armin Kuster <akuster808@gmail.com> |