Re: Generate Certification Request in PKCS#10 format from Browsers based on Mozilla

2007-09-12 Thread Subrata Mazumdar
A follow up to the previous message. Although Mozilla NSS has excellent C-based API and command line tool for generation of PKCS#10 based CSR, Mozilla PSM does not expose any XPCOM based API for PKCS#10 to be used within browser. Mozilla JSS has API for generation of PKCS#10 API but in my opinion

Re: Generate Certification Request in PKCS#10 format from Browsers based on Mozilla

2007-09-12 Thread Subrata Mazumdar
Giacomo, you can try our FF extension : https://addons.mozilla.org/en-US/firefox/addon/4471 for generation of PKCS#10 based CSR. The extension also provides XPCOM API for using with an FF-based Javascript apps. -- Subrata Giacomo Pappagallo wrote: > Browsers based on Mozilla use crypto.generateC

Re: Generate Certification Request in PKCS#10 format from Browsers based on Mozilla

2007-09-11 Thread Eddy Nigg (StartCom Ltd.)
I think *openssl pkcs7* will do as well... Giacomo Pappagallo wrote: > Browsers based on Mozilla use crypto.generateCRMFRequest() to generate > Certification Request in CRMF format. > The problem is that is not possible to sign a Certification Request CRMF > using OPENSSL. > > Openssl sign certi

Re: Generate Certification Request in PKCS#10 format from Browsers based on Mozilla

2007-09-11 Thread Alexander Klink
Hi Giacomo, On Tue, Sep 11, 2007 at 10:47:41AM +0200, Giacomo Pappagallo wrote: > Openssl sign certification request in PKCS#10 format. ... or SPKAC. > Can anyone tell me how Browsers based on Mozilla can generate > Certification Request in PKCS#10 format ? Not that I know of. You can use the -T

Generate Certification Request in PKCS#10 format from Browsers based on Mozilla

2007-09-11 Thread Giacomo Pappagallo
Browsers based on Mozilla use crypto.generateCRMFRequest() to generate Certification Request in CRMF format. The problem is that is not possible to sign a Certification Request CRMF using OPENSSL. Openssl sign certification request in PKCS#10 format. Can anyone tell me how Browsers based on Moz