Changeset 1754503 in mod_gnutls
- Timestamp:
- Sep 28, 2018, 2:55:27 PM (4 years ago)
- Branches:
- asyncio, debian/master, master, proxy-ticket
- Children:
- b4eef18
- Parents:
- eb4cab7
- Location:
- test
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
test/test-14_resume_session.bash
reb4cab7 r1754503 6 6 output="outputs/${t#test-}.output" 7 7 echo "Checking if the session was resumed successfully..." 8 grep "This is a resumed session" "${output}" \ 9 || grep "Resume Handshake was completed" "${output}" 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}" -
test/tests/14_resume_session/apache.conf
reb4cab7 r1754503 2 2 3 3 GnuTLSCache ${DEFAULT_CACHE} 4 GnuTLSSessionTickets on 4 5 5 6 <VirtualHost _default_:${TEST_PORT}>
Note: See TracChangeset
for help on using the changeset viewer.