Re: SSL Reverse Proxy

1999-06-07 Thread Ralf S. Engelschall
. It's already prepared, but I've still not written documentation for it nor tested in depth. But when you're interested I can send you the patch in the meantime. Ralf S. Engelschall [EMAIL PROTECTED

ANNOUNCE: mod_ssl 2.3.2

1999-06-08 Thread Ralf S. Engelschall
. Greetings, Ralf S. Engelschall [EMAIL PROTECTED] www.engelschall.com Changes with mod_ssl 2.3.2 (28-May-1999 to 08-Jun-1999) *) Removed obsolete mca.sh script and updated cca.sh

Re: db.h missing by compiling gid-tagcert.c

1999-06-08 Thread Ralf S. Engelschall
-tagcert.c? ** You need the old Berkeley-DB 1.85 library for compiling this program. ** Fetch it from ftp://ftp.netsw.org/netsw/Database/Hashfile/Libs/ Ralf S. Engelschall [EMAIL PROTECTED

ANNOUNCE: mod_ssl 2.3.3

1999-06-09 Thread Ralf S. Engelschall
, Ralf S. Engelschall [EMAIL PROTECTED] www.engelschall.com Changes with mod_ssl 2.3.3 (08-Jun-1999 to 09-Jun-1999) *) Various type fixes for Session Cache code. *) A few fixes to make the Win32 world

Re: new Apache directives

1999-06-09 Thread Ralf S. Engelschall
e excellent book from L.Stein and D.MacEachern "Writing Apache Modules in Perl and C". There all those gory details are explained very well. Ralf S. Engelschall

Re: browser hangs on ssl

1999-06-10 Thread Ralf S. Engelschall
he running process (with gdb you usually can say "gdb file pid") and look where it's hanging. I'm sure it doesn't do busy waiting in a loop. Perhaps it waits endless for a timeout in some read, etc.? But as I said, without a debugger you've no chance...

Re: Trouble with certificates

1999-06-10 Thread Ralf S. Engelschall
is of a more esoteric format, of course. It was already added somewhere in versions 2.2.x Ralf S. Engelschall [EMAIL PROTECTED] www.engelschall.com

Re: R: new Apache directives

1999-06-11 Thread Ralf S. Engelschall
llent book from L.Stein and D.MacEachern "Writing Apache Modules in Perl and C". There all those gory details are explained very well. Unfortunately the book isn't still isuued in Italy ! Err... www.amazon.com has the book and delivers world-wide, of course.

Re: RSE is busy until October

1999-06-12 Thread Ralf S. Engelschall
available, but it needs a few more months, of course. Ralf S. Engelschall [EMAIL PROTECTED] www.engelschall.com __ Apache

Re: Prob with mod-ssl with sparc solaris7

1999-06-12 Thread Ralf S. Engelschall
ly added to your Apache source tree. the AP_MM is in ap_mm.h and this _IS_ included. Check for ap_mm.h in src/include/, perhaps it's missing? Ralf S. Engelschall [EMAIL PROTECTED]

Re: Shared Memory Cache with Linux

