Re: why is NSS_Initialize() missing from API docs?

2009-09-30 Thread Guenter
Hi Nelson, thanks very much for your detailed answer! greets, Günter. Am 30.09.2009, 21:48 Uhr, schrieb Nelson B Bolyard : On 2009-09-27 07:10 PDT, Guenter wrote: very interesting since exactly NSS_INIT_COOPERATE was the reason in first place why I've posted here ... The PKCS#11 API stand

Re: NSS for EAP-TLS/PEAP/TTLS/FAST

2009-09-30 Thread Nelson B Bolyard
On 2009-09-30 15:34 PDT, Jouni Malinen wrote: > On Sep 30, 10:05 pm, Nelson B Bolyard wrote: >> These issues need to be brought up to the IETF TLS mailing list, ASAP. >> The last thing we want, IMO, is to have to implement a bunch of >> slightly-different incompatible extractor functions. :-/ > >

Re: NSS for EAP-TLS/PEAP/TTLS/FAST

2009-09-30 Thread Jouni Malinen
On Sep 30, 10:05 pm, Nelson B Bolyard wrote: > These issues need to be brought up to the IETF TLS mailing list, ASAP. > The last thing we want, IMO, is to have to implement a bunch of > slightly-different incompatible extractor functions. :-/ It seems to be somewhat late to go through the IETF WG

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: why is NSS_Initialize() missing from API docs?

2009-09-30 Thread Nelson B Bolyard
On 2009-09-27 07:10 PDT, Guenter wrote: > very interesting since exactly NSS_INIT_COOPERATE was the reason in first > place why I've posted here ... The PKCS#11 API standard defines two functions, C_Initialize & C_Finalize in such a way that makes it difficult for two independent libraries runn

Re: NSS for EAP-TLS/PEAP/TTLS/FAST

2009-09-30 Thread Nelson B Bolyard
On 2009-09-30 10:30 PDT, Jouni Malinen wrote: > On Sep 29, 11:50 pm, Douglas Stebila wrote: >> You can find a patch implementing draft-ietf-tls-extractor-07 in NSS >> attached to bug 507359. >> >> https://bugzilla.mozilla.org/show_bug.cgi?id=507359 > > Thanks! This looks very useful. However, w

Re: NSS for EAP-TLS/PEAP/TTLS/FAST

2009-09-30 Thread Jouni Malinen
On Sep 29, 11:50 pm, Douglas Stebila wrote: > You can find a patch implementing draft-ietf-tls-extractor-07 in NSS   > attached to bug 507359. > > https://bugzilla.mozilla.org/show_bug.cgi?id=507359 Thanks! This looks very useful. However, when testing the implementation, I did run into interoper

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