]> 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:18 +0000 (14:06 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Fri, 30 Oct 2009 14:06:18 +0000 (14:06 +0000)
commit036b3f331bc530d8749916dd673bc07d687f0d00
tree63b22b7384fc9abaff6467d7abf65d70238fdf85
parent9ac5c355a24e47ab30421f88c034bec9b0188a56
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