Artifact 4775886a79a53a60242daf62003ca638ed116ea9dfa0701eaef23150b96b79f4:
- File
src/tls/OFSecureTransportTLSStream.m
-
2023-09-10 12:11:53
— part of check-in
[1a3613d573]
on branch trunk
— More consistency between TLS implementations
While GnuTLS and SecureTransport haven't shown in practice to need this,
this makes it more robust for future changes in those. In theory, both
could return less data on a read than they have buffered, meaning the
delimiter is not found but in the buffered data, which would then make
them have the same issue OpenSSL had with hanging connections (though
there the problem was that the BIO was not processed and never would
without the same change as in this commit). (user: js, size: 7445) [annotate] [blame] [check-ins using] - 2023-09-10 12:41:20 — part of check-in [fa4bc347b0] on branch 1.0 — Merge trunk into 1.0 branch (user: js, size: 7445) [annotate] [blame] [check-ins using]
-
2023-09-10 12:11:53
— part of check-in
[1a3613d573]
on branch trunk
— More consistency between TLS implementations