Re: Re: Re: network connection encrypted/secure using ssl and sockets ?!

2008-09-04 Thread Manuel Sahm
) The lifetime of the key on the server and client side should be unlimited. Thank you Manuel Sahm Ger Hobbelt [EMAIL PROTECTED] 03.09.2008 17:46 On Wed, Sep 3, 2008 at 5:03 PM, Manuel Sahm [EMAIL PROTECTED] wrote: I want to make my network connection encrypted/secure using ssh. Please note

Re: Re: network connection encrypted/secure using ssl and sockets ?!

2008-09-04 Thread Manuel Sahm
:04 Manuel Sahm escribió: Hello, thanks for reply,... Maybe you could help me. Is it possible to use a password instead of a Certification file and a Certification Key File to make the tcp connection secure via openssl ? Thank you Sergio [EMAIL PROTECTED] 03.09.2008 16:44

perform a key exchange (key negotiation) using asymmetric keys (no certifications!)

2008-09-04 Thread Manuel Sahm
Hello, could anybody explain me how to modify this programm, to use only keys instead of certificates ? Thanks to all. - /* serv.cpp - Minimal

network connection encrypted/secure using ssl and sockets ?!

2008-09-03 Thread Manuel Sahm
in the sample code... Thank you very very much Manuel Sahm

Re: Re: network connection encrypted/secure using ssl and sockets ?!

2008-09-03 Thread Manuel Sahm
Hello, thanks for reply,... Maybe you could help me. Is it possible to use a password instead of a Certification file and a Certification Key File to make the tcp connection secure via openssl ? Thank you Sergio [EMAIL PROTECTED] 03.09.2008 16:44 Manuel Sahm escribió: Hello, I want