Read the fields of a CMS ReceiptRequest without transferring ownership.

Synopsis

Declared in <openssl/cms.h>

void
CMS_ReceiptRequest_get0_values(
    CMS_ReceiptRequest* rr,
    ASN1_STRING** pcid,
    int* pallorfirst,
    stack_st_GENERAL_NAMES** plist,
    stack_st_GENERAL_NAMES** prto);

Parameters

Name

Description

rr

Receipt request to query.

pcid

Receives the signedContentIdentifier, or NULL if not requested.

pallorfirst

Receives allOrFirstTier when that receiptsFrom form is used, or NULL.

plist

Receives the receiptList stack when that form is used, or NULL.

prto

Receives the receiptsTo stack, or NULL if not requested.

Created with MrDocs