Karl Zhang | 3de5ab1 | 2021-05-31 11:45:48 +0800 | [diff] [blame] | 1 | purpose to create a key, then read the key data ("material") into a variable; |
Nik Dewally | c7985db | 2024-07-10 17:55:08 +0100 | [diff] [blame^] | 2 | set policy name somePolicy alg rsa_pkcs1v15_sign attr derive noverify; |
Mate Toth-Pal | ffba10e | 2021-09-22 21:38:03 +0200 | [diff] [blame] | 3 | set key name akey data * policy somePolicy; |
Nik Dewally | c7985db | 2024-07-10 17:55:08 +0100 | [diff] [blame^] | 4 | read key name akey check "12345678" expect fail; |