diff options
author | Stefan Berger <stefanb@linux.ibm.com> | 2021-03-16 22:07:38 +0100 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2021-03-26 09:41:59 +0100 |
commit | 947d70597236dd5ae65c1f68c8eabfb962ee5a6b (patch) | |
tree | 3023712de73708ee7236e770e51d4c279392ba55 /drivers/vfio | |
parent | x509: Add support for parsing x509 certs with ECDSA keys (diff) | |
download | linux-947d70597236dd5ae65c1f68c8eabfb962ee5a6b.tar.xz linux-947d70597236dd5ae65c1f68c8eabfb962ee5a6b.zip |
ima: Support EC keys for signature verification
Add support for IMA signature verification for EC keys. Since SHA type
of hashes can be used by RSA and ECDSA signature schemes we need to
look at the key and derive from the key which signature scheme to use.
Since this can be applied to all types of keys, we change the selection
of the encoding type to be driven by the key's signature scheme rather
than by the hash type.
Cc: Dmitry Kasatkin <dmitry.kasatkin@gmail.com>
Cc: linux-integrity@vger.kernel.org
Cc: David Howells <dhowells@redhat.com>
Cc: keyrings@vger.kernel.org
Signed-off-by: Stefan Berger <stefanb@linux.ibm.com>
Reviewed-by: Vitaly Chikunov <vt@altlinux.org>
Reviewed-by: Tianjia Zhang <tianjia.zhang@linux.alibaba.com>
Acked-by: Mimi Zohar <zohar@linux.ibm.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'drivers/vfio')
0 files changed, 0 insertions, 0 deletions