CVSROOT:        /cvs
Module name:    src
Changes by:     js...@cvs.openbsd.org   2019/01/18 19:53:54

Modified files:
        lib/libssl     : Makefile 
Added files:
        lib/libssl     : tls13_record.c tls13_record.h 

Log message:
Provide a TLS record handling implementation.

This is a self-contained struct and set of functions that knows how to
decode and read a TLS record from data supplied via a read callback, and
send itself via a write callback.

This will soon be used to build the TLSv1.3 record layer handling code.

ok beck@ tb@

Reply via email to