Using SSL through C++ application
Hi !
A client app requests service from a server. A C++ app runs on the client machine.On the server side,java libraries are used to open SSL connection for encrypted data transmission. What needs to be done on the client side to use SSL using the C++ dll ?
Thanks
Using openssl from a C++ application on win32
Hi !
The binary distribution downloaded from openssl contains header files in include directory and exe in bin directory.
How do I use these files from a C++ application ? Can I directly include the exe available in bin? For example, what does the openssl.exe do ?
I want to create a SSL connection from a C++ application on a client machine.
Any help on this will be very much appreciated!