CVSROOT: /cvs Module name: src Changes by: js...@cvs.openbsd.org 2019/01/21 06:45:58
Modified files: lib/libssl : Makefile tls13_handshake.c tls13_internal.h tls13_lib.c Added files: lib/libssl : tls13_client.c Log message: Provide the initial TLSv1.3 client implementation. Move tls13_connect() to a new tls13_client.c file and provide a legacy wrapper to it, which allocates a struct tls_ctx if necessary. Also move tls13_client_hello_send() to tls13_client.c and actual implement the building of a client hello. ok tb@