Closed egonk closed 3 years ago
I tested with an old expired production cert, decodes to p7->d.sign->crl == NULL. I can't attach the cert here but tell me if you need more info.
p7->d.sign->crl == NULL
I confimed that cparams->crls is initialized if the newly introduced condition is false. The PR looks good.
cparams->crls
I tested with an old expired production cert, decodes to
p7->d.sign->crl == NULL
. I can't attach the cert here but tell me if you need more info.