Changeset db6bac4 in mod_gnutls
- Timestamp:
- Feb 2, 2016, 5:11:14 PM (4 years ago)
- Branches:
- debian/master, debian/stretch-backports, jessie-backports, master, upstream
- Children:
- 06f8005
- Parents:
- 5d9f34e
- Location:
- test
- Files:
-
- 1 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
test/test-24_pkcs11_cert.bash
r5d9f34e rdb6bac4 14 14 trap cleanup_tmpconf EXIT 15 15 16 sed "s,__DIR__,$(realpath $(pwd))," \ 17 "${testdir}/softhsm.conf.in" \ 18 >"${tmp_softhsm_conf}" 16 cat - >"${tmp_softhsm_conf}" <<EOF 17 0:$(realpath $(pwd))/server/softhsm.db 18 EOF 19 19 export SOFTHSM_CONF="${tmp_softhsm_conf}" 20 20 echo "Generated temporary SoftHSM config ${tmp_softhsm_conf}:" -
test/tests/Makefile.am
r5d9f34e rdb6bac4 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 24_pkcs11_cert/softhsm.conf.in26 24_pkcs11_cert/apache.conf 24_pkcs11_cert/gnutls-cli.args 24_pkcs11_cert/input 24_pkcs11_cert/output
Note: See TracChangeset
for help on using the changeset viewer.