Re: Benchmarks not Bickerings : (What is the difference...)

1999-05-15 Thread Harry Zink
I'm just saying that there is a definite need for some third-party point-by-point comparison. Considering that at this point not only have many mod_SSL users provided suggestions and support for this benchmark project, but Ralph was one of the first to jump in with suggestions and help, I'm

Re: ModSSL and IE5.0 and Keepalive

1999-05-15 Thread Ralf S. Engelschall
On Fri, May 14, 1999, Albert Steiner wrote: [...] If keepalive is disabled with BrowserMatch MSIE 5.0 The problem goes away. But I haven't seen that this is required, nor have I seen any other reference to this. Is this keepalive problem a known problem? Yes. Is this anyway to fix it

Seg Faults when pass phrase is wrong

1999-05-15 Thread Robert Read
Red Hat 5.2, apache 1.3.6, mod-ssl 2.2.8-1.3.6, and openssl 0.9.2b. When a bad pass phrase is entered using the default handler, apache seg faults. I've added enough ssl_logs to see that the seg fault happens in ssl_pphrase_Handle() during the call SSL_read_RSAPrivateKey() at some point after

[BugDB] make certificate loops (PR#173)

1999-05-15 Thread modssl-bugdb
Full_Name: Michael Sternberg Version: mod_ssl-2.2.8-1.3.6 OS: Digital Unix 4.0d Submission from: angin.uni-paderborn.de (131.234.208.136) I use openssl-0.9.2b and apache-1.3.6 on an alpha system. As distributed, the crypto/bn/asm/alpha.s of openssl did not work, so I renamed bn_div64 to

[BugDB] mod_ssl-2.2.8-1.3.6 openssl-SNAP-19990514-0930 (PR#172)

1999-05-15 Thread modssl-bugdb
Full_Name: winfried szukalski Version: OS: linux Submission from: dialin440.zdv.uni-mainz.de (134.93.175.140) ch habe versucht, openssl-SNAP-19990514-0930 zu kompilieren. Das ist gelungen. Nach der Installation habe ich versucht, apache_1.3.6 und mod_ssl-2.2.8-1.3.6 zu kompilieren. Das ist

Re: ModSSL and IE5.0 and Keepalive

1999-05-15 Thread Simon Garner
- Original Message - From: Ralf S. Engelschall [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, May 15, 1999 3:44 AM Subject: Re: ModSSL and IE5.0 and Keepalive On Fri, May 14, 1999, Albert Steiner wrote: [...] If keepalive is disabled with BrowserMatch MSIE 5.0 The

Query on security requirements for Canada

1999-05-15 Thread Jeffrey Burgoyne
According to the documentation, RSAref is a mandatory requirement for US citizens. I can find no reference to Canadian citizens, but past experience has led me to believe that most security requirements for the United States also applies to Canada. Does anyone know if this applies to the US only

Re: [BugDB] make certificate loops (PR#173)

1999-05-15 Thread modssl-bugdb
On Sat, May 15, 1999, [EMAIL PROTECTED] wrote: Full_Name: Michael Sternberg Version: mod_ssl-2.2.8-1.3.6 OS: Digital Unix 4.0d Submission from: angin.uni-paderborn.de (131.234.208.136) I use openssl-0.9.2b and apache-1.3.6 on an alpha system. As distributed, the crypto/bn/asm/alpha.s

Re: [BugDB] mod_ssl-2.2.8-1.3.6 openssl-SNAP-19990514-0930 (PR#172)

1999-05-15 Thread modssl-bugdb
On Sat, May 15, 1999, [EMAIL PROTECTED] wrote: Full_Name: winfried szukalski Version: OS: linux Submission from: dialin440.zdv.uni-mainz.de (134.93.175.140) ch habe versucht, openssl-SNAP-19990514-0930 zu kompilieren. Das ist gelungen. Nach der Installation habe ich versucht,

no encryption with an MD5 MAC

1999-05-15 Thread ChangHee Lee
In netscape, I set following options "security info - navigator - No encryption with an MD5 MAC" without no other algorithm ("RC4 encryption with a 128-bit key and an MD5 MAC" ...) then, connect in apache SSL server (modssl-2.1.7-1.3.6, apache-1.3.6, openssl-0.9.2b). In server

Re: R: access control with environment var

1999-05-15 Thread tim saker
My experience with the Apache Directory directive is that it requires a fully qualified file system path, not one that is relative to document root. Could this be your problem in disguise? --- Andrea e Luca Giacobazzi [EMAIL PROTECTED] wrote: -- From: Andrea e Luca

Re: Benchmarks not Bickerings : (What is the difference...)

1999-05-15 Thread Harry Zink
Since you are having the discussion on a mod_ssl support list, I find this unsurprising. Not entirely, since I posted mine in the thread that you and Ralph were 'going at it'. While amusing and entertaining, I did not find it contributed much to the general understanding of the differences

How to use DH and DSS

1999-05-15 Thread Lin Geng
I tried to use DH and DSS ciphers and was unsuccessful. I did modify the config file to put them in. Should I use a cert with DSS key specified in there inorder to use DH and DSS? Thanks