Hello every body,

I am trying to use openssl code to implement ssl layer on already
implemented tcp layer (I have a tcpsocket class which allows to
communicate over tcp). After initial investigation of openssl code I
think
I will need all the BIO/fips/ssl stuff (?) , I will simply need to map
the "socket" methods/macros (which are there in "e_os.h") to my
sockets methods. Will I need all the stuff in "Crypto" folder (there
are many sub folders as well)? What else will not be needed (I have
the latest source code from openssl.org)?

After this implementation my tcpsocket should behave like sslsocket.

Thanks in advance.

~mqb
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       openssl-dev@openssl.org
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to