commit | e7a28df70bcf8677df6c5270eff8bbe8858b8fe9 | [log] [tgz] |
---|---|---|
author | Matt Caswell <matt@openssl.org> | Fri Jan 13 13:34:49 2017 +0000 |
committer | Matt Caswell <matt@openssl.org> | Mon Jan 30 10:17:52 2017 +0000 |
tree | 1304c4303edeb83afba1fa0952e5c5063c17c23d | |
parent | de1df7e9f2d03d2eb368093b0268de333f6f1b18 [diff] |
Add a TODO around handling of SSL_get_session() and SSL_get1_session() These functions are problematic in TLSv1.3 because the server sends the NewSessionTicket message after the handshake has finished. Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/2259)