CVSROOT:        /cvs
Module name:    src
Changes by:     js...@cvs.openbsd.org   2019/02/21 10:15:00

Modified files:
        lib/libssl     : tls13_lib.c tls13_record_layer.c 

Log message:
Wire up alert handling for TLSv1.3.

In TLSv1.3 there are two types of alerts "closure alerts" and
"error alerts". This makes the record layer more strict and handles closure
of the read and write channels. The callback then handles the record layer to
SSL mapping/behaviour.

ok tb@

Reply via email to