Changeset 4fe52e6 in mod_gnutls for test/tests/14_resume_session/test.yml


Ignore:
Timestamp:
Jan 23, 2020, 8:02:50 AM (3 years ago)
Author:
Fiona Klute <fiona.klute@…>
Branches:
asyncio, main, master, proxy-ticket
Children:
4f2c988
Parents:
f94938c
Message:

Use gnutls-cli inline command to test TLS session resumption

This makes it possible to resume at any point during the connection,
not just at the start (before any request) like "--resume" does.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • test/tests/14_resume_session/test.yml

    rf94938c r4fe52e6  
    22gnutls_params:
    33  - x509cafile=authority/x509.pem
    4   - resume
     4  - inline-commands
    55actions:
    66  - !request
     
    1111        exactly: |
    1212          test
     13  - !resume {}
     14  - !request
     15    path: /test.txt
     16    expect:
     17      status: 200
     18      body:
     19        exactly: |
     20          test
Note: See TracChangeset for help on using the changeset viewer.