News:

Masm32 SDK description, downloads and other helpful links
Message to All Guests

Main Menu

Add SSL to my messenger

Started by Alex, December 08, 2012, 11:41:06 PM

Previous topic - Next topic

Alex

Hey, i wrote my own messenger, currently it supports IRC and my own protocol, now i want to add SSL support to it. Are there any libs for MASM? Or other ways?

dedndave

http://www.microsoft.com/en-us/download/details.aspx?id=1251

you may have to create a sslprovider.inc from the sslprovider.h file using masm syntax
you may also have to create a .lib - not sure if it's in the package
it may be named ncrypt.lib, rather than sslprovider.lib

that info is based on the "Requirements" text at the bottom of this page...
http://msdn.microsoft.com/en-us/library/windows/desktop/ff468662%28v=vs.85%29.aspx