Rename tls13_key_share to tls_key_share.
authorjsing <jsing@openbsd.org>
Wed, 5 Jan 2022 17:10:02 +0000 (17:10 +0000)
committerjsing <jsing@openbsd.org>
Wed, 5 Jan 2022 17:10:02 +0000 (17:10 +0000)
commitb8e3503d5a72fa2dd94bf4dfb3676d7ef2762ce5
treee1fcb422e836237dc94cae823cef3c8dc8a04f26
parent4b907771f4dc0059d8159c436f07fb975c36cbe0
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@
lib/libssl/Makefile
lib/libssl/s3_lib.c
lib/libssl/ssl_locl.h
lib/libssl/ssl_tlsext.c
lib/libssl/tls13_client.c
lib/libssl/tls13_internal.h
lib/libssl/tls13_key_share.c [deleted file]
lib/libssl/tls13_server.c
lib/libssl/tls_internal.h
lib/libssl/tls_key_share.c [new file with mode: 0644]