CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2020/01/22 19:49:38
Modified files:
lib/libssl : tls13_internal.h tls13_lib.c
tls13_record_layer.c
Log message:
Add a TLS13_IO_ALERT return value so that we can explicitly signal when
we sent or received a fatal alert.
Pull the fatal_alert check up into tls13_legacy_error(). Also, if sending
an alert resulted in EOF, do not propagate this back since we do not want
to signal EOF to the caller (rather we want to indicate failure).
ok beck@ tb@