Pablo Andrade wrote:

> I would like to ask you, if is there a solution out there so you can verifiy 
> a signature on the server, or it has to be developed from scratch?

Pablo,  Your original inquire was about a way to Verify in FireFox.
That's the subject of the message to which I'm replying.
But you're asking about ways to verify on a server, which presumably is
not running FireFox.

> We have a e-goverment solution, who signs/verify plain text documents at 
> client side using CAPICOM. Now we are trying to use Firefox/Linux as an 
> alternative to IE/Windows. We think Crypto.SignText from Mozilla could be a 
> start, but we still have the verify problem.

The signatures produced by crypto.signtext in FireFox are CMS (a.k.a. PKCS#7)
signatures.  NSS has several stand-alone scriptable command line tools that
do this job.  The "cmsutil" program would be my recommendation for this.

-- 
Nelson B
12345678901234567890123456789012345678901234567890123456789012345678901234567890
00000000011111111112222222222333333333344444444445555555555666666666677777777778
_______________________________________________
dev-tech-crypto mailing list
dev-tech-crypto@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-tech-crypto

Reply via email to