The MASM Forum

General => The Workshop => Topic started by: Alex on December 08, 2012, 11:41:06 PM

Title: Add SSL to my messenger
Post by: Alex on December 08, 2012, 11:41:06 PM
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?
Title: Re: Add SSL to my messenger
Post by: dedndave on December 09, 2012, 02:39:00 AM
http://www.microsoft.com/en-us/download/details.aspx?id=1251 (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 (http://msdn.microsoft.com/en-us/library/windows/desktop/ff468662%28v=vs.85%29.aspx)