]> granicus.if.org Git - apache/commit
enable ssl Translate, UserCheck, Access and Auth hooks
authorDoug MacEachern <dougm@apache.org>
Thu, 16 Aug 2001 03:58:16 +0000 (03:58 +0000)
committerDoug MacEachern <dougm@apache.org>
Thu, 16 Aug 2001 03:58:16 +0000 (03:58 +0000)
commitd79cea3d70bb9a94d902fb963e43e99ac6786075
tree737c34b35548a3fe8cbac26306c6836c12387d59
parent72c47f3d7803f1ac8c953d8ebd79006c05641425
enable ssl Translate, UserCheck, Access and Auth hooks

add support for renegotiation during the Access hook
this requires hooking into the read and write SSL BIOs in order to
flush data to the client and read from the filter chain

this also requires that the ssl filters become "aware" that
renegotitation is in progress so that the BIOs are left alone for
SSL_renegotiate/SSL_do_handshake in ssl_hook_Access to deal with

PR:
Obtained from:
Submitted by:
Reviewed by:

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90185 13f79535-47bb-0310-9956-ffa450edef68
modules/http/http_protocol.c
modules/ssl/mod_ssl.c
modules/ssl/ssl_engine_io.c
modules/ssl/ssl_engine_kernel.c