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 it is quite difficult use JSS directly from Javascript API (all those SecurityManager related problem shows up). That is why we have defined the XPCOM API for PKCS#10 in our extension.
-- Subrata Subrata Mazumdar wrote: > 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.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 Mozilla can generate >> Certification Request in PKCS#10 format ? >> >> Thanks >> _______________________________________________ dev-tech-crypto mailing list dev-tech-crypto@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-tech-crypto