CMS_ReceiptRequest_get0_values

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

NameDescription
rrReceipt request to query.
pcidReceives the signedContentIdentifier, or NULL if not requested.
pallorfirstReceives allOrFirstTier when that receiptsFrom form is used, or NULL.
plistReceives the receiptList stack when that form is used, or NULL.
prtoReceives the receiptsTo stack, or NULL if not requested.