Commit dd642dee authored by Matt Caswell's avatar Matt Caswell
Browse files

Fix session resumption

Commit f0348c84

 introduced a problem with session resumption. The
version for the session is fixed when the session is created. By moving
the creation of the session earlier in the process the version is fixed
*before* version negotiation has completed when processing the ServerHello
on the client side. This fix updates the session version after version neg
has completed.

Reviewed-by: default avatarEmilia Käsper <emilia@openssl.org>
(cherry picked from commit dc0c8888)
parent 927f7a87
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment