Send a NewSessionTicket after using an external PSK
authorMatt Caswell <matt@openssl.org>
Fri, 24 Aug 2018 15:16:28 +0000 (16:16 +0100)
committerMatt Caswell <matt@openssl.org>
Tue, 4 Sep 2018 10:22:26 +0000 (11:22 +0100)
commit51256b34d82d008cca7be0d1903c357bfa99f753
tree2a3701e876eb363d6c149e08f191b04447cae678
parentf097e8759820f6f9b78adb99eb4bfced2945d623
Send a NewSessionTicket after using an external PSK

Treat a connection using an external PSK like we would a resumption and
send a single NewSessionTicket afterwards.

Fixes #6941

Reviewed-by: Viktor Dukhovni <viktor@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/7097)
ssl/statem/extensions_srvr.c