[ANNOUNCE] NSS 3.11.4 Release

2006-11-22 Thread Wan-Teh Chang
I am pleased to announce the NSS 3.11.4 release. The CVS tag is NSS_3_11_4_RTM. Please see the NSS 3.11.4 Release Notes (http://www.mozilla.org/projects/security/pki/nss/nss-3.11.4/nss-3.11.4-release-notes.html) for the list of bugs fixed in this patch release. NSS 3.11.4 requires NSPR 4.6.4 or

Re: NSS FIPS 140-2 validation advanced to Review Pending

2006-11-22 Thread Wan-Teh Chang
David Stutzman wrote: Wan-Teh, does this mean that we can start using 3.11.4 when it shows up on the mirrors and that it will be officially "FIPS certified" in the coming months when NIST approves or is this version (3.11.4) not going to be released to the public until it is approved by NIST?

Re: S/MIME toolkit CMS wraper

2006-11-22 Thread Bob Relyea
Bob Relyea wrote: sh wrote: Hi there, I need a little CMS wraper. I need decode S/MIME message chunk by chunk. I start make it based on cmsutil. But I receive "segmentation fault" every time on call NSS_CMSDecoder_Update. What's wrong? 2) (most likely) you are passing a C++ method as one or

Re: S/MIME toolkit CMS wraper

2006-11-22 Thread Bob Relyea
sh wrote: Hi there, I need a little CMS wraper. I need decode S/MIME message chunk by chunk. I start make it based on cmsutil. But I receive "segmentation fault" every time on call NSS_CMSDecoder_Update. What's wrong? Without review your code, I would guess your problem may fall in one of 2 a

Re: hard coded PK11 mechanisms?

2006-11-22 Thread Bob Relyea
Jim Spring wrote: I've checked the PKCS11 FAQ and it doesn't list all of them, so I was curious if there is a definitive list of the hard coded mechanisms that Firefox (and Thunderbird) use? For instance, KeyGen uses CKM_RSA_PKCS. I'm looking for a short cut to trudging through the source :) T

S/MIME toolkit CMS wraper

2006-11-22 Thread sh
Hi there, I need a little CMS wraper. I need decode S/MIME message chunk by chunk. I start make it based on cmsutil. But I receive "segmentation fault" every time on call NSS_CMSDecoder_Update. What's wrong? //- wraper code #include #include #include #include #include class Sm