CVSROOT:        /cvs
Module name:    src
Changes by:     js...@cvs.openbsd.org   2020/04/18 08:07:56

Modified files:
        lib/libssl     : s3_lib.c ssl_kex.c ssl_locl.h tls13_internal.h 
                         tls13_key_share.c 

Log message:
Expose the peer ephemeral public key used for TLSv1.3 key exchange.

SSL_get_server_tmp_key() provides the peer ephemeral public key used
for key exchange. In the case of TLSv1.3 this is essentially the peer
public key from the key share used for TLSv1.3 key exchange, hence make it
availaable via SSL_get_server_tmp_key().

ok inoguchi@ tb@

Reply via email to