Encode a stack of PKCS#7 authSafes contentInfos into a PKCS#12 structure.

Synopsis

Declared in <openssl/pkcs12.h>

int
PKCS12_pack_authsafes(
    PKCS12* p12,
    stack_st_PKCS7* safes);

Return Value

1 on success, 0 on failure.

Parameters

Name

Description

p12

PKCS#12 structure whose authSafes field is updated.

safes

Stack of PKCS#7 content infos to embed.

Created with MrDocs