Author :
jsing
Date :
2020-05-09 08:39:44
Hash :549636aa 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@