Importing a symmetric private key into NSS?

2010-10-29 Thread Deepak
Hello, I've been trying to import an AES 256 encrypted RSA Private Key imported into NSS, to function as a PKCS 11 AES Secret Key Object (aka object class CKO_SECRET_KEY, key type CKK_AES), but have been unsuccessful. I attempted this using the symkeyutil tool, but it fails with the following

Re: Usage of FreeBL and FreeBL/mpi through JavaScript in Firefox 4 Sync

2010-10-29 Thread Nelson B Bolyard
On 2010/10/28 03:12 PDT, Jean-Marc Desperrier wrote: Nelson B Bolyard wrote: [...] It because none of them: J-PAKE, SPEKE, SRP, or for that matter, good old CRAM-MD5 address the NUMBER ONE problem with passwords. PHISHING. They are a very significant

Re: Invalide certificate encoding crashing certutil [Re: Thunderbird: Could not verify this certificate for unknown reasons]

2010-10-29 Thread Nelson B Bolyard
On 2010/10/28 02:14 PDT, Jean-Marc Desperrier wrote: Nelson B Bolyard wrote: Please don't file a bug without a stack trace showing the crash is in NSS. [...] If the back trace shows the crash is not in NSS, but in some other library, please direct the bug report accordingly. The report is

Re: Invalide certificate encoding crashing certutil [Re: Thunderbird: Could not verify this certificate for unknown reasons]

2010-10-29 Thread Matej Kurpel
On 29. 10. 2010 14:11, Nelson B Bolyard wrote: On 2010/10/28 02:14 PDT, Jean-Marc Desperrier wrote: Nelson B Bolyard wrote: Please don't file a bug without a stack trace showing the crash is in NSS. [...] If the back trace shows the crash is not in NSS, but in some other library, please direct

Re: Usage of FreeBL and FreeBL/mpi through JavaScript in Firefox 4 Sync

2010-10-29 Thread Marsh Ray
On 10/29/2010 03:44 AM, Nelson B Bolyard wrote: On 2010/10/28 03:12 PDT, Jean-Marc Desperrier wrote: Nelson B Bolyard wrote: [...] It because none of them: J-PAKE, SPEKE, SRP, or for that matter, good old CRAM-MD5 address the NUMBER ONE problem with passwords. PHISHING. They are a very

pk11util

2010-10-29 Thread Matej Kurpel
Hello, I would like to get my hands on pk11util to check my PKCS#11 module for conformance to said standard (my search on the net yielded that pk11util is suitable for this purpose). However, the precompiled NSS for windows does not contain this utility. I have tried to compile it myself (yes,

Re: Importing a symmetric private key into NSS?

2010-10-29 Thread Robert Relyea
On 10/28/2010 11:39 PM, Deepak wrote: Hello, I've been trying to import an AES 256 encrypted RSA Private Key imported into NSS, to function as a PKCS 11 AES Secret Key Object (aka object class CKO_SECRET_KEY, key type CKK_AES), but have been unsuccessful. Confusion. Do you mean a pkcs

Re: Importing a symmetric private key into NSS?

2010-10-29 Thread Robert Relyea
On 10/29/2010 03:36 PM, Deepak Kumar wrote: Rob, thanks for the response. This is still a new domain for me, so undoubtedly I'm getting some terminology mixed up. Backing up, and to try and be clear, what I'm trying to do is import a symmetric AES encryption key into NSS. OK