Re: Unable to read PKCS#8 file generated using OpenSSL command line tool

2008-09-26 Thread Nelson Bolyard
Subrata Mazumdar wrote, On 2008-09-26 07:19: > Hi, > I am having problem in reading PKCS#8 file generated by OpenSSL command > line tool ("opnessl pkcs8"). Officially, import and export of pkcs#8 files is not supported in NSS. You may or may not be able to get it to work, but because of the secur

Re: signtool verification error

2008-09-26 Thread Nelson B Bolyard
[EMAIL PROTECTED] wrote, On 2008-09-25 00:57: > Hi, > > I have an xpi which is to be signed, then verified with signtool. > Signing the xpi does not give any error, but the verification does, it > says HASH FAILED for all of the files in the xpi. > Verifying signature of build\build.xpi > ... >

Unable to read PKCS#8 file generated using OpenSSL command line tool

2008-09-26 Thread Subrata Mazumdar
Hi, I am having problem in reading PKCS#8 file generated by OpenSSL command line tool ("opnessl pkcs8"). OpenSSL supports a number of encryption algorithms with option v1 and v2 (http://www.openssl.org/docs/apps/pkcs8.html). I can only successfully read the PKCS#8 file generated using enryption

Re: Working on Perl bindings for NSS

2008-09-26 Thread Claes Jakobsson
On 26 sep 2008, at 00.03, Wan-Teh Chang wrote: > The Perl or Python bindings could be a great way to test NSS. > > Right now we test NSS by writing a few versatile C programs > and using shell scripts to drive the test programs. Using the > Perl or Python bindings, we could potentially have access