[#PKCS7_cert_from_signer_info] = PKCS7_cert_from_signer_info :mrdocs: Find the certificate in `p7` that matches a signer info's issuer and serial. == Synopsis Declared in `<openssl/pkcs7.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:X509.adoc[X509]* PKCS7_cert_from_signer_info( xref:PKCS7.adoc[PKCS7]* p7, xref:PKCS7_SIGNER_INFO.adoc[PKCS7_SIGNER_INFO]* si); ---- == Return Value Matching X509 from `p7` (do not free), or NULL if none is present. == Parameters [cols="1,4"] |=== | Name| Description | *p7* | PKCS#7 object whose certificate set is searched. | *si* | Signer info whose issuerAndSerialNumber is matched. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#