commit | be62b22b527e89061f88c0b9eaefb0410982f41e | [log] [tgz] |
---|---|---|
author | Matt Caswell <matt@openssl.org> | Fri Jan 13 14:25:15 2017 +0000 |
committer | Matt Caswell <matt@openssl.org> | Mon Jan 30 10:17:52 2017 +0000 |
tree | 62bdce920d7922a0d72f87cdbc487811a6fa8b78 | |
parent | f05bcf0f4581664f429154cdb689faef242cf843 [diff] |
Update the s_client -sess_out feature to work for TLSv1.3 Previously "-sess_out" wrote out the session as soon as the handshake finished. In TLSv1.3 this won't work because the NewSessionTicket message arrives post-handshake. Instead we use the session callback mechanism to do this. Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/2259)