views:

42

answers:

1

Hi,

I have a client/server program in TCP written in C, and I would like to secure the exchanged data with OpenSSL, it's quite new for me and I couldn't find examples on the net...

Could you point out some googd documentation on this matter please?

Thank you!

+1  A: 

Check the below links. They should be helpful.

http://www.linuxjournal.com/article/4822

http://www.ibm.com/developerworks/linux/library/l-openssl.html

Also refer to http://www.openssl.org/docs/

Jay