commit | 6457be5e633b4f7b1b1ae7b4585892d079def56c | [log] [tgz] |
---|---|---|
author | Gowtham Siddarth <gowtham.siddarth@arm.com> | Fri Sep 13 11:14:08 2019 +0530 |
committer | Gowtham Siddarth <gowtham.siddarth@arm.com> | Mon Sep 16 10:34:55 2019 +0530 |
tree | a39a0323c6d410a66f5b13e7f48728db80af43ca | |
parent | b9db7cfa403bed6af48a1d049c92c5818f651478 [diff] |
Crypto: Bug Fix: Removing referencing implementatoin defined structure - Few tests in the crypto test suite makes assumption about the PSA key attributes structure which is implementation specific. No assumptions should be made on its content and are expected to be different for different implementations. Hence, modifying the attributes in accordance with the PSA specification. - Ordering checkpoint Signed-off-by: Gowtham Siddarth <gowtham.siddarth@arm.com>