Re: Verifying a signature using NSS

2016-02-17 Thread WebDoctor
Le mercredi 17 février 2016 01:19:59 UTC+1, Martin Thomson a écrit : > I believe that binary extensions are no longer supported in Firefox. If > you are looking to do signature verification, you should look at using > webcrypto. > > If there is any missing functionality there, let me know and we

Re: Verifying a signature using NSS

2016-02-17 Thread WebDoctor
Le mardi 16 février 2016 16:28:47 UTC+1, Wan-Teh Chang a écrit : > On Tue, Feb 16, 2016 at 3:30 AM, WebDoctor wrote: > > > > Thank you so much, yeah I use the nss3.dll file from a Mozilla Firefox > > installation. Because I'm trying to develop a Firefox extension that use > > impelments cryptogr

[ANNOUNCE] NSS 3.22.1 Release

2016-02-17 Thread Kai Engert
The NSS Development Team announces the release of NSS 3.22.1 No new functionality is introduced in this release. Notable Changes: * NSS has been changed to use the PR_GetEnvSecure function that   was made available in NSPR 4.12 The full release notes are available at https://developer.mozilla.or

Re: [NSS] X509 Certificate Chain Verification Example

2016-02-17 Thread Nicholas Mainardi
I found out that error -8172 is issued because of a cert duplicate found. Probably the self-signed root certificate is added twice to the trust chain because the building algorithm doesn't stop when it's found the first time, maybe because it's not considered a trust anchor. I recall that I check