Generate stateless session ID just after the ticket is received instead
authorDr. Stephen Henson <steve@openssl.org>
Fri, 30 Oct 2009 14:07:59 +0000 (14:07 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Fri, 30 Oct 2009 14:07:59 +0000 (14:07 +0000)
commit816493081683eebf5328cb0bc7181519df575aeb
treea45ff82e5502b0d486a0deeb0d0cce52b3135fc9
parent2a8834cf898e991be09923577740e78e73ddcbe5
Generate stateless session ID just after the ticket is received instead
of when a session is loaded. This will mean that applications that
just hold onto SSL_SESSION structures and never call d2i_SSL_SESSION()
will still work.
ssl/s3_clnt.c
ssl/ssl_asn1.c