Re: Generation of key pair and CSR

2010-06-07 Thread Nelson B Bolyard
On 2010-06-06 20:38 PDT, james07 wrote: > I would like to create a plug-in for Firefox that, when invoked, > generates a new key in the Firefox key/certificate store. Is it possible > to generate a new keypair in using NSS from the plug-in, or do I need to > somehow call crypto.generateCRMF() via

Re: Generation of key pair and CSR

2010-06-06 Thread james07
t; > > ___ > dev-tech-crypto mailing list > dev-tech-crypto@lists.mozilla.org > https://lists.mozilla.org/listinfo/dev-tech-crypto > > -- View this message in context: http://old.nabble.com/Generation-of-key-pair-and-CSR

Re: Generation of key pair and CSR

2008-01-26 Thread Subrata Mazumdar
Michael Ströder wrote: > Subrata Mazumdar wrote: >>> >> There is a new version of KeyManager available that supports >> SeaMonkey. > > I'll give it a try. > > What I'm really missing are some simple functions like exporting a > cert received in an e-mail S/MIME signature. Things that are real

Re: Generation of key pair and CSR

2008-01-25 Thread Michael Ströder
Subrata Mazumdar wrote: >> > There is a new version of KeyManager available that supports SeaMonkey. I'll give it a try. What I'm really missing are some simple functions like exporting a cert received in an e-mail S/MIME signature. Things that are really easy with Outlook but with Mozilla-ba

Re: Generation of key pair and CSR

2008-01-24 Thread Subrata Mazumdar
Robert Relyea wrote: > >> >> I don't think neither the KEYGEN tag nor the window.crypto objects can >> be used to generate keys in tokens >> If yes...how can it be done >> I just wanted to start a new thread..for the same. >> > If there is a token installed, Seamonkey/Firefox/Mozil

Re: Generation of key pair and CSR

2008-01-24 Thread Subrata Mazumdar
Yes, it works on SeaMonkey, Thunderbird, Flock, and Sunbird . -- Subrata Michael Ströder wrote: > Subrata Mazumdar wrote: >> try this add-on : https://addons.mozilla.org/en-US/firefox/addon/4471 > > Interesting. Does it also work with Seamonkey? > > Ciao, Michael.

Re: Generation of key pair and CSR

2008-01-24 Thread Robert Relyea
I don't think neither the KEYGEN tag nor the window.crypto objects can be used to generate keys in tokens If yes...how can it be done I just wanted to start a new thread..for the same. If there is a token installed, Seamonkey/Firefox/Mozilla will prompt the user where the keys s

Re: Generation of key pair and CSR

2008-01-24 Thread arungenesis
On Jan 24, 4:19 pm, Michael Ströder <[EMAIL PROTECTED]> wrote: > Subrata Mazumdar wrote: > > try this add-on :https://addons.mozilla.org/en-US/firefox/addon/4471 > > Interesting. Does it also work with Seamonkey? > > Ciao, Michael. OK..all that is fine. I have tried the Key Manager

Re: Generation of key pair and CSR

2008-01-24 Thread Michael Ströder
Subrata Mazumdar wrote: > try this add-on : https://addons.mozilla.org/en-US/firefox/addon/4471 Interesting. Does it also work with Seamonkey? Ciao, Michael. ___ dev-tech-crypto mailing list dev-tech-crypto@lists.mozilla.org https://lists.mozilla.org/li

Re: Generation of key pair and CSR

2008-01-23 Thread Subrata Mazumdar
Arun, try this add-on : https://addons.mozilla.org/en-US/firefox/addon/4471 In addition to GUI, it will also let you generate PKCS#10 CSR using XPCOM if you so desire. -- Subrata Mazumdar [EMAIL PROTECTED] wrote: > Hello people, > > I need to know how to generate key pair and correspondingly prep

Re: Generation of key pair and CSR

2008-01-23 Thread Michael Ströder
[EMAIL PROTECTED] wrote: > On Jan 23, 4:51 am, Michael Ströder <[EMAIL PROTECTED]> wrote: >> Nelson Bolyard wrote: >>> [EMAIL PROTECTED] wrote, On 2008-01-21 19:59: I need to know how to generate key pair and correspondingly prepare a CSR in PKCS#10 format using NSS. >>> Does the tag do

Re: Generation of key pair and CSR

2008-01-22 Thread arungenesis
On Jan 23, 4:51 am, Michael Ströder <[EMAIL PROTECTED]> wrote: > Nelson Bolyard wrote: > > [EMAIL PROTECTED] wrote, On 2008-01-21 19:59: > > >> I need to know how to generate key pair and correspondingly prepare a > >> CSR in PKCS#10 format using NSS. > > > Does the tag do what you want? > > Does

Re: Generation of key pair and CSR

2008-01-22 Thread Michael Ströder
Nelson Bolyard wrote: > [EMAIL PROTECTED] wrote, On 2008-01-21 19:59: > >> I need to know how to generate key pair and correspondingly prepare a >> CSR in PKCS#10 format using NSS. > > Does the tag do what you want? Does the tag trigger the generation of a PKCS#10 CSR today? Last time I used

Re: Generation of key pair and CSR

2008-01-21 Thread Nelson Bolyard
[EMAIL PROTECTED] wrote, On 2008-01-21 19:59: > I need to know how to generate key pair and correspondingly prepare a > CSR in PKCS#10 format using NSS. Does the tag do what you want? ___ dev-tech-crypto mailing list dev-tech-crypto@lists.mozilla.org

Generation of key pair and CSR

2008-01-21 Thread arungenesis
Hello people, I need to know how to generate key pair and correspondingly prepare a CSR in PKCS#10 format using NSS. I want to develop the same as a component in firefox. the crypto objects inf firefox helps us to generate the CRMF request..all that is fine.but I need it in PKCS#10 forma