On Tue, 21 Aug 2001, MATHIHALLI,MADHUSUDAN (HP-Cupertino,ex1) wrote:
> Hi,
> I've enabled Client Auth in mod_ssl. The change is pretty simple -
> the only thing that was to be done was to verify if the return value of a
> SSL handshake had given an error. (Most part of the code was borrowed from
> the existing logic in ssl_engine_kernel.c).
client auth is enabled/working in ssl_hook_Access, do you know why it
needs to be implemented here as well? i realize the 1.x code does this
too, is it to avoid re-negotiation? i guess that would make sense
performance wise. i'll take a closer look at your patch soon.
|