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

From: Maciej S. Szmigiero
Date: Wed Mar 07 2018 - 12:56:53 EST


On 07.03.2018 16:44, David Howells wrote:
> Maciej S. Szmigiero <mail@xxxxxxxxxxxxxxxxxxxxx> wrote:
>
>> + if (!strcmp(ctx->cert->sig->pkey_algo, "rsa")) {
>
> I'm going to change this to '== 0' rather than '!'.

No problem.
> David
>

Thanks,
Maciej