Compilable C++ code to implement a secure SLL/TLS client using MS SSPI
问题 As described here http://www.ddj.com/cpp/184401688 I do not have time to write this from scratch. Asked and not answered https://stackoverflow.com/questions/434961/implementing-ssl THE QUESTION IS: I am looking for some compilable working source code that implements MS SSPI (as alluded to in the thread above), procedural not OOP preferred. I have looked at the code projects sample here: http://www.codeproject.com/KB/IP/sslclasses.aspx But this is C# OOP. Converting this to C++ code is not