Re: howto generate RSA key from components?

2007-04-12 Thread Iain Pople
Thanks for this. I also found the Openssl perl module useful (http://search.cpan.org/dist/Crypt-OpenSSL-RSA/RSA.pm) as it has a function new_key_from_parameters which uses the rsa components to generate a key. Dr. Stephen Henson wrote: On Wed, Apr 11, 2007, Iain Pople wrote: Hi, I am

Re: howto generate RSA key from components?

2007-04-11 Thread Marek Marcola
Hello, I am trying to replace a legacy system with openssl. The legacy system used RSA keys but stored them in its own format. I can extract the RSA components but I'm not sure how to generate a PEM formatted RSA key. What is the easiest way to do this? Can the command line tools do it, or

Re: howto generate RSA key from components?

2007-04-11 Thread Dr. Stephen Henson
On Wed, Apr 11, 2007, Iain Pople wrote: Hi, I am trying to replace a legacy system with openssl. The legacy system used RSA keys but stored them in its own format. I can extract the RSA components but I'm not sure how to generate a PEM formatted RSA key. What is the easiest way to do

howto generate RSA key from components?

2007-04-10 Thread Iain Pople
Hi, I am trying to replace a legacy system with openssl. The legacy system used RSA keys but stored them in its own format. I can extract the RSA components but I'm not sure how to generate a PEM formatted RSA key. What is the easiest way to do this? Can the command line tools do it, or do I