Unpack safeBags from a PKCS#7 data ContentInfo.

Synopsis

Declared in <openssl/pkcs12.h>

stack_st_PKCS12_SAFEBAG*
PKCS12_unpack_p7data(PKCS7* p7);

Return Value

Stack of safeBags, or NULL if p7 is not data type or on decode error.

Parameters

Name

Description

p7

PKCS#7 data content info wrapping a PKCS12_SAFEBAGS sequence.

Created with MrDocs