Re: Signtool : signing firefox xpi

2007-06-03 Thread Nelson Bolyard
Ahryman40k wrote: hi, i try ti sign a firefox xpi package. As i already have a Windows Authenticode SSL certificate / key, i follow steps describe here : http://oy-oy.eu/huh/firefox-extension-code-signed-with-spc-pvk/ So i have created a certificate database with certutil.exe, then i

Block cipher access

2007-06-03 Thread Brian Hawkins
I would like to use a block cipher to encrypt some data using a shared secret. It doesn't appear that nss provides access to the low level cipher suite, is that true? I cannot use public/private keys for my encryption because of a design issue. Is there any way to sign and encrypt data

Re: Block cipher access

2007-06-03 Thread Robert Relyea
Brian Hawkins wrote: I would like to use a block cipher to encrypt some data using a shared secret. It doesn't appear that nss provides access to the low level cipher suite, is that true? I cannot use public/private keys for my encryption because of a design issue. Is there any way to sign