]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
mod_ssl: Set auth type to \"ClientCert\" after authentication
authorJoe Orton <jorton@apache.org>
Fri, 15 May 2026 06:57:49 +0000 (06:57 +0000)
committerJoe Orton <jorton@apache.org>
Fri, 15 May 2026 06:57:49 +0000 (06:57 +0000)
commitdd3b4e4622c284807aa09c597b482477c3ab6165
tree6c905ba1ca0682ab44782f3e61b6a1b52add914d
parentedc181f722c94c9e3a99da7639f4acdd3abdc01e
mod_ssl: Set auth type to \"ClientCert\" after authentication

When client certificate authentication has been performed r->ap_auth_type was
never populated and env AUTH_TYPE was empty.
We now set auth type to \"ClientCert\".

PR: 45058
Submitted by: Michael Osipov <michaelo@apache.org>
Github: closes #645

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1934210 13f79535-47bb-0310-9956-ffa450edef68
changes-entries/ssl-authtype.txt [new file with mode: 0644]
modules/ssl/ssl_engine_kernel.c