diff options
author | Stefan Eissing <icing@apache.org> | 2017-09-14 15:01:29 +0200 |
---|---|---|
committer | Stefan Eissing <icing@apache.org> | 2017-09-14 15:01:29 +0200 |
commit | c6535beda35741ad1bbc3ad894aa7edad8ef483a (patch) | |
tree | 77625d57bd39af47cec2a2b2245ade933efa396d /modules/ssl/mod_ssl.dsp | |
parent | Documentation rebuild (diff) | |
download | apache2-c6535beda35741ad1bbc3ad894aa7edad8ef483a.tar.xz apache2-c6535beda35741ad1bbc3ad894aa7edad8ef483a.zip |
On the trunk:
mod_ssl: adding ssl_policies.h[.in] for policy cipher/protocol definitions. Use
update_policies.py to update manually from Mozilla JSON definitions at
https://statics.tls.security.mozilla.org/server-side-tls-conf.json
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1808335 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'modules/ssl/mod_ssl.dsp')
-rw-r--r-- | modules/ssl/mod_ssl.dsp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/modules/ssl/mod_ssl.dsp b/modules/ssl/mod_ssl.dsp index 72af2936ce..f7c9c2e070 100644 --- a/modules/ssl/mod_ssl.dsp +++ b/modules/ssl/mod_ssl.dsp @@ -180,6 +180,10 @@ SOURCE=.\ssl_private.h # End Source File # Begin Source File +SOURCE=.\ssl_policies.h +# End Source File +# Begin Source File + SOURCE=.\ssl_util_ssl.h # End Source File # Begin Source File |