Re: Importing GPG public and private keys in NSS

2011-04-13 Thread Robert Relyea
On 04/13/2011 01:22 PM, Superpacko wrote: > On 12 abr, 16:00, Robert Relyea wrote: >> On 04/12/2011 10:55 AM, Superpacko wrote: >> >> >> >> >> >> >> >> >> >>> On 28 mar, 15:28, Robert Relyea wrote: On 03/28/2011 05:32 AM, Superpacko wrote: > On 23 mar, 14:40, Robert Relyea wrote: >>

Re: Importing GPG public and private keys in NSS

2011-04-13 Thread Superpacko
On 12 abr, 16:00, Robert Relyea wrote: > On 04/12/2011 10:55 AM, Superpacko wrote: > > > > > > > > > > > On 28 mar, 15:28, Robert Relyea wrote: > >> On 03/28/2011 05:32 AM, Superpacko wrote: > > >>> On 23 mar, 14:40, Robert Relyea wrote: > On 03/23/2011 06:24 AM, Superpacko wrote:> Well, so

Re: Importing GPG public and private keys in NSS

2011-04-13 Thread Superpacko
On 12 abr, 16:00, Robert Relyea wrote: > On 04/12/2011 10:55 AM, Superpacko wrote: > > > > > > > > > > > On 28 mar, 15:28, Robert Relyea wrote: > >> On 03/28/2011 05:32 AM, Superpacko wrote: > > >>> On 23 mar, 14:40, Robert Relyea wrote: > On 03/23/2011 06:24 AM, Superpacko wrote:> Well, so

Re[2]: Extracting PrivateKey from PKCS8EncodedKeySpec with EC

2011-04-13 Thread Konstantin Andreev
Peder, what you encountered is a [bug 327773] http://bugzilla.mozilla.org/show_bug.cgi?id=327773 NSS pk11wrap layer has two functions to create private keys in a token: PK11_ImportEncryptedPrivateKeyInfo and PK11_ImportAndReturnPrivateKey. But only 1st of them supports EC keys. You may try res

Re[2]: How do NSS_3_12 and NSS_3_13 branches get merged ?

2011-04-13 Thread Konstantin Andreev
Thank you for information, Robert. To be honest, I do not care about 3.12 branch, but it looks like patches, targeting just 3.13, do not get much attention. For instance, the fix for CMS encoder's DSA, ECDSA signatures [bug 327664] waits a review since 15 Feb. I guess, if I would target both