Re: Use of CryptMsgUpdate with detached envelope
From: Lauricarge (Lauricarge_at_gmail.com)
Date: 10/27/05
- Previous message: sunit: "Re: CertSetContextProperty/CERT_KEY_PROV_INFO_PROP_ID"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: 27 Oct 2005 07:09:38 -0700
My code looks like
1. CryptMsgOpenToDecode( ...CMSG_DETACHED_FLAG... )
2. CryptMsgUpdate( ...detached PKCS7... ) with fFinal = TRUE
3. CryptMsgUpdate( ...data blocks... ) with fFinal = FALSE and last
block with fFinal = TRUE
4. CryptMsgGetParam( ... ) for certificates and other attributes
- Previous message: sunit: "Re: CertSetContextProperty/CERT_KEY_PROV_INFO_PROP_ID"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]