From:                   "lucian" <[EMAIL PROTECTED]>
To:                     <[EMAIL PROTECTED]>
Subject:                Re: Openssl on Win32 (help!)
Date sent:              Mon, 29 Jan 2001 17:49:54 +0200
Send reply to:          [EMAIL PROTECTED]

Take a look at the .bat file you used when you compiled the 
OpenSSL .dll's.  You must use the same options in VC 6.0 when you 
compile within your project.  The most common problem is the type 
of executable you are creating in VC, multithreaded dll, etc.

Ken

----- Original Message -----
From: "Kenneth R. Robinette" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, January 27, 2001 1:32 AM
Subject: Re: Openssl on Win32 (help!)


> From:           stuart hodgkinson <[EMAIL PROTECTED]>
> Subject:        Re: Openssl on Win32 (help!)
> To:             [EMAIL PROTECTED]
> Date sent:      Fri, 26 Jan 2001 23:11:35 +0000 (GMT+00:00)
> Send reply to:  [EMAIL PROTECTED]
>
> Stuart
>
> I think you are trying a little to hard.  And, although the
> documentation is not the best, you do have to at least try to read it.
> As for examples, the entire apps directory can be used as
> examples.  You even have a complete server and complete client as
> well as openssl which uses a large majority of  the functions.
>
> Have you even tried running openssl with s_server and s_client?
>
> On the winsock issue, why should you care.  If you use the normal
> OpenSSL functions you have no need for socket calls.
>
> Perhaps I don't understand what you mean by examples.
>
> Ken
>

Finally i have compilled s_client.c into a visual c++ project named
SSLClient. It is attached here.
But... it seems doesn't work at all. Why? In the debug mode BIO_printf()
function cause a ntdll.dll memory exception: "Unhandled exception in
SSLCliet.exe (NTDLL.DLL): 0x0000005: Access Violation" . The bio_err extern
pointer seems to be incorrect. Can anyone help me? I am using a openssl dlls
compiled by me on a nt 4 workstation sp6.


__________________________________________________
Support
InterSoft International, Inc.
Voice: 888-823-1541, International 281-398-7060
Fax: 888-823-1542, International 281-560-9170
[EMAIL PROTECTED]
http://www.securenetterm.com
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to