Rename tls13_buffer to tls_buffer.
authorjsing <jsing@openbsd.org>
Sat, 23 Oct 2021 13:12:14 +0000 (13:12 +0000)
committerjsing <jsing@openbsd.org>
Sat, 23 Oct 2021 13:12:14 +0000 (13:12 +0000)
commitf6184395af2f5b642126a6179ade04cb296eea00
tree71a97a379235c6d436ad28c9f2cf8a2aea31cc6a
parentdb31205a9fe3825962fcc94215bac8ee43eb6375
Rename tls13_buffer to tls_buffer.

This code will soon be used in the DTLSv1.2 and TLSv1.2 stack. Also
introduce tls_internal.h and move/rename the read/write/flush callbacks.

ok beck@ tb@
lib/libssl/Makefile
lib/libssl/tls13_buffer.c [deleted file]
lib/libssl/tls13_handshake_msg.c
lib/libssl/tls13_internal.h
lib/libssl/tls13_record.c
lib/libssl/tls13_record.h
lib/libssl/tls_buffer.c [new file with mode: 0644]
lib/libssl/tls_internal.h [new file with mode: 0644]