> -----Original Message-----
> From: Komarnitski Igori [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, August 23, 2000 6:22 AM
> To: [EMAIL PROTECTED]
> Subject: Using SSL it posible to write...
> 
> 
> Hi.
> I have a question.
> Using OpenSSL it posible to write a client/server app who will work by
> my protocol. If Yes i'll be glad to know how it may write.Becouse the
> code of  "s_server" && "s_client"  is too hard to understend for me to
> rewrite him.

Look at the client/server (cli.cpp/serv.cpp) code in <openssldir>\demos\ssl\
for simpler examples.

> And a 2 q:
> My platform is Win32 and to compile OpenSSL i had use the "gcc"
> compiler.
> 
> How i can to compile My OWN code who based on SSLeay library.
> What I need to do. How to include that library in my project. 
> There are
> 2 *.dll's
> libeay32.dll and libssl32.dll   and  also in out directory 4 library
> with .a extention.

I've only used gcc on a Unix platform, but I'm sure that the documentation
supplied with it is sufficient for determining how to specify libraries to
link with.  Check the docs then find a gcc list for help...
http://gcc.gnu.org/onlinedocs/gcc_2.html
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to