Artifact ba84ecba170957e492db8c27e67fda162a6f4b5b14fa0a23179f39299d1c56d2:
- File
src/tls/OFGnuTLSTLSStream.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: 9629) [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: 9629) [annotate] [blame] [check-ins using]
-
2023-09-10 12:11:53
— part of check-in
[1a3613d573]
on branch trunk
— More consistency between TLS implementations