Re: cannot compile openssl-0.9.7d into php-4.3.6 with apache-1.3.27 on Redhat 7.3

2004-04-20 Thread Richard Levitte - VMS Whacker
Well, several things may be going on here. To begin with, you have only built the static libraries for OpenSSL. To get shared libraries as well, you need to configure like this: ./config shared And that will only produce shared libraries where we support it. However, that SHOULDN'T make a di

cannot compile openssl-0.9.7d into php-4.3.6 with apache-1.3.27 on Redhat 7.3

2004-04-20 Thread Mike Ryerse
Command for installing openssl-0.9.7d.tar.gz: ./config make make install Command for php-4.3.6: ./configure --with-openssl=/usr/local/ssl make make install Then when starting apache I get the following: Syntax error on line 264 of /etc/httpd/conf/httpd.conf: Cannot load /usr/lib/apache/libphp4.so

Re: Securing a CA

2004-04-20 Thread Rich Salz
> I need some info about the protocols or standars for securing a CA Root At the risk of being immodest, you might find this column useful: http://webservices.xml.com/pub/a/ws/2003/12/09/salz.html /r$ -- Rich Salz Chief Security Architect DataPower Technology ht

Securing a CA

2004-04-20 Thread Leonardo J. Uzcátegui M.
Hi! I need some info about the protocols or standars for securing a CA Root thanks Leonardo Uzcategui Grupo de Seguridad de Computo RedULA-CPT Merida-Venezuela smime.p7s Description: S/MIME cryptographic signature

Thaks you very much

2004-04-20 Thread Saladine Hachem
I thank all the member of this mailing list  for their helps. In particular I thank : Peter Sylvester Dr. Stephen Henson   Steven Reddie     You are very kind. Now my application run without any problem and I am very glad.   see you later Yahoo! Mail : votre e-mail personnel et gratuit qui vous

Crypt::SSLeay & client certificate authentication

2004-04-20 Thread Sean Evans
I have a Perl script using that is failing mysteriously to connect with an HTTPS site requiring client certificates for authentication. Here's the command that allows me to connect to the site in question: openssl s_client -connect hostname:443 -cert test.crt -key test.key -CAfile cacerts.cr

Re: Client hello extension

2004-04-20 Thread Dr. Stephen Henson
On Tue, Apr 20, 2004, Mohammad Ilyas wrote: > Hi, > > I want to add an extention as defined in RFC 3546 to Client Hello message. > Can someone help me in this regard. Any references? Links? Howto`s? > Not currently supported and I think it would require some changes to the OpenSSL core code. S

Client hello extension

2004-04-20 Thread Mohammad Ilyas
Hi, I want to add an extention as defined in RFC 3546 to Client Hello message. Can someone help me in this regard. Any references? Links? Howto`s? thankyou Ilyas __ OpenSSL Project http://www.ope

RE: Any body doesn't want to help me?!!!!!

2004-04-20 Thread Steven Reddie
Title: Message Can you narrow it down some more, such as the file and line number in OpenSSL at which the crash occurs.  If the crash occurs inside the C Runtime library such as inside the fopen function can you tell us which file and line number at which the call to this function was made. 

RE: Any body doesn't want to help me?!!!!!

2004-04-20 Thread Saladine Hachem
Thank you.   My program crashes when it try to execute the function PEM_read_RSAPrivateKey(file, NULL,NULL,NULL)). I am sure that "file" is valid.   My program can execute the function RSA_generate_key(512,RSA_F4,NULL,NULL) without any problem.   The Type fo my VC++ project is  MFC AppWizard(d

Re: A BIO chain and MD5 - what's wrong?

2004-04-20 Thread Maciek Arciuch
W liście z pon, 19-04-2004, godz. 17:37, Dr. Stephen Henson pisze: > Err no you misunderstood the message digest BIO behaviour. It behaves like a > null filter and passes all data unchanged in both directions. Oh, I got it... Have you ever thought to make it pass the digest to the next filter in

Re: Any body doesn't want to help me?!!!!!

2004-04-20 Thread Peter Sylvester
be careful VB requires _stdcall as a calling convention. and all of Openssl is compiled with _cdecl. > On Tue, Apr 20, 2004, Saladine Hachem wrote: > > > Hi, > > I have developped a DLL with visual C++ 6.0 using the latest version of openssl > > 0.9.7d. > > I am sure that my DLL links aga

Re: Any body doesn't want to help me?!!!!!

2004-04-20 Thread Dr. Stephen Henson
On Tue, Apr 20, 2004, Saladine Hachem wrote: > Hi, > I have developped a DLL with visual C++ 6.0 using the latest version of openssl > 0.9.7d. > I am sure that my DLL links against the same version of the Win32 C-Runtime against > which my openssl libraries were linked ("Multithreaded DLL"). >

RE: Any body doesn't want to help me?!!!!!

2004-04-20 Thread Steven Reddie
Title: Message Have you traced through with a debuuger?  Where does it crash? -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Saladine HachemSent: Tuesday, 20 April 2004 7:40 PMTo: [EMAIL PROTECTED]Subject: Any body doesn't want to hel