Changeset 59afe51 in mod_gnutls
- Timestamp:
- Jul 3, 2019, 2:06:40 AM (19 months ago)
- Branches:
- asyncio, master, proxy-ticket
- Children:
- e8498bf
- Parents:
- c825c3a
- Location:
- test
- Files:
-
- 6 edited
- 2 moved
Legend:
- Unmodified
- Added
- Removed
-
test/Makefile.am
rc825c3a r59afe51 58 58 shared_identities = authority authority/client 59 59 pgp_identities = $(shared_identities) 60 x509_only_identities = authority/server rogueca imposterrogueclient60 x509_only_identities = authority/server authority/imposter rogueca rogueclient 61 61 if ENABLE_OCSP_TEST 62 62 x509_only_identities += ocsp-responder … … 98 98 99 99 cert_templates = authority/template.in authority/client/template.in \ 100 imposter/template.in ocsp-responder/template rogueca/template \101 roguec lient/template.in authority/server/template.in100 authority/imposter/template.in ocsp-responder/template \ 101 rogueca/template rogueclient/template.in authority/server/template.in 102 102 generated_templates = authority/template authority/client/template \ 103 imposter/template rogueclient/template authority/server/template 103 authority/imposter/template rogueclient/template \ 104 authority/server/template 104 105 105 106 # Delete X.509 private keys on full clean. Note that unless you need -
test/tests/06_verify_sni_a/apache.conf
rc825c3a r59afe51 14 14 ServerName imposter.example 15 15 GnuTLSEnable On 16 GnuTLSCertificateFile 17 GnuTLSKeyFile 16 GnuTLSCertificateFile authority/imposter/x509.pem 17 GnuTLSKeyFile authority/imposter/secret.key 18 18 GnuTLSPriorities NORMAL 19 19 </VirtualHost> -
test/tests/07_verify_sni_b/apache.conf
rc825c3a r59afe51 8 8 ServerName imposter.example 9 9 GnuTLSEnable On 10 GnuTLSCertificateFile 11 GnuTLSKeyFile 10 GnuTLSCertificateFile authority/imposter/x509.pem 11 GnuTLSKeyFile authority/imposter/secret.key 12 12 GnuTLSPriorities NORMAL 13 13 </VirtualHost> -
test/tests/08_verify_no_sni_fallback_to_first_vhost/apache.conf
rc825c3a r59afe51 14 14 ServerName imposter.example 15 15 GnuTLSEnable On 16 GnuTLSCertificateFile 17 GnuTLSKeyFile 16 GnuTLSCertificateFile authority/imposter/x509.pem 17 GnuTLSKeyFile authority/imposter/secret.key 18 18 GnuTLSPriorities NORMAL 19 19 </VirtualHost> -
test/tests/09_verify_no_sni_fails_with_wrong_order/apache.conf
rc825c3a r59afe51 8 8 ServerName imposter.example 9 9 GnuTLSEnable On 10 GnuTLSCertificateFile 11 GnuTLSKeyFile 10 GnuTLSCertificateFile authority/imposter/x509.pem 11 GnuTLSKeyFile authority/imposter/secret.key 12 12 GnuTLSPriorities NORMAL 13 13 </VirtualHost> -
test/tests/21_TLS_reverse_proxy_wrong_cert/backend.conf
rc825c3a r59afe51 6 6 ServerName ${BACKEND_HOST} 7 7 GnuTLSEnable On 8 GnuTLSCertificateFile 9 GnuTLSKeyFile 8 GnuTLSCertificateFile authority/imposter/x509.pem 9 GnuTLSKeyFile authority/imposter/secret.key 10 10 GnuTLSPriorities NORMAL 11 11 </VirtualHost>
Note: See TracChangeset
for help on using the changeset viewer.