Paul Haigh/BVT/IDX1 is out of the office.

2000-12-27 Thread Paul_Haigh
To: openssl-users I will be out of the office starting 12/27/2000 and will not return until 12/28/2000. I will respond to your message when I return. __ OpenSSL Project http://www.openssl.org

Re: Re:

2000-12-27 Thread Prashant Nair
The openssl pack contains the lib file ssleay.lib While building the server and client applications include the library ssleay.lib along with the other libraries . This is to be included in the linking option. i.e in Project ->settings -> Link option add the name ssleay.lib to the object /library

Re:

2000-12-27 Thread Andrew W. Gray
To build s_server and and s_client as standalone executables: For s_server.exe - Compile the following files located in the apps directory: app_rand.c apps.c s_cb.c s_socket.c s_server.c Link all these together with libeay32.lib and ssleay32.lib to produce s_server.exe. For s_client.exe - Use t

Paul Haigh/BVT/IDX1 is out of the office.

2000-12-27 Thread Paul_Haigh
To: openssl-users I will be out of the office starting 12/27/2000 and will not return until 12/28/2000. I will respond to your message when I return. __ OpenSSL Project http://www.openssl.org

Re: Re:

2000-12-27 Thread sun_abc
thanks very much,can you speak clearly?please tell me the steps? > > > Have you compiled the appl. using the the OpenSSL lib. ? The error > you are getting are the openssl functions. > > I mean while linking the application .. use the openssl library > > > >From: "dhw" <[EMAIL PROTECTED]> >

Re: Build fails on Solaris 5.6

2000-12-27 Thread Carson Gaspar
--On Friday, December 22, 2000 9:48 PM -0500 Mike <[EMAIL PROTECTED]> wrote: > I should have been less obtuse. I would guess your bash shell path > doesn't include the current directory while the sh one does. A simple > test would be to edit the crypto command to be ./crypto or make sure > your

Paul Haigh/BVT/IDX1 is out of the office.

2000-12-27 Thread Paul_Haigh
To: openssl-users I will be out of the office starting 12/27/2000 and will not return until 12/28/2000. I will respond to your message when I return. __ OpenSSL Project http://www.openssl.org

what does certificate chain means and functions?

2000-12-27 Thread chgu
Dear Sir,   I have read some material about openssl and certificate verify. A certificate chain is a file in which there are several sorted certificates include server certificate and CA certificate.   But i don't know what is the difference between trusted root CA list and certificate chain