Client-Certificates containing spaces

2002-05-14 Thread Fischer Roman
Dear mod_ssl community, Haven't found anything in the archives, faq or the 'net in general... I have tried to use Apache+mod_ssl with SSLOptions +FakeBasicAuth. The feature works as advertised, as long as there are NO SPACES in the one-line-description of the user-cert. Is there a

Server private key

2002-05-14 Thread Rafael Amer
Hi. Does anyboy know if it is possible to access the RSA private key of an Apache server with mod_ssl from another module written in C or Perl (mod_perl)? Thanks. Regards, R. Amer __ Apache Interface to OpenSSL (mod_ssl)

RE: prng seeding in mod_ssl 2.8.6

2002-05-14 Thread Noel O'Kelly
Title: RE: prng seeding in mod_ssl 2.8.6 Thanks Joe Noel O'Kelly -Original Message- From: Joe Orton [mailto:[EMAIL PROTECTED]] Sent: 10 May 2002 22:29 To: Noel O'Kelly Cc: [EMAIL PROTECTED] Subject: Re: prng seeding in mod_ssl 2.8.6 On Fri, May 10, 2002 at 05:51:04PM

Re: Server private key

2002-05-14 Thread R. DuFresne
not if the ley is properly protected as it should be. On Tue, 14 May 2002, Rafael Amer wrote: Hi. Does anyboy know if it is possible to access the RSA private key of an Apache server with mod_ssl from another module written in C or Perl (mod_perl)? Thanks. Regards, R. Amer

Questions about accessing user defined OIDs in an SSLRequire directive

2002-05-14 Thread Darrell Shane
I defined two new OIDs: login=1.2.3.4.1 hostAddress=1.2.3.4.3 When a client certificate is requested, login is set to the user's login name and the hostAddress is set to the host's IP address. When the client attempts to access a restricted area of our site, his/her cert is

How to restrict access to LAN clients or clients with valid certs?

2002-05-14 Thread Darrell Shane
Our site has an area that I would like restrict access to either clients on our LAN or clients with a valid cert. The following SSLRequire directive expresses what I would like: SSLRequire ( ${REMOTE_ADDRESS} =~ m/^192\.168\.1\.[0-9]+$/ or