Re: dowload problem

2000-07-30 Thread hirntod
Hi audrey, use the mc (Midnight Commander) sometimes it help. hirntod On Mon, 17 Jul 2000 [EMAIL PROTECTED] wrote: > Hello every body, > I try to download that last version of openssl but I can't open the > archive file. > I can open .zip file but not .tar file. > Could anyone send me the arc

Re: Installing

2000-07-30 Thread hirntod
Hi, use "tar xvfz apache.tgr.gz" or use the mc - program. hirntod RTFM ;-) On Sun, 16 Jul 2000, Vern W Heesch wrote: > I am really new to Linux and have been dealing with RPM's up till now, > how do I install a tar.gz file? Sorry for such a stupid question. > > __

Re: generating RSA key pair

2000-07-30 Thread Dr Stephen Henson
[EMAIL PROTECTED] wrote: > > the apps/genrsa utility confused me because it seems to only generate a > private key. the apps/rsa utility documentation says that with a -pubout a > public key is output from a private key. is this true? is a public key > embedded in the private key generated with g

generating RSA key pair

2000-07-30 Thread son
the apps/genrsa utility confused me because it seems to only generate a private key. the apps/rsa utility documentation says that with a -pubout a public key is output from a private key. is this true? is a public key embedded in the private key generated with genrsa? I tried to test this by addi

Re: Embedded private key

2000-07-30 Thread Vadim Fedukovich
Hi Andrew, including private key into application binary means no protection for that key other that "you should not reverse.." shrink-wrap. Besides, private keys are best to be used generated by end-users, to let them trust that keys. Please consider to review your application's general design