flat assembler
Message board for the users of flat assembler.
Index
> Windows > SSL Connection |
Author |
|
comrade 07 Sep 2005, 03:01
yes
Alternatively,
Instead of my dll2inc, you can use 2397197 other DLL2INC implementations on this message board (by Vortex, Revenant, etc) Have fun, amigo!
Last edited by comrade on 20 Nov 2009, 05:11; edited 1 time in total |
|||||||||||
07 Sep 2005, 03:01 |
|
kidscracker 07 Sep 2005, 18:14
Thanx comrade, i will use it, i think implementing my own SSL library will be a large project, and will need a lot of time. Thanx. One thing, Shakira isn't from Peru , she is from Colombia, but no problem, I agree Viva Peru!!!. I've add you some time ago to my messenger, but now you don't appear online, well if you want add me
|
|||
07 Sep 2005, 18:14 |
|
Reverend 07 Sep 2005, 18:18
comrade wrote: Instead of my dll2inc, you can use 2397197 other DLL2INC implementations on this message board (by Vortex, Revenant, etc) |
|||
07 Sep 2005, 18:18 |
|
comrade 07 Sep 2005, 23:52
yes, i know you are Reverend
but i am quite sure there is another dll2inc implementation by Revenant |
|||
07 Sep 2005, 23:52 |
|
comrade 08 Sep 2005, 00:12
kidscracker, you can also check source code of "ftpbnc" program here:
http://comrade.ownz.com/sources/ftpbnc/ftpbnc-0.4.zip Your main concern is to sort through the OpenSSL API, and their manual on openssl.org is not very straightforward (it is just scattered manpages). Basically, you establish a normal socket connection using winsock, and then "layer" SSL on top of it using SSL_connect(socket, ...). Then, once SSL_connect does its handshaking, you will use SSL_send and SSL_recv, as opposed to send/recv. They act just the same, except SSL_send and SSL_recv will handle the encryption for you. ftpbnc contains code to handle both types of connection (non-SSL and SSL), so you can clearly see the difference in programming both types of connections. Linking openssl libraries (libeay32 and ssleay32) should be the least of your worries. |
|||
08 Sep 2005, 00:12 |
|
kidscracker 23 Feb 2012, 21:53
well after some years (7 to be exact) i come back a search for something i searched in the past. Thanks comrade, now i think i'll use for new projects
BTW no more student, now an enginner! =D |
|||
23 Feb 2012, 21:53 |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2024, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.