Changeset 33af2b7 in mod_gnutls for test/tests
- Timestamp:
- May 11, 2015, 6:28:20 PM (8 years ago)
- Branches:
- asyncio, debian/master, debian/stretch-backports, jessie-backports, main, master, proxy-ticket, upstream
- Children:
- 31caead
- Parents:
- e24eed68
- git-author:
- Thomas Klute <thomas2.klute@…> (05/11/15 18:12:28)
- git-committer:
- Thomas Klute <thomas2.klute@…> (05/11/15 18:28:20)
- Location:
- test/tests
- Files:
-
- 1 added
- 56 edited
Legend:
- Unmodified
- Added
- Removed
-
test/tests/00_basic/apache.conf
re24eed68 r33af2b7 1 Include ${ PWD}/../../base_apache.conf1 Include ${srcdir}/base_apache.conf 2 2 3 3 GnuTLSCache dbm cache/gnutls_cache -
test/tests/00_basic/gnutls-cli.args
re24eed68 r33af2b7 1 --x509cafile= ../../authority/x509.pem1 --x509cafile=authority/x509.pem 2 2 --priority=NORMAL -
test/tests/01_serverwide_priorities/apache.conf
re24eed68 r33af2b7 1 Include ${ PWD}/../../base_apache.conf1 Include ${srcdir}/base_apache.conf 2 2 3 3 GnuTLSCache dbm cache/gnutls_cache -
test/tests/01_serverwide_priorities/gnutls-cli.args
re24eed68 r33af2b7 1 --x509cafile= ../../authority/x509.pem1 --x509cafile=authority/x509.pem 2 2 --priority=NORMAL -
test/tests/02_cache_in_vhost/apache.conf
re24eed68 r33af2b7 1 Include ${ PWD}/../../base_apache.conf1 Include ${srcdir}/base_apache.conf 2 2 3 3 <VirtualHost ${TEST_IP}:${TEST_PORT}> -
test/tests/02_cache_in_vhost/gnutls-cli.args
re24eed68 r33af2b7 1 --x509cafile= ../../authority/x509.pem1 --x509cafile=authority/x509.pem 2 2 --priority=NORMAL -
test/tests/03_cachetimeout_in_vhost/apache.conf
re24eed68 r33af2b7 1 Include ${ PWD}/../../base_apache.conf1 Include ${srcdir}/base_apache.conf 2 2 3 3 <VirtualHost ${TEST_IP}:${TEST_PORT}> -
test/tests/03_cachetimeout_in_vhost/gnutls-cli.args
re24eed68 r33af2b7 1 --x509cafile= ../../authority/x509.pem1 --x509cafile=authority/x509.pem 2 2 --priority=NORMAL -
test/tests/04_basic_nosni/apache.conf
re24eed68 r33af2b7 1 Include ${ PWD}/../../base_apache.conf1 Include ${srcdir}/base_apache.conf 2 2 3 3 GnuTLSCache dbm cache/gnutls_cache -
test/tests/04_basic_nosni/gnutls-cli.args
re24eed68 r33af2b7 1 --x509cafile= ../../authority/x509.pem1 --x509cafile=authority/x509.pem 2 2 --priority=NORMAL 3 3 --disable-extensions -
test/tests/05_mismatched-priorities/apache.conf
re24eed68 r33af2b7 1 Include ${ PWD}/../../base_apache.conf1 Include ${srcdir}/base_apache.conf 2 2 3 3 GnuTLSCache dbm cache/gnutls_cache -
test/tests/05_mismatched-priorities/gnutls-cli.args
re24eed68 r33af2b7 1 --x509cafile= ../../authority/x509.pem1 --x509cafile=authority/x509.pem 2 2 --priority=NORMAL:-VERS-TLS-ALL:+VERS-SSL3.0 -
test/tests/06_verify_sni_a/apache.conf
re24eed68 r33af2b7 1 Include ${ PWD}/../../base_apache.conf1 Include ${srcdir}/base_apache.conf 2 2 3 3 GnuTLSCache dbm cache/gnutls_cache -
test/tests/06_verify_sni_a/gnutls-cli.args
re24eed68 r33af2b7 1 --x509cafile= ../../authority/x509.pem1 --x509cafile=authority/x509.pem 2 2 --priority=NORMAL -
test/tests/07_verify_sni_b/apache.conf
re24eed68 r33af2b7 1 Include ${ PWD}/../../base_apache.conf1 Include ${srcdir}/base_apache.conf 2 2 3 3 GnuTLSCache dbm cache/gnutls_cache -
test/tests/07_verify_sni_b/gnutls-cli.args
re24eed68 r33af2b7 1 --x509cafile= ../../authority/x509.pem1 --x509cafile=authority/x509.pem 2 2 --priority=NORMAL -
test/tests/08_verify_no_sni_fallback_to_first_vhost/apache.conf
re24eed68 r33af2b7 1 Include ${ PWD}/../../base_apache.conf1 Include ${srcdir}/base_apache.conf 2 2 3 3 GnuTLSCache dbm cache/gnutls_cache -
test/tests/08_verify_no_sni_fallback_to_first_vhost/gnutls-cli.args
re24eed68 r33af2b7 1 1 --disable-extensions 2 --x509cafile= ../../authority/x509.pem2 --x509cafile=authority/x509.pem 3 3 --priority=NORMAL -
test/tests/09_verify_no_sni_fails_with_wrong_order/apache.conf
re24eed68 r33af2b7 1 Include ${ PWD}/../../base_apache.conf1 Include ${srcdir}/base_apache.conf 2 2 3 3 GnuTLSCache dbm cache/gnutls_cache -
test/tests/09_verify_no_sni_fails_with_wrong_order/gnutls-cli.args
re24eed68 r33af2b7 1 1 --disable-extensions 2 --x509cafile= ../../authority/x509.pem2 --x509cafile=authority/x509.pem 3 3 --priority=NORMAL -
test/tests/10_basic_client_verification/apache.conf
re24eed68 r33af2b7 1 Include ${ PWD}/../../base_apache.conf1 Include ${srcdir}/base_apache.conf 2 2 3 3 GnuTLSCache dbm cache/gnutls_cache -
test/tests/10_basic_client_verification/gnutls-cli.args
re24eed68 r33af2b7 1 --x509certfile= ../../client/x509.pem2 --x509keyfile= ../../client/secret.key3 --x509cafile= ../../authority/x509.pem1 --x509certfile=client/x509.pem 2 --x509keyfile=client/secret.key 3 --x509cafile=authority/x509.pem 4 4 --priority=NORMAL -
test/tests/11_basic_client_verification_fail/apache.conf
re24eed68 r33af2b7 1 Include ${ PWD}/../../base_apache.conf1 Include ${srcdir}/base_apache.conf 2 2 3 3 GnuTLSCache dbm cache/gnutls_cache -
test/tests/11_basic_client_verification_fail/gnutls-cli.args
re24eed68 r33af2b7 1 --x509cafile= ../../authority/x509.pem1 --x509cafile=authority/x509.pem 2 2 --priority=NORMAL -
test/tests/12_cgi_variables/apache.conf
re24eed68 r33af2b7 1 Include ${ PWD}/../../base_apache.conf1 Include ${srcdir}/base_apache.conf 2 2 3 3 LoadModule cgi_module /usr/lib/apache2/modules/mod_cgi.so … … 7 7 GnuTLSCache dbm cache/gnutls_cache 8 8 9 <Directory ${ PWD}/../../data>9 <Directory ${srcdir}/data> 10 10 Options +ExecCGI 11 11 </Directory> -
test/tests/12_cgi_variables/gnutls-cli.args
re24eed68 r33af2b7 1 --x509certfile= ../../client/x509.pem2 --x509keyfile= ../../client/secret.key3 --x509cafile= ../../authority/x509.pem1 --x509certfile=client/x509.pem 2 --x509keyfile=client/secret.key 3 --x509cafile=authority/x509.pem 4 4 --priority=NORMAL:-KX-ALL:+DHE-RSA -
test/tests/13_cgi_variables_no_client_cert/apache.conf
re24eed68 r33af2b7 1 Include ${ PWD}/../../base_apache.conf1 Include ${srcdir}/base_apache.conf 2 2 3 3 LoadModule cgi_module /usr/lib/apache2/modules/mod_cgi.so … … 7 7 GnuTLSCache dbm cache/gnutls_cache 8 8 9 <Directory ${ PWD}/../../data>9 <Directory ${srcdir}/data> 10 10 Options +ExecCGI 11 11 </Directory> -
test/tests/13_cgi_variables_no_client_cert/gnutls-cli.args
re24eed68 r33af2b7 1 --x509cafile= ../../authority/x509.pem1 --x509cafile=authority/x509.pem 2 2 --priority=NORMAL -
test/tests/14_basic_openpgp/apache.conf
re24eed68 r33af2b7 1 Include ${ PWD}/../../base_apache.conf1 Include ${srcdir}/base_apache.conf 2 2 3 3 GnuTLSCache dbm cache/gnutls_cache -
test/tests/14_basic_openpgp/gnutls-cli.args
re24eed68 r33af2b7 1 --pgpkeyring= ../../authority/cert.pgp1 --pgpkeyring=authority/cert.pgp 2 2 --priority=NORMAL:-CTYPE-X509:+CTYPE-OPENPGP:+CTYPE-X509 -
test/tests/15_basic_msva/apache.conf
re24eed68 r33af2b7 1 Include ${ PWD}/../../base_apache.conf1 Include ${srcdir}/base_apache.conf 2 2 3 3 GnuTLSCache dbm cache/gnutls_cache -
test/tests/15_basic_msva/gnutls-cli.args
re24eed68 r33af2b7 1 --x509certfile= ../../client/x509.pem2 --x509keyfile= ../../client/secret.key3 --x509cafile= ../../authority/x509.pem1 --x509certfile=client/x509.pem 2 --x509keyfile=client/secret.key 3 --x509cafile=authority/x509.pem 4 4 --priority=NORMAL -
test/tests/16_view-status/apache.conf
re24eed68 r33af2b7 1 Include ${ PWD}/../../base_apache.conf1 Include ${srcdir}/base_apache.conf 2 2 3 3 LoadModule status_module /usr/lib/apache2/modules/mod_status.so -
test/tests/16_view-status/gnutls-cli.args
re24eed68 r33af2b7 1 --x509cafile= ../../authority/x509.pem1 --x509cafile=authority/x509.pem 2 2 --priority=NONE:+VERS-TLS1.0:+AES-128-CBC:+SHA1:+RSA:+COMP-NULL -
test/tests/17_cgi_vars_large_cert/apache.conf
re24eed68 r33af2b7 1 Include ${ PWD}/../../base_apache.conf1 Include ${srcdir}/base_apache.conf 2 2 3 3 LoadModule cgi_module /usr/lib/apache2/modules/mod_cgi.so … … 7 7 GnuTLSCache dbm cache/gnutls_cache 8 8 9 <Directory ${ PWD}/../../data>9 <Directory ${srcdir}/data> 10 10 Options +ExecCGI 11 11 </Directory> -
test/tests/17_cgi_vars_large_cert/gnutls-cli.args
re24eed68 r33af2b7 1 --x509certfile= ../../client/x509.pem2 --x509keyfile= ../../client/secret.key3 --x509cafile= ../../authority/x509.pem1 --x509certfile=client/x509.pem 2 --x509keyfile=client/secret.key 3 --x509cafile=authority/x509.pem 4 4 --priority=NORMAL:-KX-ALL:+DHE-RSA -
test/tests/18_client_verification_wrong_cert/apache.conf
re24eed68 r33af2b7 1 Include ${ PWD}/../../base_apache.conf1 Include ${srcdir}/base_apache.conf 2 2 3 3 GnuTLSCache dbm cache/gnutls_cache -
test/tests/18_client_verification_wrong_cert/gnutls-cli.args
re24eed68 r33af2b7 1 --x509certfile= ../../rogueca/x509.pem2 --x509keyfile= ../../rogueca/secret.key3 --x509cafile= ../../authority/x509.pem1 --x509certfile=rogueca/x509.pem 2 --x509keyfile=rogueca/secret.key 3 --x509cafile=authority/x509.pem 4 4 --priority=NORMAL -
test/tests/19_TLS_reverse_proxy/apache.conf
re24eed68 r33af2b7 1 Include ${ PWD}/../../base_apache.conf1 Include ${srcdir}/base_apache.conf 2 2 3 3 GnuTLSCache dbm cache/gnutls_cache -
test/tests/19_TLS_reverse_proxy/backend.conf
re24eed68 r33af2b7 1 Include ${ PWD}/../../base_apache.conf1 Include ${srcdir}/base_apache.conf 2 2 3 3 CustomLog logs/${TEST_NAME}.backend.access.log combined -
test/tests/19_TLS_reverse_proxy/gnutls-cli.args
re24eed68 r33af2b7 1 --x509cafile= ../../authority/x509.pem1 --x509cafile=authority/x509.pem 2 2 --priority=NORMAL -
test/tests/20_TLS_reverse_proxy_client_auth/apache.conf
re24eed68 r33af2b7 1 Include ${ PWD}/../../base_apache.conf1 Include ${srcdir}/base_apache.conf 2 2 3 3 GnuTLSCache dbm cache/gnutls_cache -
test/tests/20_TLS_reverse_proxy_client_auth/backend.conf
re24eed68 r33af2b7 1 Include ${ PWD}/../../base_apache.conf1 Include ${srcdir}/base_apache.conf 2 2 3 3 CustomLog logs/${TEST_NAME}.backend.access.log combined -
test/tests/20_TLS_reverse_proxy_client_auth/gnutls-cli.args
re24eed68 r33af2b7 1 --x509cafile= ../../authority/x509.pem1 --x509cafile=authority/x509.pem 2 2 --priority=NORMAL -
test/tests/21_TLS_reverse_proxy_wrong_cert/apache.conf
re24eed68 r33af2b7 1 Include ${ PWD}/../../base_apache.conf1 Include ${srcdir}/base_apache.conf 2 2 3 3 GnuTLSCache dbm cache/gnutls_cache -
test/tests/21_TLS_reverse_proxy_wrong_cert/backend.conf
re24eed68 r33af2b7 1 Include ${ PWD}/../../base_apache.conf1 Include ${srcdir}/base_apache.conf 2 2 3 3 CustomLog logs/${TEST_NAME}.backend.access.log combined -
test/tests/21_TLS_reverse_proxy_wrong_cert/gnutls-cli.args
re24eed68 r33af2b7 1 --x509cafile= ../../authority/x509.pem1 --x509cafile=authority/x509.pem 2 2 --priority=NORMAL -
test/tests/22_TLS_reverse_proxy_crl_revoke/apache.conf
re24eed68 r33af2b7 1 Include ${ PWD}/../../base_apache.conf1 Include ${srcdir}/base_apache.conf 2 2 3 3 GnuTLSCache dbm cache/gnutls_cache … … 15 15 SSLProxyEngine On 16 16 GnuTLSProxyCAFile authority/x509.pem 17 GnuTLSProxyCRLFile ${PWD}/crl.pem17 GnuTLSProxyCRLFile server/crl.pem 18 18 GnuTLSProxyPriorities NORMAL 19 19 ProxyPass /proxy/ https://${BACKEND_HOST}:${BACKEND_PORT}/ -
test/tests/22_TLS_reverse_proxy_crl_revoke/backend.conf
re24eed68 r33af2b7 1 Include ${ PWD}/../../base_apache.conf1 Include ${srcdir}/base_apache.conf 2 2 3 3 CustomLog logs/${TEST_NAME}.backend.access.log combined -
test/tests/22_TLS_reverse_proxy_crl_revoke/gnutls-cli.args
re24eed68 r33af2b7 1 --x509cafile= ../../authority/x509.pem1 --x509cafile=authority/x509.pem 2 2 --priority=NORMAL -
test/tests/23_TLS_reverse_proxy_mismatched_priorities/apache.conf
re24eed68 r33af2b7 1 Include ${ PWD}/../../base_apache.conf1 Include ${srcdir}/base_apache.conf 2 2 3 3 GnuTLSCache dbm cache/gnutls_cache -
test/tests/23_TLS_reverse_proxy_mismatched_priorities/backend.conf
re24eed68 r33af2b7 1 Include ${ PWD}/../../base_apache.conf1 Include ${srcdir}/base_apache.conf 2 2 3 3 CustomLog logs/${TEST_NAME}.backend.access.log combined -
test/tests/23_TLS_reverse_proxy_mismatched_priorities/gnutls-cli.args
re24eed68 r33af2b7 1 --x509cafile= ../../authority/x509.pem1 --x509cafile=authority/x509.pem 2 2 --priority=NORMAL -
test/tests/24_pkcs11_cert/apache.conf
re24eed68 r33af2b7 1 Include ${ PWD}/../../base_apache.conf1 Include ${srcdir}/base_apache.conf 2 2 3 3 GnuTLSCache dbm cache/gnutls_cache -
test/tests/24_pkcs11_cert/gnutls-cli.args
re24eed68 r33af2b7 1 --x509cafile= ../../authority/x509.pem1 --x509cafile=authority/x509.pem 2 2 --priority=NORMAL -
test/tests/24_pkcs11_cert/softhsm.conf.in
re24eed68 r33af2b7 1 0:__DIR__/ ../../server/softhsm.db1 0:__DIR__/server/softhsm.db
Note: See TracChangeset
for help on using the changeset viewer.