(fix) improve handling of signer certificate (fixes #4742)

This commit is contained in:
Ludovic Marcotte
2019-05-08 08:09:14 -04:00
parent b2974d7753
commit 0e038a62fd
5 changed files with 6 additions and 38 deletions
+1 -1
View File
@@ -119,7 +119,7 @@
NSString *subject, *issuer;
X509 *x;
certs = p7->d.sign->cert;
certs = PKCS7_get0_signers(p7, NULL, 0);
for (i = 0; i < sk_X509_num(certs); i++)
{