RE: [Fwd: Sol: Re: Apache.exe generates errors and is closed by W

2002-10-17 Thread Edwin Cleton
Fyi, win32 users, with each upgrade of mod_ssl, don't forget the openssl *eay32.dll files in your system32 directory. Ecl. __ Apache Interface to OpenSSL (mod_ssl) www.modssl.org User Support Mailing List

Memory leak in session caching?

2002-10-17 Thread Nadav Har'El
I've come across an apparent bug that I'm surprised no-one come across before: Mod_ssl's SSL-session cache handling, both the shmht and shmcb variants, leaks memory. Not directly (there's no alloc calls in shmcb), but memory is definitely leaked. Is this a known bug? Here are the details on how

Configuring my own CA

2002-10-17 Thread Brian Lavender
I am trying to configure my web server so when user brian attempts to connect to https://myhost/brian/ it authenticates him via his certificate and it allows him to view the directory. I successfully compiled apache + modssl with a test certificate signed by Snake Oil. So, here goes on the

Re: Memory leak in session caching?

2002-10-17 Thread Geoff Thorpe
Hi there, On Thursday 17 Oct 2002 8:41 pm, Nadav Har'El wrote: I've come across an apparent bug that I'm surprised no-one come across before: Mod_ssl's SSL-session cache handling, both the shmht and shmcb variants, leaks memory. Not directly (there's no alloc calls in shmcb), but memory is

ocsp

2002-10-17 Thread Leung Ming Tak
Hi, Is there anyone working on ocsp extension for modssl? Rgds. Martin __ Apache Interface to OpenSSL (mod_ssl) www.modssl.org User Support Mailing List [EMAIL PROTECTED] Automated List

RE: Configuring my own CA

2002-10-17 Thread Jose Correia (J)
Hi Brian Netscape needs a pckcs12 format. I emailed the openssl list on the 16/10/2002 with subject Re: CSR/CA Issued Certificate where among other things I show how to create CA,server and client certificates (not keys) and how to convert them to PKSC12 format and import them into the browser.