Check reusing SSL/TLS session ticket by regression test
authorinoguchi <inoguchi@openbsd.org>
Thu, 23 Aug 2018 14:54:28 +0000 (14:54 +0000)
committerinoguchi <inoguchi@openbsd.org>
Thu, 23 Aug 2018 14:54:28 +0000 (14:54 +0000)
commitb76a7e2f7697b3c783e9f6699dc6fce607264841
treef9c214fab06351da22351dfdb51547fda969944f
parent4a222fdfd23ce026d1d1a301b821dfc392dc6770
Check reusing SSL/TLS session ticket by regression test

- Added checking for session ticket reusing with using openssl(1) s_server and
  s_client command in appstest.sh
- Confirm certificate verification status.
- Save s_server message to log file.

ok tb@ and jsing@
regress/usr.bin/openssl/appstest.sh