Re: problem with sign/verify CRMF/SPKAC from mozilla using openssl

2009-05-29 Thread tito
thank u victor, i did generate CSR thru the object window.crypto, its generateCRFM request object... but it seems there is no way to sign it using openssl..i googled a lot for it..can u tell me if i can sign it using openssl.. openssl doc doesnt tell anything abt CRFM string signing.. 2009/5/29 V

Re: problem with sign/verify CRMF/SPKAC from mozilla using openssl

2009-05-29 Thread Victor B. Wagner
On 2009.05.29 at 11:31:56 +0530, tito wrote: >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 There is window.crypto Javascript object in the Mozilla, opera and, I think, Ko

problem with sign/verify CRMF/SPKAC from mozilla using openssl

2009-05-28 Thread tito
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.