CVSROOT:        /cvs
Module name:    src
Changes by:     js...@cvs.openbsd.org   2020/05/09 02:39:44

Modified files:
        lib/libssl     : tls13_handshake.c 

Log message:
Pull the sending of alerts up into tls13_handshake_perform().

This fixes the case where a send function signals that an alert should be
sent, then returns failure. Previously the failure would be propagated
up, without the alert being sent.

Issued noted by tb@

ok tb@

Reply via email to