Re: form signing and verification

2000-07-20 Thread Dr Stephen Henson
Vivek Dasgupta wrote: Thanks The problem was with '\n' characters not taken care of in the signature file. Now both the following commands work properly. openssl base64 -d -in $valid \ | openssl pkcs7 -out $sigtmp -inform DER -outform PEM Now in the following command "verify

Re: form signing and verification

2000-07-19 Thread Vivek Dasgupta
On Wed, 19 July 2000, Yuji Shinozaki wrote: How are you creating foo.b64? What does it look like? Thanks The problem was with '\n' characters not taken care of in the signature file. Now both the following commands work properly. openssl base64 -d -in $valid \ | openssl pkcs7 -out

Re: form signing and verification

2000-07-19 Thread Vivek Dasgupta
On Wed, 19 July 2000, Yuji Shinozaki wrote: How are you creating foo.b64? What does it look like? Thanks The problem was with '\n' characters not taken care of in the signature file. Now both the following commands work properly. openssl base64 -d -in $valid \ | openssl pkcs7 -out

form signing and verification

2000-07-18 Thread Vivek Dasgupta
Hi How to sign form data and verify at server? I have netscape 4.72 with PKCS#11 CRYPTO MODULES I have also tested javascript method crypto.signText at client side to sign form data. It displays communicator window to signing but gives internal error after pressing OK. On server side does

Re: form signing and verification

2000-07-18 Thread Andrey Angelov
Vivek Dasgupta wrote: I have netscape 4.72 with PKCS#11 CRYPTO MODULES I have also tested javascript method crypto.signText at client side to sign form data. It displays communicator window to signing but gives internal error after pressing OK. for me on Netscape 4.73 works OK. Check client