CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/02/26 10:38:39
Modified files:
lib/libssl : tls13_record_layer.c
Log message:
Correct return values for non-fatal alerts.
In the close notify case we need to signal EOF and in the user cancelled
case we need to return WANT_POLLIN. Returning success results in
tls13_record_layer_read_record() thinking that we have record data when
we do not, which then results in the content type check later failing.
ok tb@
