s_server: warn about NO PSK identity hint in TLSv1.3
authorEasySec <easy.sec@free.fr>
Thu, 12 Mar 2020 13:38:38 +0000 (14:38 +0100)
committerTomas Mraz <tmraz@fedoraproject.org>
Fri, 20 Mar 2020 17:07:18 +0000 (18:07 +0100)
commit9a1c170d6309bb814ba8d720503069337f628b32
tree6aa09fe68c96bed3881fcc8eed8a84e68ffe3299
parent22e27978b29b2cdc1db79659ed653d6cf31834ab
s_server: warn about NO PSK identity hint in TLSv1.3

There is NO PSK identity hint in TLSv1.3 so output a warning message
when inconsistent PSK / TLS options are mixed.

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org>
(Merged from https://github.com/openssl/openssl/pull/11322)
apps/s_server.c