Re: Howto sign CRMF requests?

2009-02-05 Thread David Stutzman
Nelson B Bolyard wrote: axi...@googlemail.com wrote, On 2009-02-03 04:09: Is there a way to sign CRMF and create CMMF using JSS? If there is, you'll find it somewhere in http://mxr.mozilla.org/security/source/security/jss/org/mozilla/jss/pkix/crmf/ CRMF requests aren't signed. I think

Re: Howto sign CRMF requests?

2009-02-05 Thread Nelson B Bolyard
David Stutzman wrote, On 2009-02-05 04:57: Nelson B Bolyard wrote: axi...@googlemail.com wrote, On 2009-02-03 04:09: Is there a way to sign CRMF and create CMMF using JSS? CRMF requests aren't signed. I interpreted the question to mean Is there a way to issue a cert based on the content of

Re: Howto sign CRMF requests?

2009-02-04 Thread Nelson B Bolyard
axi...@googlemail.com wrote, On 2009-02-03 04:09: I created a certification request (CRMF) programmatically with JavaScript/Firefox using the crypto.generateCRMFRequest() method. Now I'd like to sign this request on a server and generate a response (CMMF) to be imported via

Howto sign CRMF requests?

2009-02-03 Thread axi...@googlemail.com
I created a certification request (CRMF) programmatically with JavaScript/Firefox using the crypto.generateCRMFRequest() method. Now I'd like to sign this request on a server and generate a response (CMMF) to be imported via JavaScript/Firefox using the crypto.importUserCertificates () method.