Changeset 13870b7 in mod_gnutls


Ignore:
Timestamp:
May 8, 2018, 1:53:22 PM (5 years ago)
Author:
Fiona Klute <fiona.klute@…>
Branches:
asyncio, debian/master, main, master, proxy-ticket
Children:
d036f96
Parents:
2d454a2
Message:

test-14_resume_session.bash: Check if the session was resumed successfully

If resumption is not possible but a second full handshake works,
gnutls-cli --resume still returns 0. This is correct behavior as a TLS
client, but a successful resumption test requires resumption.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • test/test-14_resume_session.bash

    r2d454a2 r13870b7  
    11#!/bin/bash
     2set -e
    23${srcdir}/runtests t-14
     4
     5t="$(basename ${0} .bash)"
     6output="outputs/${t#test-}.output"
     7echo "Checking if the session was resumed successfully..."
     8grep "This is a resumed session" "${output}"
Note: See TracChangeset for help on using the changeset viewer.