On Sat, Nov 19, 2005, Chong Peng wrote:

> 
> dear all:
> 
> i am new to the open ssl library, after a couple of days source code
> reading, my understanding is that one can either use bio (come with the open
> ssl lib) or standard socket interface to connect ssl protocol to the
> underlying tcp protocol, if i would like to use standard socket to do that,
> the basic flow is as follows:

Well whatever technique you use it still ends up using a BIO. Its is just that
when you tell the ssl library to use a socket it sets up a socket BIO
internally.

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]

Reply via email to