Re: NSS3 (v3.14) on XP (FF52) - where to post questions about its API ?

2019-10-14 Thread Martin Thomson
Moved to dev-tech-crypto. NSS has some limited certificate validation code, but you have to roll it in. You can take a look at either tstclnt or firefox code to see how to put something together. The firefox code is much more complex. On Mon, 14 Oct. 2019, 12:37 R.Wieser, wrote: > Hello all, >

Import p12 fails on SEC_PKCS12DecoderVerify

2019-10-14 Thread systems
Hi developers, I try to import an p12 file using nss into Thunderbird. After read the file and init nss , I call SEC_PKCS12DecoderStart, SEC_PKCS12DecoderUpdate and SEC_PKCS12DecoderVerify. But at the SEC_PKCS12DecoderVerify it will fails with error code -8183. Looking at https://developer.mozilla.