commit | 249a0550eb7e7e8759222eaa9c0b57a5e06e1361 | [log] [tgz] |
---|---|---|
author | Balint Dobszay <balint.dobszay@arm.com> | Thu Feb 01 16:18:23 2024 +0100 |
committer | Balint Dobszay <balint.dobszay@arm.com> | Thu Feb 01 16:21:21 2024 +0100 |
tree | 43166a8a1269008eb734b64efa547bd95b1cb1c2 | |
parent | dfcb41e9064188d2337c87fd65cb6c593e54c6db [diff] |
Add pkcs7 verification stub to all callers The crypto_caller_verify_pkcs7_signature() function was only implemented in the packed-c crypto caller. This causes an error in the SE Proxy SP, since it contains crypto/client/psa but uses either the psa_ipc or the stub crypto caller which do not contain this function. Add a dummy implementation to all callers to fix this issue. Signed-off-by: Balint Dobszay <balint.dobszay@arm.com> Change-Id: If3b550cae0cc1d7a62250dcf076d7dcc4f4b7886