Changeset 482bafc in mod_gnutls
- Timestamp:
- Jan 8, 2020, 5:22:32 PM (3 years ago)
- Branches:
- asyncio, main, master, proxy-ticket
- Children:
- 278381d
- Parents:
- 0f52d48
- Location:
- test
- Files:
-
- 1 deleted
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
test/Makefile.am
r0f52d48 r482bafc 259 259 260 260 EXTRA_DIST = $(apache_data) $(cert_templates) $(shared_identities:=/uid.in) \ 261 common.bashauthority/server/crl.template softhsm.bash $(test_doc)261 authority/server/crl.template softhsm.bash $(test_doc) 262 262 263 263 # Lockfile for the main Apache process -
test/test-31_vhost_SNI_serveralias_match.bash
r0f52d48 r482bafc 1 1 #!/bin/bash 2 set -e3 : ${srcdir:="."}4 . ${srcdir}/common.bash5 6 require_gnutls_cli 3.5.12 || (echo "Using --sni-hostname requires gnutls-cli version 3.5.12 or newer"; exit 77)7 2 . ${srcdir}/netns_py.bash ${srcdir}/runtest.py --test-number 31 -
test/test-32_vhost_SNI_serveralias_mismatch.bash
r0f52d48 r482bafc 1 1 #!/bin/bash 2 set -e3 : ${srcdir:="."}4 . ${srcdir}/common.bash5 6 require_gnutls_cli 3.5.12 || (echo "Using --sni-hostname requires gnutls-cli version 3.5.12 or newer"; exit 77)7 2 . ${srcdir}/netns_py.bash ${srcdir}/runtest.py --test-number 32 -
test/test-33_vhost_SNI_serveralias_missinghost.bash
r0f52d48 r482bafc 1 1 #!/bin/bash 2 set -e3 : ${srcdir:="."}4 . ${srcdir}/common.bash5 6 require_gnutls_cli 3.5.12 || (echo "Using --sni-hostname requires gnutls-cli version 3.5.12 or newer"; exit 77)7 8 2 . ${srcdir}/netns_py.bash ${srcdir}/runtest.py --test-number 33
Note: See TracChangeset
for help on using the changeset viewer.