- Timestamp:
- Jan 21, 2020, 3:24:32 PM (2 years ago)
- Branches:
- asyncio, master, proxy-ticket
- Children:
- fcad37b
- Parents:
- 4a22ee6
- Location:
- test
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
test/Makefile.am
r4a22ee6 r9db4dcd 249 249 # Apache configuration and data files 250 250 apache_data = base_apache.conf cgi_module.conf data/dump.cgi data/ocsp.cgi \ 251 data/test.txt mime.types proxy_mods.conf 251 data/test.txt data/secret/mirror.cgi data/secret/test.txt \ 252 mime.types proxy_mods.conf 252 253 253 254 # Documentation for the test system -
test/tests/35_client_reauth/test.yml
r4a22ee6 r9db4dcd 17 17 test 18 18 - !request 19 method: GET 20 path: /secret/test.txt 19 method: POST 20 path: /secret/mirror.cgi 21 body: | 22 GNUTLS_E_GOT_APPLICATION_DATA can (randomly, depending on 23 timing) happen with a request containing a body. According to 24 https://tools.ietf.org/html/rfc8446#appendix-E.1.2 25 post-handshake authentication proves that the authenticated 26 party is the one that did the handshake, so caching the data 27 is appropriate. 21 28 expect: 22 29 status: 200 23 30 body: 24 31 exactly: | 25 top secret 32 GNUTLS_E_GOT_APPLICATION_DATA can (randomly, depending on 33 timing) happen with a request containing a body. According to 34 https://tools.ietf.org/html/rfc8446#appendix-E.1.2 35 post-handshake authentication proves that the authenticated 36 party is the one that did the handshake, so caching the data 37 is appropriate. 26 38 - !request 27 39 method: GET
Note: See TracChangeset
for help on using the changeset viewer.