commit | 0562ae09d261d8f335b22b2b8b40f7e4797f40cb | [log] [tgz] |
---|---|---|
author | Julian Hall <julian.hall@arm.com> | Fri Feb 11 14:08:13 2022 +0000 |
committer | Gyorgy Szing <Gyorgy.Szing@arm.com> | Tue May 17 15:29:36 2022 +0200 |
tree | 1c9a263475473d480d177b97c3d32907dba3bacc | |
parent | 272f9c1c1a78fbd4d38cb40c6e9cc13166aeb742 [diff] |
Separate sign/verify message and hash operations Previous versions of mbedtls didn't distinguish between asymmetric sign and verify operations on a hash or message. They are now treated as separate operations from a usage control perspective. This change makes the corresponding hash/message sepration in client and service provider components. Signed-off-by: Julian Hall <julian.hall@arm.com> Change-Id: I134286d66c3943090055171adfdf16270f395aa3