Re: Enforcing Definite Encoding on Constructed CMS Objects

2010-09-11 Thread Vincent Agriesti
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

Re: Enforcing Definite Encoding on Constructed CMS Objects

2010-09-11 Thread Nelson B Bolyard
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