Re: problem programming a simple utility using openssl

2004-12-27 Thread Vineet Bhargava
Never mind the post. I found an alternative. Thanks. On Mon, 27 Dec 2004 17:21:52 -0800, Vineet Bhargava <[EMAIL PROTECTED]> wrote: __ OpenSSL Project http://www.openssl.org User Support Mailing Lis

problem programming a simple utility using openssl

2004-12-27 Thread Vineet Bhargava
Hi all, I am trying to code a utility that emulates the pkcs12 command line option. I only want this utility to extract the private key from a pkcs12 file. To start off I copied the code from the pkcs12 utility code and added missing functions. My code seems to 'hang' on the line - if(!(p12 = d2i

Re: Permission Denied when trying ./install.com

2004-12-27 Thread Richard Levitte - VMS Whacker
In message <[EMAIL PROTECTED]> on Mon, 27 Dec 2004 16:53:35 +, [EMAIL PROTECTED] said: a.bridge> i am running as root and trying to start install.com so I a.bridge> can have a successful install. However, run I run a.bridge> ./install.com I received "Permission Denied". This is on a.bridge>

openssl server hello response confusion

2004-12-27 Thread Justin Miller
I'm trying to use openssl s_client to connect to/test an https proxy and this is the response I get: SSL_connect:SSLv2/v3 write client hello A read from 0x81b3d18 [0x81b92d0] (7 bytes => 7 (0x7)) - 48 54 54 50 2f 31 2e HTTP/1. SSL_connect:error in SSLv2/v3 read se

Permission Denied when trying ./install.com

2004-12-27 Thread a . bridge
i am running as root and trying to start install.com so I can have a successful install. However, run I run ./install.com I received "Permission Denied". This is on Suse Pro 9.1 Can I get by this? I am relitvliy new to Linux so please be kind. Also, is there an rpm package for openssl? Thank

Re: CRL Distribution Point

2004-12-27 Thread Steve Larson
Thanks Jason, good info.   So when the distributed CRL is installed within a browser, the browser is what goes out and retrieves the CRL, and not the web server. Is that correct? And that doesn't sound reliable either.   Regarding IIS, when I connect to an IIS machine, which happens to also be the

Re: LIBEAY32.dll

2004-12-27 Thread Massimiliano Pala
Layla wrote: Wendy and Dr. Hensson, Thank you for responding, could you please elaborate on what you mean by "my PATH" if there's any particular steps that I need to follow to accomplish this. I have followed the instructions in the WIN32 installation file just as I did for OpenSSL-0.9.7d a fe

Re: LIBEAY32.dll

2004-12-27 Thread Layla
Wendy and Dr. Hensson,   Thank you for responding, could you please elaborate on what you mean by "my PATH" if there's any particular steps that I need to follow to accomplish this. I have followed the instructions in the WIN32 installation file just as I did for OpenSSL-0.9.7d a few months ago an