|
-
June 30th, 2004, 03:50 PM
#1
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
-
June 30th, 2004, 04:05 PM
#2
Your question is a bit vague to be fully answered. What do you mean by saying "using the C++ DLL"? Is it your program that runs on the client (ie. do you have the source code)? Do you know / have full control of the application protocol?
Your C++ client app can "talk" SSL by using either Windows' Schannel API or the free OpenSSL library (www.openssl.org).
Again, I don't know if this is the answer to your question. If not, please provide us with more info.
-
June 30th, 2004, 07:56 PM
#3
Check out OpenSSL.
Kuphryn
-
June 30th, 2004, 11:10 PM
#4
Originally posted by kuphryn
Check out OpenSSL.
I thought that was already suggested.
Originally posted by j0nas
Your C++ client app can "talk" SSL by using either Windows' Schannel API or the free OpenSSL library (www.openssl.org).
There are only 10 types of people in the world:
Those who understand binary and those who do not.
-
July 21st, 2004, 11:10 AM
#5
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!
-
July 21st, 2004, 02:58 PM
#6
[ Merged threads ]
bluescode, please stop cross-posting your questions to different forums. Thank you very much.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|