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 doug...@stebila.ca 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.

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 this

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

2009-09-30 Thread Jouni Malinen
On Sep 30, 10:05 pm, Nelson B Bolyard nel...@bolyard.me 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

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 nel...@bolyard.me: 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