mirror of
https://github.com/apache/httpd.git
synced 2025-08-08 15:02:10 +03:00
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
This commit is contained in:
@@ -455,6 +455,7 @@ typedef enum {
|
||||
typedef struct {
|
||||
SSL *ssl;
|
||||
const char *client_dn;
|
||||
X509 *client_cert;
|
||||
ssl_shutdown_type_e shutdown_type;
|
||||
const char *verify_info;
|
||||
const char *verify_error;
|
||||
|
Reference in New Issue
Block a user