]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
* mod_log_config/mod_ssl: moved the log_handlers registered by mod_ssl
authorStefan Eissing <icing@apache.org>
Tue, 18 May 2021 14:42:52 +0000 (14:42 +0000)
committerStefan Eissing <icing@apache.org>
Tue, 18 May 2021 14:42:52 +0000 (14:42 +0000)
commit0dbc5ca0769aa35f0b956294b2c85726d3ea6466
treea369234c7230f02f8491c217d9cc53e99ce58c83
parent75f963e8e2e0765d83b7f9d8fa6e6b2e3481b2b4
  * mod_log_config/mod_ssl: moved the log_handlers registered by mod_ssl
    into mod_log_config itself. These now use the global `ap_ssl_var_lookup()`
    functions and work for all running SSL modules.
    The dependency from mod_ssl to mod_log_config and its header is removed.
    mod_ssl now provides the content of "{errstr}c" as variable "SSL_CLIENT_VERIFY_ERRSTR".
    This change should be fully compatible to all deployed configurations.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1890003 13f79535-47bb-0310-9956-ffa450edef68
changes-entries/ssl_log_handler_move.txt [new file with mode: 0644]
modules/loggers/mod_log_config.c
modules/ssl/mod_ssl.c
modules/ssl/ssl_engine_vars.c
modules/ssl/ssl_private.h