feat(arm): use provided algs for (swd/p)rotpkNo longer hard code SHA-256 hashed rsa dev keys,now the keys can use pair of key alg: rsa, p256, p384and hash alg: sha256, sha384, sha512.All publi
feat(arm): use provided algs for (swd/p)rotpkNo longer hard code SHA-256 hashed rsa dev keys,now the keys can use pair of key alg: rsa, p256, p384and hash alg: sha256, sha384, sha512.All public keys are now generated at build-time from the devkeys.Change-Id: I669438b7d1cd319962c4a135bb0e204e44d7447eSigned-off-by: Ryan Everett <ryan.everett@arm.com>
show more ...
plat/arm: Provide some PROTK files for developmentWhen using the new dualroot chain of trust, a new root of trust key isneeded to authenticate the images belonging to the platform owner.Provide a
plat/arm: Provide some PROTK files for developmentWhen using the new dualroot chain of trust, a new root of trust key isneeded to authenticate the images belonging to the platform owner.Provide a development one to deploy this on Arm platforms.Change-Id: I481145e09aa564822d474cb47d38ec211dd24efdSigned-off-by: Sandrine Bailleux <sandrine.bailleux@arm.com>