Re: SECKEY_CreateDHPrivateKey crashes thunderbirds

2009-10-01 Thread Luciola
Nelson B Bolyard wrote: On 2009-09-30 09:14 PDT, Luciola wrote: I am currently trying to create a dh public and private key using : privKey = SECKEY_CreateDHPrivateKey(&dhParam, &pubKey, NULL); this function crashes thunderbird every time it attempt to create the public and private keys. Is i

Re: SECKEY_CreateDHPrivateKey crashes thunderbirds

2009-09-30 Thread Nelson B Bolyard
On 2009-09-30 09:14 PDT, Luciola wrote: > I am currently trying to create a dh public and private key using : > privKey = SECKEY_CreateDHPrivateKey(&dhParam, &pubKey, NULL); > > this function crashes thunderbird every time it attempt to create the > public and private keys. Is it possible that t

RE: SECKEY_CreateDHPrivateKey crashes thunderbirds

2009-09-30 Thread Luciola
Hi, I am currently trying to create a dh public and private key using : privKey = SECKEY_CreateDHPrivateKey(&dhParam, &pubKey, NULL); this function crashes thunderbird every time it attempt to create the public and private keys. Is it possible that this function is not supported in thunderbird