Question regarding opening the OpenSSL source code in visual studio

2010-04-28 Thread Moshe, Kfir
Hey I would like to modify the source code of some functions in OpenSSL Since I'm working under Windows and have Visual Studio installed, the easiest way to do so will be by creating a visual studio project with the source code Has anyone ever did something like that, is there by a chance a

Question on changing the socket layer

2010-04-28 Thread Moshe, Kfir
Hey I would like to change the main send and receive function that OpenSSL uses to functions written by me So every packet send\receive by OpenSSL will be actually send\receive from my code BUT: I want to keep the whole TLS\SSL logic as is Can someone please suggest me something? Thanks