Re: [PATCH 04/22] KEYS: Make the X.509 and PKCS7 parsers supply the sig encoding type
From: David Howells <dhowells@redhat.com>
Date: 2018-10-05 15:43:54
Also in:
keyrings, lkml
From: David Howells <dhowells@redhat.com>
Date: 2018-10-05 15:43:54
Also in:
keyrings, lkml
James Morris [off-list ref] wrote:
Perhaps I'm missing something here but why do you need the gotos vs. just breaking to this code?
Because at some point we might add support for some other public key algorithm, such as EC. This makes it clearer that that piece of code is specific to a certain set of algorithm identifiers. David