Re: Question on changing the socket layer

2010-04-28 Thread Modem Man
Moshe, Kfir schrieb: > > 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 > Yes, easy

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 K