Finalize PKCS#7 content processing after data has been written through bio.

Synopsis

Declared in <openssl/pkcs7.h>

int
PKCS7_dataFinal(
    PKCS7* p7,
    BIO* bio);

Return Value

1 on success, or 0 on failure.

Parameters

Name

Description

p7

PKCS#7 structure being signed, enveloped, or digested.

bio

Filter BIO chain previously obtained from PKCS7_dataInit() / related setup.

Created with MrDocs