CVSROOT: /cvs Module name: src Changes by: b...@cvs.openbsd.org 2020/01/23 21:36:29
Modified files: lib/libssl : tls13_internal.h tls13_lib.c tls13_record_layer.c Log message: Fix breakage in SSL_connect, SSL_accept, etc. by not propagating new retry conditions from the record layer all the way up to the callers. Instead we catch them at the top of the record layer and retry the operations, unless we actually got a retry indicated from actual IO operations. ok jsing@ tb@