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

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). My

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 against the

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

2004-04-20 Thread Maciek Arciuch
W licie 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 a

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(dll).

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

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.

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

Thaks you very much

2004-04-20 Thread Saladine Hachem
I thank all the member of thismailing 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 suit

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

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

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