Return the signer certificates collected during a successful CMS_verify().
Synopsis
Declared in <openssl/cms.h>
stack_st_X509*
CMS_get0_signers(CMS_ContentInfo* cms);
Return Value
Internal stack of signer certificates (do not free), or NULL on error.
Parameters
Name |
Description |
cms |
SignedData ContentInfo previously verified with CMS_verify() or CMS_SignedData_verify(). |
Created with MrDocs