Re: default compression for openssl (zlib)?

2007-08-14 Thread Thang Tran
Hi, what have I to do if I want to avoid the old SSLv2. Can someone give me am example how I have to configure an apache server for using SSLv3 only? best regards, Thang On Mon, Aug 13, 2007, Seed, Steven wrote: Is compression enabled now with openssl? It appears zlib compression is enabled

Re: default compression for openssl (zlib)?

2007-08-14 Thread Jan Klever
Hi, Thang Tran wrote: what have I to do if I want to avoid the old SSLv2. Can someone give me am example how I have to configure an apache server for using SSLv3 only? exclude it from SSLCipherSuite in your httpd.conf, something like: SSLCipherSuite

Re: default compression for openssl (zlib)?

2007-08-14 Thread Thang Tran
Hi Jan, thanks for your fast answer. I will try it later. Hope it works. best regards, Thang Hi, Thang Tran wrote: what have I to do if I want to avoid the old SSLv2. Can someone give me am example how I have to configure an apache server for using SSLv3 only? exclude it from

Re: openssl with accelerator

2007-08-14 Thread Piotr Skwarna
Hi 2007/8/13, Marek Marcola [EMAIL PROTECTED]: Hello, I have add this piece of code in apps/openssl.c recompile and problem is the same Did you add in main() code to activate this callbacks ? Something like that: { int i; /* static locks area */ mutex_buf =

Re: openssl with accelerator

2007-08-14 Thread Marek Marcola
Hello, bash-2.03# echo $LD_LIBRARY_PATH :/usr/local/firebird/lib:/usr/local/firebird/intl:/usr/local/lib:/opt/nfast/toolkits/hwcrhk/ bash-2.03# ./openssl speed rsa512 -engine chil can't use that engine 1:error:84067071:CHIL engine:HWCRHK_INIT:unit failure:e_chil.c:604:

Re: openssl with accelerator

2007-08-14 Thread Piotr Skwarna
2007/8/14, Marek Marcola [EMAIL PROTECTED]: Hello, bash-2.03# echo $LD_LIBRARY_PATH :/usr/local/firebird/lib:/usr/local/firebird/intl:/usr/local/lib:/opt/nfast/toolkits/hwcrhk/ bash-2.03# ./openssl speed rsa512 -engine chil can't use that engine 1:error:84067071:CHIL

Re: default compression for openssl (zlib)?

2007-08-14 Thread Dr. Stephen Henson
On Tue, Aug 14, 2007, Thang Tran wrote: what have I to do if I want to avoid the old SSLv2. Can someone give me am example how I have to configure an apache server for using SSLv3 only? Oops, should've made this clearer. It is only clients than need to avoid the old SSLv2 compatible

How to create an open-ssl executable file?

2007-08-14 Thread Ines Alvarez
Hi all, I searched in the site and I couldn´t find an executable of the files, they are all source code Is there any website where I can download this executable file, or a tutorial telling the instructions to compile the code? Thanks in advance

Re: How to create an open-ssl executable file?

2007-08-14 Thread jimmy bahuleyan
Ines Alvarez wrote: Hi all, I searched in the site and I couldn´t find an executable of the files, they are all source code Is there any website where I can download this executable file, or a tutorial telling the instructions to compile the code? download source code read the files

Re: How to create an open-ssl executable file?

2007-08-14 Thread Thomas J. Hruska
jimmy bahuleyan wrote: Ines Alvarez wrote: Hi all, I searched in the site and I couldn´t find an executable of the files, they are all source code Is there any website where I can download this executable file, or a tutorial telling the instructions to compile the code? download source code

Problem with Self-Signed certificate and wpa_supplicant

2007-08-14 Thread jinlu8591
Hi, I have a problem with self assigned certificate when using wpa_supplicant as (exactly) described in the attached old message in this forum. I wonder if anybody can shed some light into it. Here is what tried to solve it, but without any luck: * find OPENSSLDIR (openssl version -d) *