Commit df6da24b authored by Dr. Stephen Henson's avatar Dr. Stephen Henson
Browse files

Fix PSK identity hint handling.



For server use a PSK identity hint value in the CERT structure which
is inherited when SSL_new is called and which allows applications to
set hints on a per-SSL basis. The previous version of
SSL_use_psk_identity_hint tried (wrongly) to use the SSL_SESSION structure.

PR#4039

Reviewed-by: default avatarMatt Caswell <matt@openssl.org>
parent aabd4923
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment