Re: Key Gen in a browser

2006-10-16 Thread Anders Rundgren
gren http://webpki.org - Original Message - From: "ben" <[EMAIL PROTECTED]> Newsgroups: mozilla.dev.tech.crypto To: <> Sent: Tuesday, October 17, 2006 00:24 Subject: Key Gen in a browser Hi there, I'd like to know does the call a local PKCS11 module, and how does

Re: Key Gen in a browser

2006-10-16 Thread Steve Parkinson
Bob Relyea wrote: ben wrote: I'd like to know does the call a local PKCS11 module, and how does it store the key pair into the local key store and how I can know which PKCS11 module will be used if there are more than two? Here is a piece of HTML code: If you can point out a doc

Re: Key Gen in a browser

2006-10-16 Thread Bob Relyea
ben wrote: Hi there, I'd like to know does the call a local PKCS11 module, and how does it store the key pair into the local key store and how I can know which PKCS11 module will be used if there are more than two? PSM looks up all the writable tokens that are capable of handling the partic

Key Gen in a browser

2006-10-16 Thread ben
Hi there, I'd like to know does the call a local PKCS11 module, and how does it store the key pair into the local key store and how I can know which PKCS11 module will be used if there are more than two? Is there any similar way for IE with a CSP? Here is a piece of HTML code: If y