• D
    Fix PSK identity hint handling. · df6da24b
    Dr. Stephen Henson 提交于
    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: NMatt Caswell <matt@openssl.org>
    df6da24b
ssl_lib.c 94.4 KB