Where does openssl store public keys?

2007-05-24 Thread leseul
When I generate a key pair with an openssl genrsa command I get a private key. But where is the corresponding public key stored? -- View this message in context: http://www.nabble.com/Where-does-openssl-store-public-keys--tf3809376.html#a10781490 Sent from the OpenSSL - User mailing list archive

Re: Newbie questions

2007-05-24 Thread Endhy Aziz
I wrote : "One of the chapter, "Designing With SSL" may help ". Should be : One of the chapter, "Coding With SSL" may help Regards, --Endhy

Database file structure

2007-05-24 Thread Bruno Costacurta
Dears, just for curiosity, what are the structure & description of the database file (often) called 'index' and which corresponds in fact to the parameter 'database' in openssl.cnf ? Please find a sample hereafter as it's mainly human readable. Thanks for any info. Bye, Bruno ... V 10022

Re: Newbie questions

2007-05-24 Thread Endhy Aziz
See "SSL and TLS" by Eric Rescorla. It describes SSL protocol completely, including how to program with SSL. One of the chapter, "Designing With SSL" may help you. --Endhy

Re: Certificates, users and machines

2007-05-24 Thread Urjit Gokhale
Thanks for your reply. I would like to have your opinion on one scenario, and my approach to provide needed functionality: 1) I have a server that listens to connection requests from the clients over the internet (meaning anyone and everyone who knows my ip/port can send me connection request. I am

Re: relationship between cipher suites and encoders

2007-05-24 Thread Victor B. Wagner
On 2007.05.23 at 17:30:50 +0200, Yves Rutschle wrote: > Hi, > > I'm trying to work out the relationship between a cipher > suite, and the encrypters available in OpenSSL. For example, There is almost no relationship, except that if no encrypter is available, cipher suite which uses this encrypti