Fix session resumption
authorMatt Caswell <matt@openssl.org>
Wed, 5 Aug 2015 12:33:52 +0000 (13:33 +0100)
committerMatt Caswell <matt@openssl.org>
Tue, 1 Sep 2015 23:29:00 +0000 (00:29 +0100)
commitdc0c888811cebfa2d21c844be0d81335fb2361da
tree3ba38b6228ce94a4a4415de0589474d5f6c39a8b
parent9a931208d7fc8a3596dda005cdbd6439938f01b0
Fix session resumption

Commit f0348c842e7 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: Emilia Käsper <emilia@openssl.org>
ssl/s23_clnt.c