Re: [PATCH v7 3/4] x509: Add support for parsing x509 certs with ECDSA keys
From: Stefan Berger
Date: Thu Feb 11 2021 - 12:59:47 EST
On 2/11/21 3:03 AM, kernel test robot wrote:
Hi Stefan,
Thank you for the patch! Yet something to improve:
crypto/asymmetric_keys/public_key.c:97: undefined reference to `parse_OID'
So the issue is that only ASYMMETRIC_PUBLIC_KEY_SUBTYPE is selected in
this config and the selection of OID_REGISTRY is missing. I am not sure
whether ASYMMETRIC_PUBLIC_KEY_SUBTYPE should/could select OID_REGISTRY
or whether that would be wrong... ?
Stefan