News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

SSL/TSL

Started by codmajik, October 29, 2007, 10:49:48 PM

Previous topic - Next topic

codmajik

can somebody help with info on SSL/TSL with MASM?

bozo

these are complex protocols and personally i would not want to have the job of implementing SSL/TLS?? in assembly code.
Perhaps it would be beneficial to use assembly for the encryption, but OpenSSL is already suitable for this task.

if you want basic HTTPS connections, perhaps check out WININET api library, there are parameters for SSL connections.
a quick search for WININET and SSL in google gives you some good information.

good luck!