Re: Firefox forgets to C_CloseAllSessions and C_Finalize when closing it

2010-11-22 Thread Robert Relyea
On 11/20/2010 07:56 AM, Matej Kurpel wrote: > On 16. 11. 2010 14:53, Matej Kurpel wrote: >> Hello, >> I am implementing a PKCS#11 module and have just implemented >> C_GenerateKeyPair. For this purpose, I have set up a html page with >> the "keygen" tag which sends the form data to my php script to

Re: Firefox forgets to C_CloseAllSessions and C_Finalize when closing it

2010-11-20 Thread Matej Kurpel
On 16. 11. 2010 14:53, Matej Kurpel wrote: Hello, I am implementing a PKCS#11 module and have just implemented C_GenerateKeyPair. For this purpose, I have set up a html page with the "keygen" tag which sends the form data to my php script to write back to me what was sent. Now, everything work

Firefox forgets to C_CloseAllSessions and C_Finalize when closing it

2010-11-19 Thread Matej Kurpel
Hello, I am implementing a PKCS#11 module and have just implemented C_GenerateKeyPair. For this purpose, I have set up a html page with the "keygen" tag which sends the form data to my php script to write back to me what was sent. Now, everything works perfectly. It generates the key pair, then