asynciodebian/mastermainproxy-ticket
Last change
on this file since 1754503 was
1754503,
checked in by Fiona Klute <fiona.klute@…>, 5 years ago
|
Test suite: Enable session tickets for session resumption test
TLS 1.3 supports resumption with session tickets only, so they must be
enabled here. Commit 514d4d69915bdb38ddb0a75ac5306317a4ade89b added a
bug that broke the check for resumption, add a comment to avoid
repeating that mistake.
|
-
Property mode set to
100755
|
File size:
395 bytes
|
Line | |
---|
1 | #!/bin/bash |
---|
2 | set -e |
---|
3 | ${srcdir}/runtests t-14 |
---|
4 | |
---|
5 | t="$(basename ${0} .bash)" |
---|
6 | output="outputs/${t#test-}.output" |
---|
7 | echo "Checking if the session was resumed successfully..." |
---|
8 | # NOTE: The "Resume Handshake was completed" message appears after the |
---|
9 | # second handshake is complete, whether the session has been resumed |
---|
10 | # or not. The following message is required! |
---|
11 | grep "This is a resumed session" "${output}" |
---|
Note: See
TracBrowser
for help on using the repository browser.