Reputation: 35285
I wish to write a small IM client. If you can also provide links to some literature/sample code that would be great.
Upvotes: 0
Views: 368
Reputation: 46070
Depending on the language / platform (.NET, Win32 API etc.) there are several options available.
SChannel has been mentioned above. Then you can use OpenSSL. Also depending on your platform you can use our SSLBlackbox.
Upvotes: 1
Reputation: 239764
If you're writing native code, you're probably going to want to look at SSPI and specifially SChannel:
The Schannel security package provides access to four security protocols:
Let's ignore for the moment that they can't count :-)
Upvotes: 1