RE: Certificate login in Firefox - how does it work?

2010-11-28 Thread Ryan Sleevi
To: mozilla's crypto code discussion list > Subject: Re: Certificate login in Firefox - how does it work? > [snip] > On 26. 11. 2010 22:20, ryan-mozdevtechcry...@sleevi.com wrote: > > While I've not spent time hacking with PCKS#11, my understanding is > > that the

Re: Certificate login in Firefox - how does it work?

2010-11-28 Thread Matej Kurpel
On 28. 11. 2010 17:24, Matej Kurpel wrote: On 26. 11. 2010 22:20, ryan-mozdevtechcry...@sleevi.com wrote: -Original Message- Sent: Friday, November 26, 2010 3:16 PM To: mozilla's crypto code discussion list Subject: Certificate login in Firefox - how does it work? Hello,

Re: Certificate login in Firefox - how does it work?

2010-11-28 Thread Matej Kurpel
On 26. 11. 2010 22:20, ryan-mozdevtechcry...@sleevi.com wrote: -Original Message- Sent: Friday, November 26, 2010 3:16 PM To: mozilla's crypto code discussion list Subject: Certificate login in Firefox - how does it work? Hello, I am developing a PKCS#11 module and currently I am h

RE: Certificate login in Firefox - how does it work?

2010-11-27 Thread Ryan Sleevi
> On 2010-11-26 13:20 PDT, ryan-mozdevtechcry...@sleevi.com wrote: > [snip] > > And to save you a bit of trouble/pain: for CryptoAPI, you cannot > > simply sign raw data - you can only sign previously hashed data. I > > understand this to mean that you cannot write a pure PKCS#11 -> > > CryptoAPI m

Re: Certificate login in Firefox - how does it work?

2010-11-27 Thread Nelson B Bolyard
On 2010-11-26 13:20 PDT, ryan-mozdevtechcry...@sleevi.com wrote: [snip] > And to save you a bit of trouble/pain: for CryptoAPI, you cannot > simply sign raw data - you can only sign previously hashed data. I > understand this to mean that you cannot write a pure PKCS#11 -> > CryptoAPI mapper, wheth

RE: Certificate login in Firefox - how does it work?

2010-11-26 Thread ryan-mozdevtechcrypto
> -Original Message- > Sent: Friday, November 26, 2010 3:16 PM > To: mozilla's crypto code discussion list > Subject: Certificate login in Firefox - how does it work? > > Hello, > I am developing a PKCS#11 module and currently I am having problems > getting

Certificate login in Firefox - how does it work?

2010-11-26 Thread Matej Kurpel
Hello, I am developing a PKCS#11 module and currently I am having problems getting the certificate login working in Firefox. I load a page, click on login button and then Firefox starts communicating with my PKCS#11 module (the page wants its users to log in using their certificates). It lets m