Fix PSK client handling.
authorDr. Stephen Henson <steve@openssl.org>
Mon, 22 Jun 2015 13:03:08 +0000 (14:03 +0100)
committerDr. Stephen Henson <steve@openssl.org>
Tue, 23 Jun 2015 21:34:47 +0000 (22:34 +0100)
commita16ca4e8aeef1178ce013569058afcec1f6ac77c
tree5d38791089375dadb733b2b3b68363215d1adeee
parent547dba74f3c07a5d3bdac3e6436207061d781118
Fix PSK client handling.

The PSK identity hint should be stored in the SSL_SESSION structure
and not in the parent context (which will overwrite values used
by other SSL structures with the same SSL_CTX).

Reviewed-by: Matt Caswell <matt@openssl.org>
ssl/s3_clnt.c