You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Colm MacCarthaigh <co...@stdlib.net> on 2005/09/29 15:56:02 UTC

2.3.0 CHANGES

>  *) Teach mod_ssl to use arbitrary OIDs in an SSLRequire directive,
>    allowing string-valued client certificate attributes to be used for
>    access control, as in: SSLRequire "value" in OID("1.3.6.1.4.1.18060.1")
><   [Martin Kraemer, David Reid]

Should that be PeerExtList rather than OID, in the example? 

-- 
Colm MacCárthaigh                        Public Key: colm+pgp@stdlib.net

Re: 2.3.0 CHANGES

Posted by Colm MacCarthaigh <co...@stdlib.net>.
On Thu, Sep 29, 2005 at 07:32:39PM +0100, David Reid wrote:
> Colm MacCarthaigh wrote:
> >> *) Teach mod_ssl to use arbitrary OIDs in an SSLRequire directive,
> >>   allowing string-valued client certificate attributes to be used for
> >>   access control, as in: SSLRequire "value" in OID("1.3.6.1.4.1.18060.1")
> >><   [Martin Kraemer, David Reid]
> > 
> > 
> > Should that be PeerExtList rather than OID, in the example? 
> 
> Probably. That code has been changed a few times :-)

Thanks, I'll work it out :) I'm building a list of everything in trunk
that isn't in 2.2.x anyway.

-- 
Colm MacCárthaigh                        Public Key: colm+pgp@stdlib.net

Re: 2.3.0 CHANGES

Posted by David Reid <da...@jetnet.co.uk>.
Colm MacCarthaigh wrote:
>> *) Teach mod_ssl to use arbitrary OIDs in an SSLRequire directive,
>>   allowing string-valued client certificate attributes to be used for
>>   access control, as in: SSLRequire "value" in OID("1.3.6.1.4.1.18060.1")
>><   [Martin Kraemer, David Reid]
> 
> 
> Should that be PeerExtList rather than OID, in the example? 

Probably. That code has been changed a few times :-)

david