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 encryption

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

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

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

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