How to export private key in RSA format from NSS

2014-07-13 Thread Chuck Lee
Hi all, I am now working on supporting PKCS#12 format key on Firefox OS's Wifi module [1]. Because current PSM/NSS API doesn't fit the requirement of UX(assigning nickname of imported certificates) and gonk(wpa_supplicant needs to read private key in RSA format), I have to do some hack

Re: SSLKEYLOGFILE always enabled

2014-07-13 Thread Patrick McManus
I looked into this once, and iirc the change was made intentionally and I guess the documentation not updated. I just updated the wikis. Thanks. On Sun, Jul 13, 2014 at 10:30 AM, Роман Донченко wrote: > Hello, > > Projects/NSS/Key_Log_Format>

SSLKEYLOGFILE always enabled

2014-07-13 Thread Роман Донченко
Hello, states that: "Obviously this is only a debugging measure and is only enabled if NSS is built with DEBUG and TRACE defined." Analogously,