Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-04-16 | libcamera: gen-ipa-pub-key.py: Wrap lines in generated file | Laurent Pinchart | |
To make the output more readable, break the publicKeyData_ array at 8 bytes boundaries. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com> | |||
2020-04-14 | libcamera: ipa_manager: Embed IPA module signing public key | Laurent Pinchart | |
In preparation for verifying the signature of IPA modules, generate a public key from the private signing key and embed it in the IPAManager class. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reviewed-by: Niklas Söderlund <niklas.soderlund@ragnatech.se> |