1999-06-13 Thread Ralf S. Engelschall
possible, but only when you follow my instructions in the INSTALL document more carefully. Hmmm In short: You've to use --with-mm for mod_ssl's configure script or EAPI_MM for APACI. Ralf S. Engelschall [EMAIL

Re: ap_mm_create() failed when trying to start Apache with mm-1.0.6...

1999-06-14 Thread Ralf S. Engelschall
you please try to track down, why it fails? I.e. especially at which function call inside mm_create()... Ralf S. Engelschall [EMAIL PROTECTED] www.engel

Re: ap_mm_create() failed when trying to start Apache with mm-1.0.6...

1999-06-14 Thread Ralf S. Engelschall
ideeas of what the problem could be ??? I get the same error when I try to start HTTP as SSL, so I doesnt matter if I try to change SSLSessionCache ? Oh, I forgot to ask: What platform are you using? Ralf S. Engelschall

MM 1.0.8

1999-06-24 Thread Ralf S. Engelschall
Just FYI: those which had problems compiling MM (especially under AIX and friends or related to the Awk problems) can now find the released MM 1.0.8 on the net. Ralf S. Engelschall [EMAIL PROTECTED

Re: [BugDB] Compiling failure (PR#197) SOLVED!!

1999-06-28 Thread Ralf S. Engelschall
akefile generation should fail. Hmmm.. is it possible to show me the exact output of the APACI configure run when it fails? Because I want to fix it, but I'm still confused and don't know what exactly I should fix Ralf S. Engelschall

Re: Test Server Certificate

1999-06-29 Thread Ralf S. Engelschall
the purchased certificates mainly offer is that their CA certificates are pre-configured in most browsers. For test certificates this isn't the case. But technically they are not better than self-constructed test certificates. Ralf S. Engelschall

Re: Removing passphrase at boot

1999-07-01 Thread Ralf S. Engelschall
to remove the passphrase so that if we remotely reboot the machine it will not sit and wait for the phrase before finishing the boot process. How would I go about doing this? http://www.modssl.org/docs/2.3/ssl_faq.html#ToC20 Ralf S. Engelschall

Re: Turning off 128-bit encryption

1999-07-01 Thread Ralf S. Engelschall
is automatically done by the SSL handshake phase. Ralf S. Engelschall [EMAIL PROTECTED] www.engelschall.com __ Apache

Re: https not responding

1999-07-01 Thread Ralf S. Engelschall
hat port. I really don't have a clue what I did wrong. I did set the CN to the same hostname as i'm using when i test this. "SSLLogLevel trace" should be your friend to find out more... Ralf S. Engelschall

Re: Removing passphrase at boot

1999-07-02 Thread Ralf S. Engelschall
SSLCertificateKeyFile. Check these, please. Ralf S. Engelschall [EMAIL PROTECTED] www.engelschall.com __ Apache

Re: Yow!! Horribly confused...

1999-07-02 Thread Ralf S. Engelschall
SOURCE ARE is not the correct location, of course. But you can use whatever fits your platform. When you're still not sure what you should specify, then use --prefix=/usr/local/apache, please. Ralf S. Engelschall [EMAIL

Re: SSL as Module? (like mod_php3)

1999-07-05 Thread Ralf S. Engelschall
ll the SSL as a module? And why I can install it? Could I use the old server-binary? As said, you cannot use it because you need EAPI - the API extension for Apache which is required for mod_ssl. Ralf S. Engelschall [EMAIL

Re: inactive mod_ssl module may crash server-status

1999-07-06 Thread Ralf S. Engelschall
. Ralf S. Engelschall [EMAIL PROTECTED] www.engelschall.com __ Apache Interface to OpenSSL (mod_ssl

Re: mod_ssl php3

1999-07-07 Thread Ralf S. Engelschall
, isn't it? Ralf S. Engelschall [EMAIL PROTECTED] www.engelschall.com __ Apache Interface to OpenSSL (mod_ssl

Re: Permission.

1999-07-08 Thread Ralf S. Engelschall
for this platform. Please try to trace down to what SSL_DBM_FILE_SUFFIX_{DIR,PAG} is set any why. Thanks for your help. Ralf S. Engelschall [EMAIL PROTECTED] www.engelschall.com

Re: Does mod_ssl require flex to compile?

1999-07-09 Thread Ralf S. Engelschall
are bogus. Do a ``touch ssl_expr_scan.c ssl_expr_parse.c ssl_expr_parse.h'' and try again. Ralf S. Engelschall [EMAIL PROTECTED] www.engelschall.com

Re: Question on MM Shared Memory library

1999-07-12 Thread Ralf S. Engelschall
ion cache, of course. Ralf S. Engelschall [EMAIL PROTECTED] www.engelschall.com __ Apache Interface

Re: Question on MM Shared Memory library

1999-07-13 Thread Ralf S. Engelschall
shared memory implementation! But MM and mod_ssl check this, so don't worry to much about this. A cache of 512 KB is usually fine. Ralf S. Engelschall [EMAIL PROTECTED

Re: modssl, installation problem.

1999-07-13 Thread Ralf S. Engelschall
/libssl.so: undefined symbol: ap_global_ctx I get this message when a restart the apache server. Seems like your Apache core part isn't compiled with EAPI. A plain Apache doesn't work. Ralf S. Engelschall [EMAIL PROTECTED

Re: Question on MM Shared Memory library

1999-07-13 Thread Ralf S. Engelschall
. But when you have lots of HTTPS traffic you can increase this, of course. Ralf S. Engelschall [EMAIL PROTECTED] www.engelschall.com

Re: Conditional SSL based on IP

1999-07-14 Thread Ralf S. Engelschall
olution would be best (I think the "Satisfy" solution should be it), so please try to investigate yourself a little bit. When someone already known a good solution let it me know: I'll send add it to the HowTo chapter of mod_ssl's user manual. Ralf

Re: Conditional SSL based on IP

1999-07-14 Thread Ralf S. Engelschall
On Wed, Jul 14, 1999, Ralf S. Engelschall wrote: I'm new to mod_ssl, and I have a question regarding the use of SSLRequire. I am using Apache 1.3.6, mod_ssl 2.3.5, and PHP 3.0.8 on Redhat Linux 6.0. I have looked through the manual, FAQ, the Howto, and tried searching through

Re: No bn/bn_mulw.c -- is my OpenSSL installation corrupt?

1999-07-14 Thread Ralf S. Engelschall
which component. I've removed this from the INSTALL.Win32 for now. Let's see what happens... ;) Ralf S. Engelschall [EMAIL PROTECTED]

Re: Cannot load /usr/lib/apache/libssl.so

1999-07-14 Thread Ralf S. Engelschall
. Ralf S. Engelschall [EMAIL PROTECTED] www.engelschall.com __ Apache Interface to OpenSSL (mod_ssl) www.modssl.org User Support Mailing

Re: mod_ssl 2.3.3 probs...

1999-07-14 Thread Ralf S. Engelschall
/apache --activate-module=src/modules/php3/li bphp3.a --enable-module=ssl Seems like the EAPI patches were not successfully applied to your Apache source tree. Please start again from scratch with fresh source trees. Ralf S. Engelschall

Re: [PHP3] mod_ssl php3

1999-07-14 Thread Ralf S. Engelschall
. Thanks for the hint, Rasmus. Ralf S. Engelschall [EMAIL PROTECTED] www.engelschall.com __ Apache Interface to OpenSSL

Re: [PATCH] Fix for graceful restart problem (PR#183)

1999-07-14 Thread Ralf S. Engelschall
ctions? If not, I'll try to take it over for 2.4.0. Thanks for your contribution, David. Ralf S. Engelschall [EMAIL PROTECTED]

Re: Recomended configuration file

1999-07-14 Thread Ralf S. Engelschall
Just write a first cut of such a README.Cfg or whatever document and let others contribute their ideas and experiences. We can include this into the mod_ssl distribution. Ralf S. Engelschall [EMAIL

Re: compilation trouble [openssl-0.9.3a + rsaref-2.0 + mod_ssl-2.3.5 + apache-1.3.6]

1999-07-14 Thread Ralf S. Engelschall
think. Ralf S. Engelschall [EMAIL PROTECTED] www.engelschall.com __ Apache Interface to OpenSSL (mod_ssl

Re: Apache+modssl+php

1999-07-14 Thread Ralf S. Engelschall
. We cannot give you an answer unless you find out the location of the core dump, of course. Look inside the mod_ssl FAQ for details on how to get a backtrace in the debugger. Ralf S. Engelschall [EMAIL PROTECTED

Re: Apache just hanging with SSL

1999-07-14 Thread Ralf S. Engelschall
vice versa. Ralf S. Engelschall [EMAIL PROTECTED] www.engelschall.com __ Apache Interface to OpenSS

Re: Too Many Virtual Domains??

1999-07-14 Thread Ralf S. Engelschall
raceful restart". Ralf S. Engelschall [EMAIL PROTECTED] www.engelschall.com __ Apache Interface

Re: Netscape has encountered bad data from the server - ERROR

1999-07-14 Thread Ralf S. Engelschall
. Ralf S. Engelschall [EMAIL PROTECTED] www.engelschall.com __ Apache Interface to OpenSSL (mod_ssl) www.modssl.org User Support Mailing

Re: MM lib 1.08

1999-07-14 Thread Ralf S. Engelschall
it doesn't require an underlying file, so it never occured. On your platform it seems to use a temporary file, so you lost one fd per restart. Ralf S. Engelschall [EMAIL PROTECTED

Re: Question on MM Shared Memory library

1999-07-14 Thread Ralf S. Engelschall
in such case as well ! Of course MM is faster but magnitude... Hardly... Yeah, "magnitude" certainly was the wrong word, of course. Ralf S. Engelschall [EMAIL

Re: Question on MM Shared Memory library

1999-07-14 Thread Ralf S. Engelschall
and mod_cache... Ralf S. Engelschall [EMAIL PROTECTED] www.engelschall.com __ Apache Interface to OpenSSL (mod_ssl

Re: Please help while I still have some hair left :)

1999-07-14 Thread Ralf S. Engelschall
it seems this function doesn't find anything for you. It would be fine when you can trace down this function and find out why it doesn't why any CA certs for you. Ralf S. Engelschall [EMAIL PROTECTED

Re: No bn/bn_mulw.c -- is my OpenSSL installation corrupt?

1999-07-14 Thread Ralf S. Engelschall
of-the-box" Oh, good to know. Thanks for the note. Ralf S. Engelschall [EMAIL PROTECTED] www.engelschall.com ___

Re: Apache just hanging with SSL

1999-07-14 Thread Ralf S. Engelschall
ich _reverses_ the owner again, of course. And when the above is true, the server usually have to complain with "Cannot open SSLSessionCache DBM file `%s' for writing (store)" or "Cannot open SSLSessionCache DBM file `%s' for reading (fetch)" - which it doesn't for you. Very confusin

Re: Too Many Virtual Domains??

1999-07-14 Thread Ralf S. Engelschall
coming from the OS IMHO. What exactly is your "error 3", i.e. what is written down in the error log and on stderr? Ralf S. Engelschall [EMAIL PROTECTED] www.engel

Re: Cannot load /usr/lib/apache/libssl.so

1999-07-14 Thread Ralf S. Engelschall
Apache which includes the EAPI stuff. Do yourself a favor and start from scratch by following the INSTALL document in the mod_ssl distribution or use a precompiled Apache+EAPI RPM binary. Ralf S. Engelschall [EMAIL

ANNOUNCE: mod_ssl 2.3.6

1999-07-15 Thread Ralf S. Engelschall
not found time to review it) o David Harris's fix for graceful restart problem (because I've still not found time to review it) o The old "SSLListen" idea (because it still doesn't work I want it to work) Greetings, Ralf S. E

Re: using fileno(stdin) in SSL_set_fd

1999-07-16 Thread Ralf S. Engelschall
to use SSL_read/SSL_write instead of read/write when you perform any fprintf/fputs/etc calls. It's better to use OpenSSL BIO library for this. Ralf S. Engelschall [EMAIL PROTECTED

Re: Apache just hanging with SSL - SOLVED!!!

1999-07-16 Thread Ralf S. Engelschall
a good idea to overcome the /dev/random variants which block: we could read in non-blocking mode. H... that would be perhaps a reasonable thing. Any opinions? Ralf S. Engelschall [EMAIL PROTECTED

Re: Problem with perl taint-mode

1999-07-18 Thread Ralf S. Engelschall
. Ralf S. Engelschall [EMAIL PROTECTED] www.engelschall.com __ Apache Interface to OpenSSL (mod_ssl) www.modssl.org User Support

Re: Verisign Global Server IDs

1999-07-20 Thread Ralf S. Engelschall
when one references the CA cert via SSLCACertificatePath or SSLCACertificateFile instead of SSLCertificateChainFile). Ralf S. Engelschall [EMAIL PROTECTED

Re: Socket Errors

1999-07-20 Thread Ralf S. Engelschall
socket-related errors. Ralf S. Engelschall [EMAIL PROTECTED] www.engelschall.com __ Apache Interface to OpenSSL

Re: Error compiling ModSSL into Apache 1.3.6

1999-07-20 Thread Ralf S. Engelschall
: *** [build] Error 2 Can anyone suggest how/what I need to do to fix it? libRSAglue.a is not linked in, but it's needed AFAIK. Is this an OpenSSL bug? Ralf S. Engelschall [EMAIL PROTECTED

Re: mod_ssl 2.3.6 install

1999-07-21 Thread Ralf S. Engelschall
it works !? Could anyone help me??? Perhaps "perl" is not in PATH? Ralf S. Engelschall [EMAIL PROTECTED]

Re: Problems changing PEM to DER

1999-07-21 Thread Ralf S. Engelschall
by an explicit openssl x509 command or at least by using the -x509 option of openssl req. Ralf S. Engelschall [EMAIL PROTECTED] www.engelschall.com

Re: htaccess with SSL

1999-07-21 Thread Ralf S. Engelschall
f mod_auth. Ralf S. Engelschall [EMAIL PROTECTED] www.engelschall.com __ Apache Interface to OpenSS

Re: file-descriptor bug in mod_ssl 2.3.5 (shared memory) ?

1999-07-21 Thread Ralf S. Engelschall
and fds: *) Fixed memory leaks on restarts related to shared memory session cache: the MM object wasn't removed at all. So even when you have only a few vhosts, but do lots of restarts, the problem can occur with 2.3.6 versions. Ralf S. Engelschall

Re: mod_ssl-2.3.5-1.3.6

1999-07-21 Thread Ralf S. Engelschall
. BTW, try to start the server with option -X and look whether it really returns immediately. Ralf S. Engelschall [EMAIL PROTECTED] www.engel

Re: SSL variables running APACHE on Windows NT 4.0

1999-07-21 Thread Ralf S. Engelschall
ve to admit that I currently forgot what the reason was that have not done this already. I'll think about this again Ralf S. Engelschall [EMAIL PROTECTED]

Re: posting user name

1999-07-22 Thread Ralf S. Engelschall
inside the CGI/1.1 specification for details. Ralf S. Engelschall [EMAIL PROTECTED] www.engelschall.com __ Apache

Re: SSL variables running APACHE on Windows NT 4.0

1999-07-23 Thread Ralf S. Engelschall
n which is also used in the fixup handler. So you don't have to run the fixup handler manually. Ralf S. Engelschall [EMAIL PROTECTED]

Re: Probing Client-side certs in PHP

1999-07-23 Thread Ralf S. Engelschall
nt variables. See the mod_ssl documentation for details. Ralf S. Engelschall [EMAIL PROTECTED] www.engelschall.com _

Re: [BugDB] open/146: consumes HUGE amounts of CPU after having served a request

1999-07-25 Thread Ralf S. Engelschall
that some DBM libraries get crazy when one iterates over the contents and deleting elements in parallel. The new function now uses a two pass approach where this should no longer happen (hopefully ;) When 2.3.7 is released, please upgrade. Ralf S. Engelschall

Re: mod_ssl memory hog?

1999-07-25 Thread Ralf S. Engelschall
SSL based? Ralf S. Engelschall [EMAIL PROTECTED] www.engelschall.com __ Apache Interface to OpenSSL (mod_ssl

Re: [patch] fix for SSLLog file descriptor problem

1999-07-25 Thread Ralf S. Engelschall
s for your contribution, David. Ralf S. Engelschall [EMAIL PROTECTED] www.engelschall.com __ Apache Interface to OpenSS

ANNOUNCE: mod_ssl 2.3.9 ;)

1999-07-26 Thread Ralf S. Engelschall
interesting what comes next ;) Sorry for the inconviniences. Ralf S. Engelschall [EMAIL PROTECTED] www.engelschall.com Changes with mod_ssl 2.3.9 (25-Jul-1999 to 26-Jul-1999

RfC: input sucking to solve POST problems (take 3)

1999-07-26 Thread Ralf S. Engelschall
mod_ssl's buffer instead (again) from the SSL I/O layer. Please test the appended patch and give feedback. Ralf S. Engelschall [EMAIL PROTECTED] www.engelschall.com Index: include

Re: Problem with mutex file (mod_ssl 2.3.9) ?

1999-07-26 Thread Ralf S. Engelschall
+ mod_ssl 2.3.6 and previous versions run all fine on my machine (with same apache configuration). Perhaps the directory /services/httpsd/run/ doesn't exist? Ralf S. Engelschall [EMAIL PROTECTED

Re: RfC: input sucking to solve POST problems (take 3)

1999-07-26 Thread Ralf S. Engelschall
here? BTW, what does ISS do? Does it really renegotiate between the MIME headers and the following POST body? Ralf S. Engelschall [EMAIL PROTECTED] www.engelschall.com

Re: SSLSessionCache

1999-07-26 Thread Ralf S. Engelschall
* directives). Ralf S. Engelschall [EMAIL PROTECTED] www.engelschall.com __ Apache Interface to OpenSSL (mod_ssl

Re: CA Tools

1999-07-27 Thread Ralf S. Engelschall
the scripts in the mod_ssl pkg.contrib/ subdir or even better: www.openca.org Ralf S. Engelschall [EMAIL PROTECTED] www.engelschall.com

Re: Browser/Certificate question

1999-07-27 Thread Ralf S. Engelschall
. Ralf S. Engelschall [EMAIL PROTECTED] www.engelschall.com __ Apache Interface to OpenSSL (mod_ssl

Re: mod_ssl memory hog?

1999-07-27 Thread Ralf S. Engelschall
for the cached certs and keys ( 10KB). The remaining 30KB seem to be allocated by OpenSSL's SSL context, I think. Ralf S. Engelschall [EMAIL PROTECTED] www.engelschall.com

Re: Apache+mod_ssl+php

1999-07-27 Thread Ralf S. Engelschall
your forum is this mailing list ([EMAIL PROTECTED]) and the website http://www.modssl.org/. 3. To reduce your package confusion, start from scratch by reading mod_ssl's INSTALL document _carefully_ (assuming you choose mod_ssl). Ralf S. E

Re: creating client certificates

1999-07-27 Thread Ralf S. Engelschall
On Tue, Jul 27, 1999, Arend van der Veen wrote: [...] 2.removed nscerttype=ssICA 3.remove nscerttype=client [...] What are the reasons? Ralf S. Engelschall [EMAIL PROTECTED

Re: netscape cert - apache/mod_ssl cert

1999-07-27 Thread Ralf S. Engelschall
. Ralf S. Engelschall [EMAIL PROTECTED] www.engelschall.com __ Apache Interface to OpenSSL (mod_ssl

Re: mutex ipc semaphore

1999-07-28 Thread Ralf S. Engelschall
st elegant but also most non-portable Mutex variant where a SysV IPC Semaphore (under Unix) and a Windows Mutex (under Win32) is used when possible. It is only available when the underlying platform supports it. Ralf S. E

Re: mod_ssl: Child could not open SSLMutex lockfile

1999-07-28 Thread Ralf S. Engelschall
with 2.3.6 as others reported. Ralf S. Engelschall [EMAIL PROTECTED] www.engelschall.com __ Apache Interface to OpenSSL

ANNOUNCE: mod_ssl 2.3.10

1999-07-28 Thread Ralf S. Engelschall
r the POST problems which occured under per-URL SSL parameter re-configuration (read below for more details). Greetings, Ralf S. Engelschall [EMAIL PROTECTED] www.engelschall.com

Re: ANNOUNCE: mod_ssl 2.3.9 ;)

1999-07-28 Thread Ralf S. Engelschall
. Ralf S. Engelschall [EMAIL PROTECTED] www.engelschall.com __ Apache Interface to OpenSSL (mod_ssl) www.modssl.org User Support

Re: your mail

1999-07-28 Thread Ralf S. Engelschall
(for instance found via a debugger) we cannot do anything for you. Ralf S. Engelschall [EMAIL PROTECTED] www.engelschall.com

Re: mod_ssl: Child could not open SSLMutex lockfile

1999-07-29 Thread Ralf S. Engelschall
for the feedback. Not that I know it also works for you, I'm even more happy. Ralf S. Engelschall [EMAIL PROTECTED] www.engelschall.com

Re: File function in SSLRequire

1999-07-29 Thread Ralf S. Engelschall
it's a single string. So the above seems to be equal to SSLRequire ( %{SSL_CLIENT_S_DN_CN} in { "apv\n" } ) and this way fails. Sorry, but file() is very weak. Ralf S. Engelschall [EMAIL PROTECTED]

Re: mutex ipc semaphore

1999-07-29 Thread Ralf S. Engelschall
et. I'll investigate Ralf S. Engelschall [EMAIL PROTECTED] www.engelschall.com __ Apache Interface

Re: RfC: input sucking to solve POST problems (take 3)

1999-07-29 Thread Ralf S. Engelschall
tx != NULL) +r = (request_rec *)ap_ctx_get(actx, "ssl::request_rec"); rv = -1; if (r != NULL) { Ralf S. Engelschall [EMAIL PROTECTED]

Re: RfC: input sucking to solve POST problems (take 3)

1999-07-29 Thread Ralf S. Engelschall
for 2.3.11. Ralf S. Engelschall [EMAIL PROTECTED] www.engelschall.com __ Apache Interface to OpenSSL (mod_ssl

Re: [BugDB] SSLRandomSeed startup exec:bin/truerand 16 (PR#223)

1999-07-29 Thread Ralf S. Engelschall
ot;%c", randbyte()); } So your fix is already included for 2.3.11. Thanks for your feedback. I'll also try to work on your two other suggested patches (the renego-patches and the proxy-patches) for 2.4.0. Ralf S. E

Re: [BugDB] Majordomo results: Re: Majordomo results: Re: Majordomo res (PR#239)

1999-07-29 Thread Ralf S. Engelschall
On Thu, Jul 29, 1999, [EMAIL PROTECTED] wrote: [...] HELL! What's going on??? Ralf S. Engelschall [EMAIL PROTECTED] www.engelschall.com

Mail Loop...

1999-07-29 Thread Ralf S. Engelschall
Seems like today a mail loop occured between the Jitterbug system and the modssl-users mailing list (where the bug reports are forwarded to). I've temporarily disabled the forwarding until I know more about the reason. Sorry for the inconvinuences. Ralf S

Re: [BugDB] Bogus warning Failed to acquire global mutex on Win32 (PR#225)

1999-07-29 Thread Ralf S. Engelschall
. The function is mapped to BOOL ReleaseMutex(HANDLE hMutex); Ohh... one more Apache API corner which is inconsistent :-( Ok, good to know. Thanks for point this out. Ralf S. Engelschall [EMAIL PROTECTED

Re: Apache + SSL on NT

1999-07-29 Thread Ralf S. Engelschall
On Thu, Jul 29, 1999, George Milz wrote: Does anybody have the latest Apache build that has SSL and runs on NT 4.0 (service pack 5)? www.opensa.de ?! Ralf S. Engelschall [EMAIL PROTECTED

Re: How to user SSL CA Revocation

1999-07-29 Thread Ralf S. Engelschall
ca -gencrl' command. See pkg.contrib/cca.sh in the mod_ssl distribution for an example. Ralf S. Engelschall [EMAIL PROTECTED] www.engelschall.com

Re: [PHP3] mod_ssl php3

1999-07-29 Thread Ralf S. Engelschall
in the users homedir. Ralf S. Engelschall [EMAIL PROTECTED] www.engelschall.com __ Apache Interface to OpenSSL (mod_ssl

Re: [patch] minor loop itorator change

1999-07-31 Thread Ralf S. Engelschall
it cleans up the stuff. Now comitted for 2.3.11. Thanks, David. Ralf S. Engelschall [EMAIL PROTECTED] www.engelschall.com

Re: Please help.

1999-08-02 Thread Ralf S. Engelschall
On Mon, Aug 02, 1999, Prapan Chantavutsettee wrote: Could you please tell me where I can get the built-in SDRM library ??? In short: --enable-rule=SSL_SDBM In long: read the INSTALL document! Ralf S. Engelschall

<    1   2   3   4   5   6   7   8   9   10   >