On Tue, Dec 23, 2003, Vinod Chandran wrote: > > Hi, > > I am currently porting openssl into NSK domain. It requires a change in > the socket calls being used. > >From the code, I haven't been able to locate the exact location where > the TCP/IP calls are made, most of the calls( BIO routines) seem to be > wrapper around them. > Which is the function which makes explicit TCP/IP calls. Currently I am > unable to locate them. >
They are made via BIO_s_socket() in bss_sock.c. This calls readsocket and writesocket which are two macros defined in e_os.h 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 Development Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]
