CVSROOT: /cvs Module name: src Changes by: js...@cvs.openbsd.org 2020/04/27 14:15:18
Modified files: lib/libssl : tls13_client.c tls13_server.c Log message: Shuffle some functions around. Move functions so that they are in the order that the TLSv1.3 messages are processed. While here, also move tls13_client_end_of_early_data_send() from tls13_client.c to tls13_server.c. No functional change. ok beck@ tb@