]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
the client cert X509_NAME_oneline() is only used if SSLFakeBasicAuth
authorDoug MacEachern <dougm@apache.org>
Thu, 29 Nov 2001 07:07:36 +0000 (07:07 +0000)
committerDoug MacEachern <dougm@apache.org>
Thu, 29 Nov 2001 07:07:36 +0000 (07:07 +0000)
commitd06327e27b8bd0547f3b20827ab2ebff4cec8cec
tree391e12fdf860467c4ad83cf928b9443e1e8bccd4
parent398bb6bde92591aa8dc2d771d2e68f61a98c0e0a
the client cert X509_NAME_oneline() is only used if SSLFakeBasicAuth
is happening.  so avoid calling that unless needed and just stash a
pointer to the client cert for the boolean checks that the client
provided a cert.
PR:
Obtained from:
Submitted by:
Reviewed by:

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