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

Re: Verifying a signature using NSS

2016-02-16 Thread Martin Thomson
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 can discuss it. We are still looking to improve that api to the point that it c

Re: Verifying a signature using NSS

2016-02-16 Thread WebDoctor
Le mardi 16 février 2016 02:01:01 UTC+1, Wan-Teh Chang a écrit : > On Sat, Feb 13, 2016 at 3:56 PM, WebDoctor wrote: > > > > Thank you for your answer, but when i try to call PK11_Verify inside a js, > > I I get message errors back as:"Couldn't find function symbol in Library" . > > This probleme

Re: Verifying a signature using NSS

2016-02-15 Thread WebDoctor
Le vendredi 12 février 2016 16:06:15 UTC+1, Wan-Teh Chang a écrit : > On Wed, Feb 10, 2016 at 11:50 PM, WebDoctor wrote: > > Hi, > > > > I'm working in a Firefox extension that will use some cryptographic > > operations. > > > > The problem I found is that when I sign data using the private key i

Re: Verifying a signature using NSS

2016-02-12 Thread Wan-Teh Chang
On Wed, Feb 10, 2016 at 11:50 PM, WebDoctor wrote: > Hi, > > I'm working in a Firefox extension that will use some cryptographic > operations. > > The problem I found is that when I sign data using the private key in the > server-side, I couldn't find any appropriate function in NSS to do public

Verifying a signature using NSS

2016-02-12 Thread WebDoctor
Hi, I'm working in a Firefox extension that will use some cryptographic operations. The problem I found is that when I sign data using the private key in the server-side, I couldn't find any appropriate function in NSS to do public key signature validation. I tried to use PK11_Verify, but thi