Hi All,
I have been tasked with implementing TLS/SSL onto an in-house webserver framework. I was wondering if anyone could point me to some good example code that they know of?
I am particularly interested in using GSS API (Microsoft's Security Support Provider Interface (SSPI)). Failing that, Crypto++, I can't use any other type of open source library.
Many Thanks!
EDIT: To clarify: Crypto++ is the only open source library I can use. Not my restriction, but one I have to comply with.
EDIT2: Just to add, I am coding in C++