CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    Mar 2006
    Posts
    40

    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!!!

  2. #2
    Join Date
    Oct 2002
    Location
    Tx, US
    Posts
    208

    Re: SSL Socket Programming

    Try OpenSSL.
    What kind of application ur trying to write?


    Vinod

  3. #3
    Join Date
    Mar 2006
    Posts
    40

    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??

  4. #4
    Join Date
    Oct 2002
    Location
    Tx, US
    Posts
    208

    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
  •  





Click Here to Expand Forum to Full Width

Featured