Changeset 06f8005 in mod_gnutls
- Timestamp:
- Feb 2, 2016, 5:23:23 PM (7 years ago)
- Branches:
- asyncio, debian/master, debian/stretch-backports, jessie-backports, main, master, proxy-ticket, upstream
- Children:
- 7aeabcb
- Parents:
- db6bac4
- Location:
- test
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
test/Makefile.am
rdb6bac4 r06f8005 70 70 71 71 cert_templates = authority.template.in client.template.in \ 72 imposter.template.in rogueca.template server.template.in 72 imposter.template.in rogueca.template rogueclient.template.in \ 73 server.template.in 73 74 generated_templates = authority.template client.template \ 74 imposter.template server.template75 imposter.template rogueclient.template server.template 75 76 76 77 # Delete X.509 private keys on full clean. Note that unless you need -
test/tests/Makefile.am
rdb6bac4 r06f8005 24 24 22_TLS_reverse_proxy_crl_revoke/apache.conf 22_TLS_reverse_proxy_crl_revoke/backend.conf 22_TLS_reverse_proxy_crl_revoke/gnutls-cli.args 22_TLS_reverse_proxy_crl_revoke/input 22_TLS_reverse_proxy_crl_revoke/output \ 25 25 23_TLS_reverse_proxy_mismatched_priorities/apache.conf 23_TLS_reverse_proxy_mismatched_priorities/backend.conf 23_TLS_reverse_proxy_mismatched_priorities/gnutls-cli.args 23_TLS_reverse_proxy_mismatched_priorities/input 23_TLS_reverse_proxy_mismatched_priorities/output \ 26 24_pkcs11_cert/apache.conf 24_pkcs11_cert/gnutls-cli.args 24_pkcs11_cert/input 24_pkcs11_cert/output 26 24_pkcs11_cert/apache.conf 24_pkcs11_cert/gnutls-cli.args 24_pkcs11_cert/input 24_pkcs11_cert/output \ 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
Note: See TracChangeset
for help on using the changeset viewer.