]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
removed experimental mod_tls. source, documenation and test cases
authorStefan Eissing <icing@apache.org>
Tue, 17 Sep 2024 11:06:04 +0000 (11:06 +0000)
committerStefan Eissing <icing@apache.org>
Tue, 17 Sep 2024 11:06:04 +0000 (11:06 +0000)
commit988f4496320604225900061e696c7201db8e9d03
tree0db4386b90b8ac956a97153b27febc23659f5525
parentc83f4e53c4684d10bcbeeb83b13221155d0719ec
removed experimental mod_tls. source, documenation and test cases

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1920744 13f79535-47bb-0310-9956-ffa450edef68
57 files changed:
.github/workflows/linux.yml
changes-entries/tls_removed.txt [new file with mode: 0644]
docs/manual/mod/allmodules.xml
docs/manual/mod/mod_tls.xml [deleted file]
modules/tls/Makefile.in [deleted file]
modules/tls/config2.m4 [deleted file]
modules/tls/mod_tls.c [deleted file]
modules/tls/mod_tls.h [deleted file]
modules/tls/tls_cache.c [deleted file]
modules/tls/tls_cache.h [deleted file]
modules/tls/tls_cert.c [deleted file]
modules/tls/tls_cert.h [deleted file]
modules/tls/tls_conf.c [deleted file]
modules/tls/tls_conf.h [deleted file]
modules/tls/tls_core.c [deleted file]
modules/tls/tls_core.h [deleted file]
modules/tls/tls_filter.c [deleted file]
modules/tls/tls_filter.h [deleted file]
modules/tls/tls_ocsp.c [deleted file]
modules/tls/tls_ocsp.h [deleted file]
modules/tls/tls_proto.c [deleted file]
modules/tls/tls_proto.h [deleted file]
modules/tls/tls_util.c [deleted file]
modules/tls/tls_util.h [deleted file]
modules/tls/tls_var.c [deleted file]
modules/tls/tls_var.h [deleted file]
modules/tls/tls_version.h [deleted file]
test/modules/tls/__init__.py [deleted file]
test/modules/tls/conf.py [deleted file]
test/modules/tls/conftest.py [deleted file]
test/modules/tls/env.py [deleted file]
test/modules/tls/htdocs/a.mod-tls.test/index.json [deleted file]
test/modules/tls/htdocs/a.mod-tls.test/vars.py [deleted file]
test/modules/tls/htdocs/b.mod-tls.test/dir1/vars.py [deleted file]
test/modules/tls/htdocs/b.mod-tls.test/index.json [deleted file]
test/modules/tls/htdocs/b.mod-tls.test/resp-jitter.py [deleted file]
test/modules/tls/htdocs/b.mod-tls.test/vars.py [deleted file]
test/modules/tls/htdocs/index.html [deleted file]
test/modules/tls/htdocs/index.json [deleted file]
test/modules/tls/test_01_apache.py [deleted file]
test/modules/tls/test_02_conf.py [deleted file]
test/modules/tls/test_03_sni.py [deleted file]
test/modules/tls/test_04_get.py [deleted file]
test/modules/tls/test_05_proto.py [deleted file]
test/modules/tls/test_06_ciphers.py [deleted file]
test/modules/tls/test_07_alpn.py [deleted file]
test/modules/tls/test_08_vars.py [deleted file]
test/modules/tls/test_09_timeout.py [deleted file]
test/modules/tls/test_10_session_id.py [deleted file]
test/modules/tls/test_11_md.py [deleted file]
test/modules/tls/test_12_cauth.py [deleted file]
test/modules/tls/test_13_proxy.py [deleted file]
test/modules/tls/test_14_proxy_ssl.py [deleted file]
test/modules/tls/test_15_proxy_tls.py [deleted file]
test/modules/tls/test_16_proxy_mixed.py [deleted file]
test/modules/tls/test_17_proxy_machine_cert.py [deleted file]
test/travis_run_linux.sh