diff options
author | Stefan Eissing <icing@apache.org> | 2018-03-23 13:24:29 +0100 |
---|---|---|
committer | Stefan Eissing <icing@apache.org> | 2018-03-23 13:24:29 +0100 |
commit | f8df6dc61a5da22f5632106ddcb0f37212fa3475 (patch) | |
tree | ac89f2d60b4bce41cf7d402bec93c73dd6112f33 /modules/ssl/ssl_policies.h | |
parent | Fix some easy doxygen comment. (diff) | |
download | apache2-f8df6dc61a5da22f5632106ddcb0f37212fa3475.tar.xz apache2-f8df6dc61a5da22f5632106ddcb0f37212fa3475.zip |
On the trunk:
mod_ssl: heavily simplified SSLPolicy. No more user defines, no propxy policies,
just the basic "modern", "intermediate" and "old" as specified by Mozilla security.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1827561 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'modules/ssl/ssl_policies.h')
-rw-r--r-- | modules/ssl/ssl_policies.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/modules/ssl/ssl_policies.h b/modules/ssl/ssl_policies.h index 5ce55b75ea..8b5e070b11 100644 --- a/modules/ssl/ssl_policies.h +++ b/modules/ssl/ssl_policies.h @@ -51,8 +51,6 @@ #define SSL_POLICY_HONOR_ORDER 1 #define SSL_POLICY_COMPRESSION 0 #define SSL_POLICY_SESSION_TICKETS 0 -#define SSL_POLICY_PROXY_VERIFY_MODE SSL_CVERIFY_REQUIRE -#define SSL_POLICY_PROXY_VERIFY_DEPTH -1 /** * Define a core set of policies that are always there: |