Hi , I am making a CA site for my college project purpose.I learned that different browsers use different methods to generate CSR.Making CSR in IE was easy.For vista systems I used CertEnroll.dll methods and for non-vista IE i used xenroll.dll.I generated CSR in javascript successfully using that. it is in PKCS10.
I want to make my project compatible for mozilla and opera too i want to do the same for mozilla too but i guess mozilla method doesnt generate PKCS10 format Then i came across generateCRMF and keygen tags..keygen is not recommended i guess. how to sign the CRMF request key i get in openssl ? if i am using keygen tag, i think it gives SPKAC format..can we sign SPKAC using openssl ? i am able to generate CRMF and SPKAC..but doesnt know how to sign those in openssl.please help me in regard with this.. ..thanks a lot.
-- dev-tech-crypto mailing list [email protected] https://lists.mozilla.org/listinfo/dev-tech-crypto

