Changeset a4e3b2c in mod_gnutls
- Timestamp:
- Jun 6, 2020, 3:51:14 PM (3 years ago)
- Branches:
- asyncio, master
- Children:
- af29d6a
- Parents:
- 4f39196
- Location:
- test
- Files:
-
- 4 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
test/Makefile.am
r4f39196 ra4e3b2c 55 55 test-34_TLS_reverse_proxy_h2.bash \ 56 56 test-35_client_reauth.bash \ 57 test-36_OCSP_server_nonce.bash 57 test-36_OCSP_server_nonce.bash \ 58 test-37_TLS_reverse_proxy_resume_session.bash 58 59 59 60 MOSTLYCLEANFILES = $(test_scripts) -
test/tests/Makefile.am
r4f39196 ra4e3b2c 36 36 34_TLS_reverse_proxy_h2/apache.conf 34_TLS_reverse_proxy_h2/hooks.py 34_TLS_reverse_proxy_h2/backend.conf 34_TLS_reverse_proxy_h2/test.yml \ 37 37 35_client_reauth/apache.conf 35_client_reauth/test.yml \ 38 36_OCSP_server_nonce/apache.conf 36_OCSP_server_nonce/hooks.py 36_OCSP_server_nonce/ocsp.conf 36_OCSP_server_nonce/test.yml 38 36_OCSP_server_nonce/apache.conf 36_OCSP_server_nonce/hooks.py 36_OCSP_server_nonce/ocsp.conf 36_OCSP_server_nonce/test.yml \ 39 37_TLS_reverse_proxy_resume_session/apache.conf 37_TLS_reverse_proxy_resume_session/backend.conf 37_TLS_reverse_proxy_resume_session/hooks.py 37_TLS_reverse_proxy_resume_session/test.yml
Note: See TracChangeset
for help on using the changeset viewer.