Update setup.sh to allow third party libcppbor use

Change-Id: I2d92ba22c31908a317d20fd87c7d900c5b6bf300
This commit is contained in:
Matt Feddersen
2023-12-14 14:57:20 -08:00
committed by Robert Shih
parent 4fdeaf41b0
commit dd506a5c5b

View File

@@ -30,6 +30,8 @@ intended to be used in the factory, eg OEMCrypto_InstallKeyboxOrOEMCert().
signatures are fully supported, and externally generated X509 signatures are
planned for a future update.
- Restrict OEMCrypto_GenerateRSASignature() to only allow Cast certificates.
- Added libcppbor to OEMCrypto unit tests. See opk/setup.sh for instructions on
how to download and patch in order to build with OPK.
### OP-TEE port changes