CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/01/21 02:10:58
Modified files:
lib/libssl : Makefile tls13_internal.h
Added files:
lib/libssl : tls13_lib.c
Log message:
Provide TLS 1.3 cipher AEAD/hash and legacy I/O handling functions.
Provide functionality for determining AEADs and hashes for TLS 1.3 ciphers.
Also provide wire read/write callbacks that interface with BIO and
functions that interface between SSL_read/SSL_write and the TLS 1.3 record
layer API.
ok tb@
