Re: [PATCH] X.509: unpack RSA signatureValue field from BIT STRING

From: David Howells
Date: Wed Mar 07 2018 - 10:44:23 EST


Maciej S. Szmigiero <mail@xxxxxxxxxxxxxxxxxxxxx> wrote:

> + if (!strcmp(ctx->cert->sig->pkey_algo, "rsa")) {

I'm going to change this to '== 0' rather than '!'.

David