On Tue, Jun 28, 2005, Joe Santapau wrote: > Thanks one and all, > > I had priviously used a socket BIO, but now I think I'll use accept() get > what I need, and then populate it into a SSL * it might give me > flexability > with the socket itself, timeouts and the like. >
You can stick to BIOs if you wish. The call BIO_get_fd() will return the underlying file descriptor for a socket BIO. Once you have the fd you can then perform whatever operations you want on it. Steve. -- Dr Stephen N. Henson. Email, S/MIME and PGP keys: see homepage OpenSSL project core developer and freelance consultant. Funding needed! Details on homepage. Homepage: http://www.drh-consultancy.demon.co.uk ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List openssl-users@openssl.org Automated List Manager [EMAIL PROTECTED]