CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]   2022/01/05 10:10:03

Modified files:
        lib/libssl     : Makefile s3_lib.c ssl_locl.h ssl_tlsext.c 
                         tls13_client.c tls13_internal.h tls13_server.c 
                         tls_internal.h 
Added files:
        lib/libssl     : tls_key_share.c 
Removed files:
        lib/libssl     : tls13_key_share.c 

Log message:
Rename tls13_key_share to tls_key_share.

In preparation to use the key share code in both the TLSv1.3 and legacy
stacks, rename tls13_key_share to tls_key_share, moving it into the shared
handshake struct. Further changes will then allow the legacy stack to make
use of the same code for ephemeral key exchange.

ok inoguchi@ tb@

Reply via email to