[PATCH 04/22] KEYS: Make the X.509 and PKCS7 parsers supply the sig encoding type
David Howells
dhowells at redhat.com
Fri Oct 5 15:43:50 UTC 2018
James Morris <jmorris at namei.org> 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
More information about the Linux-security-module-archive
mailing list