Changeset fbef621 in mod_gnutls
- Timestamp:
- Jul 15, 2019, 1:17:22 PM (3 years ago)
- Branches:
- asyncio, master, proxy-ticket
- Children:
- a55742a, c3aebe5
- Parents:
- 6dab61d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
test/.gitignore
r6dab61d rfbef621 1 *~ 1 2 cache 2 3 proxy_backend.conf 3 4 ocsp_server.conf 4 *~ 5 logs 6 outputs 7 server 8 client 9 authority 10 imposter 11 ocsp-responder 12 rogueca 13 rogueclient 14 client.uid 15 server.uid 16 server.template 17 client.template 18 authority.template 19 imposter.template 20 rogueclient.template 21 msva.gnupghome 5 authority/template 6 authority/client/uid 7 authority/tofu.db 8 9 # generated X.509 data 10 x509.pem 11 x509-chain.pem 12 secret.key 13 crl.pem 14 softhsm2.db/ 15 ocsp_index.txt 16 ocsp_index.txt.attr 17 18 # generated PGP data 19 pubring.kbx 20 *.gpg 21 *.pgp 22 private-keys-v1.d/ 23 msva.gnupghome/ 24 25 # lock files 26 *.lock 27 authority/lock 28 29 # test output 22 30 *.log 23 31 *.trs 24 *.lock 32 logs/ 33 outputs/ 34 35 # test programs 25 36 gen_ocsp_index 26 37 pgpcrc
Note: See TracChangeset
for help on using the changeset viewer.