]> granicus.if.org Git - openssl/commit
Generate stateless session ID just after the ticket is received instead
authorDr. Stephen Henson <steve@openssl.org>
Fri, 30 Oct 2009 14:06:03 +0000 (14:06 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Fri, 30 Oct 2009 14:06:03 +0000 (14:06 +0000)
commit4b4ba6a8878dec6d8c0e0d052addcc9a62950453
tree738f0ac29cc56af6106b2139600074424293825b
parentbb4060c5b564012cc5bc8223dc76888d5ac587ae
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