KEYS: x509: remove dead code that set ->unsupported_sig
authorEric Biggers <ebiggers@google.com>
Wed, 19 Jan 2022 00:54:36 +0000 (16:54 -0800)
committerJarkko Sakkinen <jarkko@kernel.org>
Tue, 8 Mar 2022 08:33:18 +0000 (10:33 +0200)
commit8bdc3e05cc78513b7495366ef9b962a3ea568e8e
tree8dfb73d208dd5d44a8904068f325f861fd34ccc2
parent9f8b3f321f39d6ff63fb40673c3be61b73ba0a1d
KEYS: x509: remove dead code that set ->unsupported_sig

The X.509 parser always sets cert->sig->pkey_algo and
cert->sig->hash_algo on success, since x509_note_sig_algo() is a
mandatory action in the X.509 ASN.1 grammar, and it returns an error if
the signature's algorithm is unknown.  Thus, remove the dead code which
handled these fields being NULL.

Acked-by: Jarkko Sakkinen <jarkko@kernel.org>
Signed-off-by: Eric Biggers <ebiggers@google.com>
Reviewed-by: Jarkko Sakkinen <jarkko@kernel.org>
Signed-off-by: Jarkko Sakkinen <jarkko@kernel.org>
crypto/asymmetric_keys/x509_public_key.c