- Timestamp:
- Apr 11, 2018, 1:16:04 PM (3 years ago)
- Branches:
- asyncio, debian/master, debian/stretch-backports, master, proxy-ticket, upstream
- Children:
- e9e89b4
- Parents:
- d50dac5
- Location:
- test
- Files:
-
- 8 edited
Legend:
- Unmodified
- Added
- Removed
-
test/README
rd50dac5 r3c123cd 3 3 4 4 Authors: Daniel Kahn Gillmor <dkg@fifthhorseman.net> 5 Thomas Klute <thomas2.klute@uni-dortmund.de>5 Fiona Klute <fiona.klute@gmx.de> 6 6 7 7 There are a lot of ways that a TLS-capable web server can go wrong. I -
test/cert_helper.c
rd50dac5 r3c123cd 2 2 * Helper functions for certificate handling in the mod_gnutls test suite 3 3 * 4 * Copyright 2016 ThomasKlute4 * Copyright 2016 Fiona Klute 5 5 * 6 6 * Licensed under the Apache License, Version 2.0 (the "License"); you -
test/cert_helper.h
rd50dac5 r3c123cd 2 2 * Helper functions for certificate handling in the mod_gnutls test suite 3 3 * 4 * Copyright 2016 ThomasKlute4 * Copyright 2016 Fiona Klute 5 5 * 6 6 * Licensed under the Apache License, Version 2.0 (the "License"); you -
test/data/ocsp.cgi
rd50dac5 r3c123cd 2 2 # CGI wrapper to use "openssl ocsp" as a simple OCSP responder 3 3 # 4 # Copyright 2016 ThomasKlute4 # Copyright 2016 Fiona Klute 5 5 # 6 6 # Licensed under the Apache License, Version 2.0 (the "License"); you -
test/gen_ocsp_index.c
rd50dac5 r3c123cd 5 5 * moment, all certificates are marked as valid. 6 6 * 7 * Copyright 2016 ThomasKlute7 * Copyright 2016 Fiona Klute 8 8 * 9 9 * Licensed under the Apache License, Version 2.0 (the "License"); you -
test/gnutls_openpgp_support.c
rd50dac5 r3c123cd 2 2 * Check if GnuTLS was compiled with OpenPGP support 3 3 * 4 * Copyright 2017 ThomasKlute4 * Copyright 2017 Fiona Klute 5 5 * 6 6 * Licensed under the Apache License, Version 2.0 (the "License"); you -
test/runtests
rd50dac5 r3c123cd 3 3 # Authors: 4 4 # Daniel Kahn Gillmor <dkg@fifthhorseman.net> 5 # Thomas Klute <thomas2.klute@uni-dortmund.de>5 # Fiona Klute <fiona.klute@gmx.de> 6 6 7 7 set -e -
test/test_ca.mk
rd50dac5 r3c123cd 2 2 # Authors: 3 3 # Daniel Kahn Gillmor <dkg@fifthhorseman.net> 4 # Thomas Klute <thomas2.klute@uni-dortmund.de>4 # Fiona Klute <fiona.klute@gmx.de> 5 5 6 6 # General rules to set up a miniature CA & server & client environment
Note: See TracChangeset
for help on using the changeset viewer.