This is just a repeat to what I put into
https://bugzilla.mozilla.org/show_bug.cgi?id=349949 but...
I see two approaches (These only apply to the NSS_CMS prefixed calls):
- Break up NSS_CMSEncoder_Start into *_Init and *_Run, allow user to
set flags between the two new calls and this could change
On 2010-09-09 03:37 PDT, Vincent Agriesti wrote:
> How do I get the CMS encoder in mozilla's NSS 3.12.7 to use definite
> encodings on constructed types as well as data [?]
[snip]
> Researching into the code, I've found (in secasn1e.c)
>
> /* The !isString test below is apparently intended to
How do I get the CMS encoder in mozilla's NSS 3.12.7 to use definite
encodings on constructed types as well as data. Here is what I am
trying now (in the least invasive way possible.)
/* Create memory pool (aka an arena.) */
PLArenaPool * arena = PORT_NewArena(4096);
/* Create the CMS Messa
3 matches
Mail list logo