Re: security/nss/lib/nss/utilwrap.c and USE_UTIL_DIRECTLY

2009-10-01 Thread Wan-Teh Chang
On Thu, Oct 1, 2009 at 8:49 AM, Konstantin Andreev wrote: > Hello. > > I have a couple of related questions. > > > 1) If I am adding a function into the "util" library, should I care about > placing a wrapper in the "utilwrap.c" ? No. New functions in the "util" library don't need a wrapper. The

security/nss/lib/nss/utilwrap.c and USE_UTIL_DIRECTLY

2009-10-01 Thread Konstantin Andreev
Hello. I have a couple of related questions. 1) If I am adding a function into the "util" library, should I care about placing a wrapper in the "utilwrap.c" ? 2) Is the USE_UTIL_DIRECTLY really just an option ? It looks like it couldn't be turned off, because "softokn" is using *_Util. Tur

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