Compute and store the signature for a prepared PKCS#7 signer info.
Synopsis
Declared in <openssl/pkcs7.h>
int
PKCS7_SIGNER_INFO_sign(PKCS7_SIGNER_INFO* si);
Return Value
1 on success, or 0 on failure.
Parameters
Name |
Description |
si |
Signer info previously configured with PKCS7_SIGNER_INFO_set() (and optional attributes). |
Created with MrDocs