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

2008-09-05 Thread Ger Hobbelt
What you're asking is a very wide subject, so the best advice I can give you is to purchase the O'Reilly book (Network Security with OpenSSL). I don't know if there's a new (2nd, 3rd?) edition out (I got it a long time ago) but even when you get the first edition, it's VERY useful to learn the SSL

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

2008-09-04 Thread Manuel Sahm
Hello, thank you, could you please help me setting up small my programm. I lokked at the files s_server.c and s_client.c. They are too complicated. What about the files in /demos/bio Could you please explain me the meaning of the BIO functions in contrast to the SSL functions ? What about

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

2008-09-04 Thread Manuel Sahm
Hello, thank you for your reply :-) How could I realize your mentioned option with openssl (functions): public keys (asymmetric keys) without certificates ( In this situation neither A and B need to know about a previous secret.) Thank you so much Sergio [EMAIL PROTECTED] 04.09.2008

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