Re: The element

2009-06-01 Thread Georgi Guninski
On Tue, Jun 02, 2009 at 01:59:47AM +0300, Eddy Nigg wrote: > On 04/07/2009 06:37 AM, Ian Hickson: >> I have now specified the element in HTML5. >> >> http://www.whatwg.org/specs/web-apps/current-work/#the-keygen-element >> >> I would appreciate review by people who know what this stuff means,

Re: KEYGEN tag - documentation

2009-06-01 Thread Nelson Bolyard
On 2009-06-01 06:31 PDT, Jan Schejbal wrote: > I did of course google and I did find the site you linked, but it did > not help me much, as I found no information what has to happen > server-side (or links to such information). I understand that the key is > generated, stored and a SignedPublicKeyA

Re: The element

2009-06-01 Thread Eddy Nigg
On 04/07/2009 06:37 AM, Ian Hickson: I have now specified the element in HTML5. http://www.whatwg.org/specs/web-apps/current-work/#the-keygen-element I would appreciate review by people who know what this stuff means, as I'll be the first to admit not having any idea what I'm doing here.

Re: KEYGEN tag - documentation

2009-06-01 Thread Peter Djalaliev
Hi Jan, Nelson Bolyard or others can probably answer this question better, but I believe that the generated key is inserted into the NSS cert/key database and waits to be paired with a certificate. If the certificate doesn't come back, this may explain why you key database file is growing. I don

S/MIME in Thunderbird

2009-06-01 Thread Andrew Manore
I'm not able to see what encryption algorithms Thunderbird 2.0.x is using. From what I've been able to tell (through downloading the encrypted message into Microsoft Outlook), Thunderbird is using 3DES encryption with SHA-1 hashes. I'm wondering if there's any way to change the encryption to A

Re: KEYGEN tag - documentation

2009-06-01 Thread tito
correct me if im wrong..u can use keymanager addon to manage keys in FF 2009/6/1 Jan Schejbal > I did of course google and I did find the site you linked, but it did not > help me much, as I found no information what has to happen server-side (or > links to such information). I understand that t

Re: KEYGEN tag - documentation

2009-06-01 Thread Jan Schejbal
I did of course google and I did find the site you linked, but it did not help me much, as I found no information what has to happen server-side (or links to such information). I understand that the key is generated, stored and a SignedPublicKeyAndChallenge POSTed to the server. I had not recog