Find the certificate in p7 that matches a signer info's issuer and serial.
Synopsis
Declared in <openssl/pkcs7.h>
X509*
PKCS7_cert_from_signer_info(
PKCS7* p7,
PKCS7_SIGNER_INFO* si);
Return Value
Matching X509 from p7 (do not free), or NULL if none is present.
Parameters
Name |
Description |
p7 |
PKCS#7 object whose certificate set is searched. |
si |
Signer info whose issuerAndSerialNumber is matched. |
Created with MrDocs