hi I am trying to explore server/client communication using VC++. Initially i writtent TCP/IP programe to transfer the data . Now i want it to be in secure manner. so I planning to use SSL. Can any body suggest me which API , i should use to implement SSL. my end client is running on winXP. other than SSPI. thanks
You need to use Security Support Provider Interface (SSPI) functions. Regards Hemraj Chaudhari