|
-
May 12th, 2006, 08:59 AM
#1
SSL Socket Programming
Hey I want to create a Client/ Server which talk over a network using SSL?
can any one help me to write the app in C++???
is there a standard library or else How could it be done???
any help is appriciated!!!
-
May 12th, 2006, 09:51 AM
#2
Re: SSL Socket Programming
Try OpenSSL.
What kind of application ur trying to write?
Vinod
-
May 12th, 2006, 10:03 AM
#3
Re: SSL Socket Programming
Its a smiple socket connection app.. where the client will send the data to the server when ever it is necessary and the server recevies it ...But I want to do this over SSL..
BTW... what is openSSL??
-
May 12th, 2006, 10:19 AM
#4
Re: SSL Socket Programming
Its open source SSL lib
http://www.openssl.org/
To understand how SSL works first you need to read the about PKI(public key infrastuture), Digitalk certificate the mechanism SSL use to autheticate & encrypt the data.
Vinod
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
|