"Ralf S. Engelschall" wrote:
[...]
> *) Ported a recent change in Apache-SSL 1.29 to mod_ssl:
> ``Send CA list to client when SSLCACertificatePath is used (this was
> only done for SSLCACertificateFile up to now)''. I've implemented it
> with a new ssl_init_FindCAList() function in ssl_engine_init.c where the
> main difference is that it _merges_ the list entries from both
> directives together while in Apache-SSL the SSLCACertificatePath would
> override the SSLCACertificateFile for this list generation. I use them
> in parallel for the list generation (by merging their entries) because
> they are used in parallel by SSLeay under the verification process, too.
> Additionally I've now removed SSLCACertifiateReqFile because it was
> oversize.
[...]
There is a (commented out, but present) entry for SSLCACertifiateReqFile
in httpd.conf-dist.
______________________________________________________________________
Apache Interface to SSLeay (mod_ssl) www.engelschall.com/sw/mod_ssl/
Official Support Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]