Changeset 3f00958 in mod_gnutls
- Timestamp:
- May 8, 2015, 8:53:36 PM (8 years ago)
- Branches:
- asyncio, debian/master, debian/stretch-backports, jessie-backports, main, master, proxy-ticket, upstream
- Children:
- d92899e
- Parents:
- 1708045
- git-author:
- Thomas Klute <thomas2.klute@…> (05/08/15 19:12:37)
- git-committer:
- Thomas Klute <thomas2.klute@…> (05/08/15 20:53:36)
- Location:
- test
- Files:
-
- 8 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
test/.gitignore
r1708045 r3f00958 18 18 *.trs 19 19 *.lock 20 tests/24_pkcs11_cert/softhsm.conf -
test/Makefile.am
r1708045 r3f00958 24 24 test-21_TLS_reverse_proxy_wrong_cert.bash \ 25 25 test-22_TLS_reverse_proxy_crl_revoke.bash \ 26 test-23_TLS_reverse_proxy_mismatched_priorities.bash 26 test-23_TLS_reverse_proxy_mismatched_priorities.bash \ 27 test-24_pkcs11_cert.bash 27 28 28 29 TESTS = $(check_SCRIPTS) … … 49 50 clean-local: 50 51 $(MAKE) -f TestMakefile $(AM_MAKEFLAGS) clean 52 53 check_DATA += server/softhsm.db 54 MOSTLYCLEANFILES += tests/24_pkcs11_cert/softhsm.conf 55 56 # The dependency on setup.done is necessary to avoid race conditions 57 # between multiple calls to TestMakefile for key and certificate 58 # generation. 59 server/softhsm.db: setup.done 60 $(MAKE) -f TestMakefile $(AM_MAKEFLAGS) server/softhsm.db -
test/TestMakefile
r1708045 r3f00958 74 74 certtool --generate-certificate --load-ca-certificate authority/x509.pem --load-ca-privkey authority/secret.key --load-request $(dir $@)cert-request --template $< > $@ 75 75 76 %/softhsm.db: %/x509.pem %/secret.key 77 SOFTHSM_CONF="$(*)-softhsm.conf" ./softhsm.bash init $(dir $@)secret.key $(dir $@)x509.pem 78 76 79 msva.gnupghome/trustdb.gpg: authority/minimal.pgp client/cert.pgp 77 80 mkdir -p -m 0700 $(dir $@)
Note: See TracChangeset
for help on using the changeset viewer.