On Tue, Apr 15, 2008 at 04:22:03PM -0300, Tomas Neme wrote:

> Stephen:
> 
> > >  Most of them you don't need to worry about. I'd suggest looking at the 
> > > fd BIO
> >  >  and copy some of the functionality from that.
> 
> I also need to know which of the BIO_CTRL_* params do I have to
> implement in my _ctrl function. Is there a reason why you said to look
> at the fd BIO instead of the conn BIO or socket BIO?
> 

If you use the biopair approach, you don't need any of this, you just
handle requests to read/write data (with a bit of care to always flush
the write buffers before attempting to read).

-- 
        Viktor.
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to