RE: SSL handshake interrupted by system [Hint: Stop button pressed in browser?!]

2002-11-06 Thread Frederic DONNAT
Hi, I think you just have to change the LogLevel value in your conf/httpd.conf. It seems to be set to error change this to alert or something else (there is some description in conf file). Fred -Original Message- From: Rhys Hopkins [mailto:rhys.hopkins;culver-tec.com] Sent: Thu

SSL_engine_init for crypto accelerator, etc ... (OpenSSL ENGINE)

2002-10-22 Thread Frederic DONNAT
Title: SSL_engine_init for crypto accelerator, etc ... (OpenSSL ENGINE) Hi all, A few month ago i submit a patch for mod-ssl for apache 1.3.x to enable use of OpenSSL ENGINE random functionnality. I also see a patch in the cvs mailing list for this a few weeks ago. ;) (some subtil

RE: No such module 'ssl'

2002-09-04 Thread Frederic DONNAT
Hi, I've never try this way to configure ssl with apache ! Usually i use something like this : ./configure --prefix=/path/to/pache_install \ --with-apache=/path/to/apache_src \ --with-ssl=/path/to/openssl_src ... and it works fine. I think you should try --with-ssl

RE: RAND function using OpenSSL 0.9.7 (A Solution)

2002-07-22 Thread Frederic DONNAT
Hi, I've tested it with Apache-2.0.39 using openssl-0.9.7-beta2, on linux Mdk-8.0. kernel 2.4.3-20mdk gcc version 2.96 And initializing engine before library enable rand redirection. That works fine for me. file: modules/ssl/ssl_engine_init.c Regards, Fred -Original Message- From:

[PATCH]

2002-07-17 Thread Frederic DONNAT
Title: [PATCH] Hi all, I Geoff suggest it i post a diff file for OpenSSL ENGINE RAND_METHOD setting. (diff -urN ...) this is for mod_ssl-2.8.10-1.3.26 tarballs. Geoff comment: ssl_init_SSLLibrary() must be seeding the PRNG, and thus initialising the set-on-first-use pointer in openssl to a

RAND function using OpenSSL 0.9.7

2002-07-15 Thread Frederic DONNAT
Title: RAND function using OpenSSL 0.9.7 Hi all, I try using OpenSSL0.9.7 with a crypto accelerator and it works fine for asymetric and symetric stuff, but it fails when trying to use ENGINE random (rand engine is not used, everything is done with classic software random). Has someone

RAND function using OpenSSL 0.9.7 (A Solution)

2002-07-15 Thread Frederic DONNAT
Title: RAND function using OpenSSL 0.9.7 (A Solution) Hi All, I change a function call and it works fine now. I do not know if this is the real way to solve my problem but this provide a solution. In file pkg.modssl/ssl_engine_int.c: move ssl_init_Engine(s, p); function call before

Some help

2002-05-02 Thread Frederic DONNAT
Title: Some help Hi All, I quite new to mod-ssl and apache 2.0.x, so i have a few question. With Apache 1.3.x, i was use to call openssl engine througth mod-ssl, with some compilation condition (--enable-rule=SSL_ExPERIMENTAL), and http.conf modification (SSLCryptoDevice ...). My problem