Re: [PATCH 04/22] KEYS: Make the X.509 and PKCS7 parsers supply the sig encoding type

From: David Howells
Date: Fri Oct 05 2018 - 11:43:55 EST


James Morris <jmorris@xxxxxxxxx> 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