On Wed, Jul 08, 2009, Chris Bare wrote:
> What is the proper way to access this data:
>
> data = cms->d.signedData->encapContentInfo->eContent->data;
> length = cms->d.signedData->encapContentInfo->eContent->length;
>
> The above only works if I include a private head
What is the proper way to access this data:
data = cms->d.signedData->encapContentInfo->eContent->data;
length = cms->d.signedData->encapContentInfo->eContent->length;
The above only works if I include a private header: crypto/cms/cms_lcl.h
--
Chris Bare
ch...@bar