Re: duplicating an SSL struct

2008-06-11 Thread Victor Duchovni
On Wed, Jun 11, 2008 at 09:08:48PM -0700, David Schwartz wrote: > > > I am wrapping an ssl socket using c++ and use a third party library > > steam implementation. the library I use requires an implementation of a > > copy constructor. I managed to dup and initialize a simple BIO and then > > fre

RE: duplicating an SSL struct

2008-06-11 Thread David Schwartz
> I am wrapping an ssl socket using c++ and use a third party library > steam implementation. the library I use requires an implementation of a > copy constructor. I managed to dup and initialize a simple BIO and then > free it as required, but when it comes to SSL struct, thing don't seem > to wo

duplicating an SSL struct

2008-06-11 Thread Lior Greenblatt
Hello, I am wrapping an ssl socket using c++ and use a third party library steam implementation. the library I use requires an implementation of a copy constructor. I managed to dup and initialize a simple BIO and then free it as required, but when it comes to SSL struct, thing don't seem to work

duplicating an SSL struct

2008-06-11 Thread Lior Greenblatt
Hello, I am wrapping an ssl socket using c++ and use a third party library steam implementation. the library I use requires an implementation of a copy constructor. I managed to dup and initialize a simple BIO and then free it as required, but when it comes to SSL struct, thing don't seem to work