mirror of
https://git.code.sf.net/p/linux-ima/ima-evm-utils
synced 2025-07-02 21:53:17 +02:00
Allow manual setting keyid for signing
Allow user to set signature's keyid using `--keyid' option. Keyid should correspond to SKID in certificate, when keyid is calculated using SHA-1 in libimaevm it may mismatch keyid extracted by the kernel from SKID of certificate (the way public key is presented to the kernel), thus making signatures not verifiable. This may happen when certificate is using non SHA-1 SKID (see rfc7093) or just 'unique number' (see rfc5280 4.2.1.2). As a last resort user may specify arbitrary keyid using the new option. This commit creates ABI change for libimaevm, because of adding additional parameter to imaevm_params - newer libimaevm cannot work with older clients. Signed-off-by: Vitaly Chikunov <vt@altlinux.org> Reported-by: Elvira Khabirova <lineprinter0@gmail.com> Reviewed-by: Stefan Berger <stefanb@linux.ibm.com> Signed-off-by: Mimi Zohar <zohar@linux.ibm.com>
This commit is contained in:

committed by
Mimi Zohar

parent
6ecb883528
commit
51b694bfea
@ -365,6 +365,7 @@ sign_verify rsa1024 sha256 0x0301 --rsa
|
||||
sign_verify rsa1024 md5 0x030201:K:0080
|
||||
sign_verify rsa1024 sha1 0x030202:K:0080
|
||||
sign_verify rsa1024 sha224 0x030207:K:0080
|
||||
expect_pass check_sign TYPE=ima KEY=rsa1024 ALG=sha256 PREFIX=0x030204aabbccdd0080 OPTS=--keyid=aabbccdd
|
||||
sign_verify rsa1024 sha256 0x030204:K:0080
|
||||
try_different_keys
|
||||
try_different_sigs
|
||||
|
Reference in New Issue
Block a user