Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | meta-tpm: code style fixup | Lans Zhang | 2017-07-20 | 7 | -18/+56 |
| | | | | Signed-off-by: Lans Zhang <jia.zhang@windriver.com> | ||||
* | trousers: update to the latest and code style fixup | Lans Zhang | 2017-07-20 | 4 | -120/+117 |
| | | | | Signed-off-by: Lans Zhang <jia.zhang@windriver.com> | ||||
* | Add the missing COPYING.MIT files | Lans Zhang | 2017-07-13 | 1 | -0/+17 |
| | | | | Signed-off-by: Lans Zhang <jia.zhang@windriver.com> | ||||
* | openssl-tpm-engine: parse an encrypted tpm SRK password from env | Meng Li | 2017-06-23 | 2 | -0/+273 |
| | | | | | | | | | | | | | | | | Before, we support reading SRK password from env TPM_SRK_PW, but it is a plain password and not secure. So, we improve it and support to get an encrypted (AES algorithm) SRK password from env, and then parse it. The default decrypting AES password and salt is set in bb file. When we initialize TPM, and set a SRK pw, and then we need to encrypt it with the same AES password and salt by AES algorithm. At last, we set a env as below: export TPM_SRK_ENC_PW=xxxxxxxx "xxxxxxxx" is the encrypted SRK password for libtpm.so. Signed-off-by: Meng Li <Meng.Li@windriver.com> Signed-off-by: Lans Zhang <jia.zhang@windriver.com> | ||||
* | meta-secure-core: initial commit | Lans Zhang | 2017-06-22 | 38 | -0/+3963 |
Signed-off-by: Lans Zhang <jia.zhang@windriver.com> |