Changeset d50dac5 in mod_gnutls
- Timestamp:
- Apr 11, 2018, 12:50:37 PM (5 years ago)
- Branches:
- asyncio, debian/master, debian/stretch-backports, main, master, proxy-ticket, upstream
- Children:
- 3c123cd
- Parents:
- 9cee2e9
- Location:
- test
- Files:
-
- 2 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
test/Makefile.am
r9cee2e9 rd50dac5 30 30 test-25_Disable_TLS_1.0.bash \ 31 31 test-26_redirect_HTTP_to_HTTPS.bash \ 32 test-27_OCSP_server.bash 32 test-27_OCSP_server.bash \ 33 test-28_HTTP2_support.bash 33 34 34 35 TEST_EXTENSIONS = .bash -
test/tests/Makefile.am
r9cee2e9 rd50dac5 27 27 25_Disable_TLS_1.0/apache.conf 25_Disable_TLS_1.0/fail.client 25_Disable_TLS_1.0/gnutls-cli.args 25_Disable_TLS_1.0/input \ 28 28 26_redirect_HTTP_to_HTTPS/apache.conf \ 29 27_OCSP_server/apache.conf 27_OCSP_server/gnutls-cli.args 27_OCSP_server/input 27_OCSP_server/ocsp.conf 27_OCSP_server/output 29 27_OCSP_server/apache.conf 27_OCSP_server/gnutls-cli.args 27_OCSP_server/input 27_OCSP_server/ocsp.conf 27_OCSP_server/output \ 30 28_HTTP2_support/apache.conf
Note: See TracChangeset
for help on using the changeset viewer.