Changeset c3aebe5 in mod_gnutls
- Timestamp:
- Jul 15, 2019, 3:26:20 PM (4 years ago)
- Branches:
- asyncio, master, proxy-ticket
- Children:
- f828974
- Parents:
- fbef621
- git-author:
- Fiona Klute <fiona.klute@…> (07/15/19 14:46:04)
- git-committer:
- Fiona Klute <fiona.klute@…> (07/15/19 15:26:20)
- Location:
- test
- Files:
-
- 2 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
test/Makefile.am
rfbef621 rc3aebe5 58 58 shared_identities = authority authority/client 59 59 pgp_identities = $(shared_identities) 60 x509_only_identities = authority/server authority/imposter rogueca \ 61 rogueca/rogueclient 60 x509_only_identities = authority/server authority/imposter \ 61 authority/subca authority/subca/server \ 62 rogueca rogueca/rogueclient 62 63 if ENABLE_OCSP_TEST 63 64 x509_only_identities += authority/ocsp-responder … … 101 102 authority/imposter/template.in authority/ocsp-responder/template \ 102 103 authority/server/template.in \ 104 authority/subca/template.in authority/subca/server/template.in \ 103 105 rogueca/template rogueca/rogueclient/template.in 104 106 generated_templates = authority/template authority/client/template \ -
test/test_ca.mk
rfbef621 rc3aebe5 69 69 $(cert_rule) 70 70 71 # certificates signed by the test sub CA 72 authority/subca/%/x509.pem: authority/subca/%/template authority/subca/%/secret.key authority/subca/x509.pem 73 $(cert_rule) 74 71 75 # certificates signed by rogue CA (for error cases) 72 76 rogueca/%/x509.pem: rogueca/%/template rogueca/%/secret.key rogueca/x509.pem
Note: See TracChangeset
for help on using the changeset viewer.