asynciodebian/masterproxy-ticket
Last change
on this file since 4e388b0 was
1754503,
checked in by Fiona Klute <fiona.klute@…>, 2 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
|
Rev | Line | |
---|
[6c5c2ec] | 1 | #!/bin/bash |
---|
[13870b7] | 2 | set -e |
---|
[6c5c2ec] | 3 | ${srcdir}/runtests t-14 |
---|
[13870b7] | 4 | |
---|
| 5 | t="$(basename ${0} .bash)" |
---|
| 6 | output="outputs/${t#test-}.output" |
---|
| 7 | echo "Checking if the session was resumed successfully..." |
---|
[1754503] | 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.