commit | 081912943f951a49420b1f7d89288bab47f67500 | [log] [tgz] |
---|---|---|
author | Matt Caswell <matt@openssl.org> | Thu Jan 19 11:23:06 2017 +0000 |
committer | Matt Caswell <matt@openssl.org> | Mon Jan 30 10:18:21 2017 +0000 |
tree | 5efbc819b81e5d4330472da9047b0cb59c3cc0b6 | |
parent | 128ae2769270f467982601b743964fb840aa2926 [diff] |
Use the correct session resumption mechanism Don't attempt to add a TLS1.3 session to a TLS1.2 ClientHello session ticket extensions. Similarly don't add a TLS1.2 session to a TLS1.3 psk extension. Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/2259)