nubme
nubme

Reputation: 3157

OpenSSL establish connection between client and server

Im working on this assignment using Open SSL and C++. I need to establish a secure connection between a client and a server and then transfer a encrypted file. Could anyone give me any references (books, sites, ect) on where to set one up.

Thanks a lot.

Upvotes: 2

Views: 6875

Answers (1)

MrGomez
MrGomez

Reputation: 23886

This should at least get you started: http://www.ibm.com/developerworks/linux/library/l-openssl.html

Good luck!

Upvotes: 3

Related Questions