^_^ meay-meay!

2004-03-08 Thread rse
Argh, i don't like the plaintext :) password -- 66607 <>

Test message

2004-03-08 Thread John . Airey
We've had DNS problems, so I'm just checking whether this will be approved to the list immediately. - John Airey, BSc (Jt Hons), CNA, RHCE Internet systems support officer, ITCSD, Royal National Institute of the Blind, Bakewell Road, Peterborough PE2 6XU, Tel.: +44 (0) 1733 375299 Fax: +44 (0) 17

[no subject]

2004-03-08 Thread Alexander Piavka
Hi, i've just upgraded from apache_1.3.29+openssl0.9.7b+mod_ssl-2.8.14-1.3.27 to apache_1.3.27+openssl0.9.7c+mod_ssl-2.8.16-1.3.29 and recreated cerificates generated in with new openssl0.9.7c i've installed, now i can't to apache on https port it always gives the following error: [Mon Mar 8 19

Patch providing v3 extensions in environment

2004-03-08 Thread Kevin C Miller
I've patched mod_ssl to export some V3 extension information from certificates into the environment. We are issuing client certificates with the Subject Alternative Name being used to specify DNS names / email addresses and need to authenticate using this information. The patch is available fro

Re: Patch providing v3 extensions in environment

2004-03-08 Thread Joe Orton
On Mon, Mar 08, 2004 at 03:59:29PM -0500, Kevin C Miller wrote: > I've patched mod_ssl to export some V3 extension information from > certificates into the environment. We are issuing client certificates with > the Subject Alternative Name being used to specify DNS names / email > addresses and

Re: Patch providing v3 extensions in environment

2004-03-08 Thread Kevin C Miller
Neat... I'd avoid doing separate strcEQs for V3EXT_ and the rest separately since strcasecmp is slow; and I'd also omit the V3EXT_ from the name completely, just call it SSL_*_SUBJECT_ALTNAME or something and do the one strcEQ in var_lookup_ssl_cert. I was assuming that at some point, it may be des