Re: generating key using RSA

2010-07-29 Thread Jakob Bohm
On 28-07-2010 15:26, Santhanam, Krishna M wrote: Hi, I am Krishnamurthy. I have some query regarding openssl. Is it possi ble to generate 64 bit key using RSA_generate_key() Ha, ha, very funny. (In case you really don't know: 64 bit keys of any kind are not considered secure these days

generating key using RSA

2010-07-29 Thread Santhanam, Krishna M
Hi, I am Krishnamurthy. I have some query regarding openssl. Is it possi ble to generate 64 bit key using RSA_generate_key() Thanks for your time, Krishnamurthy _ The information contained in this message is proprietary and/or confidential. If you are not the intended re

Generating key and cert

2003-06-22 Thread Wojciech Kocjan
Hello. I'm using openssl in Tcl, via Tls. Everything works great, but Tls does not allow key/certificate generation (for servers). I want to add such features to Tls. I've read Tls and openssl sources, and it seems that what I want is in openssl/apps/req.c. I noticed that docs on openssl.org

Re: Generating Key and extracting RSA key in RSA * struct.

2001-04-09 Thread Dr S N Henson
[EMAIL PROTECTED] wrote: > > Hi all, > > I am trying to generate an RSA keys pair and extract it to an (RSA *) which will > reprensent the public key and another (RSA *) for the private key part. > > I am doing (based on demos/eay/loadrsa.c) > > RSA *rsa,*pub_rsa,*priv_rsa; > int len; > unsi

Generating Key and extracting RSA key in RSA * struct.

2001-04-09 Thread laurent . hausermann
Hi all, I am trying to generate an RSA keys pair and extract it to an (RSA *) which will reprensent the public key and another (RSA *) for the private key part. I am doing (based on demos/eay/loadrsa.c) RSA *rsa,*pub_rsa,*priv_rsa; int len; unsigned char buf[1024],*p; rsa=RSA_generate_key(512,

Re: error generating key

2001-02-26 Thread Ger
Hi, - Original Message - From: Lotey. Kulwant <[EMAIL PROTECTED]> > Hi, > > I have OpenSSL installed, and get the following error in generating a RSA > private key when I type: > > genrsa -des3 -out server.key 1024 > > The error message I get is: > > 15678:error:24064064:random number gen

Re: error generating key

2001-02-26 Thread Surya N Viriyala
I faced the same problem. I dont know what the hell it means, but the FAQ suggests that we download the egd.pl and run it. What worked for me: I downloaded egd.pl and ran it. #egd.pl $HOME/.rnd OF course I dont know why but egd.pl dies very frequently, and whenever that happens I just start the

error generating key

2001-02-26 Thread Lotey. Kulwant
Hi, I have OpenSSL installed, and get the following error in generating a RSA private key when I type: genrsa -des3 -out server.key 1024 The error message I get is: 15678:error:24064064:random number generator:SSLEAY_RAND_BYTES:PRNG not seeded:md_rand.c:474:You need.. 15678:error:040699003

generating key

2000-11-10 Thread Eugen Kozynin
Hi! I've setup openssl with apache under RedHat Linux 6.2 Apache runs fine with test certificate. Now I am trying to generate private key for real certificate. The command I type is: ./openssl genrsa -rand /dev/urandom -out www.hardwarecorp.com.au 1024 After I hit 'Enter' it just freezes and sta