Add a CMS signed receipt request to a SignerInfo.

Synopsis

Declared in <openssl/cms.h>

int
CMS_add1_ReceiptRequest(
    CMS_SignerInfo* si,
    CMS_ReceiptRequest* rr);

Return Value

1 on success, or 0 on error.

Parameters

Name

Description

si

SignerInfo that receives the receipt request attribute.

rr

Receipt request to add (caller retains ownership of rr).

Created with MrDocs