Attention is currently required from: laforge.
pespin has posted comments on this change by pespin. (
https://gerrit.osmocom.org/c/osmo-pcap/+/39343?usp=email )
Change subject: server: Use osmo_stream_srv for non-tls read tcp sock
......................................................................
Patch Set 2:
(1 comment)
Commit Message:
https://gerrit.osmocom.org/c/osmo-pcap/+/39343/comment/078b174b_70d212d3?us… :
PS2, Line 9: TLS handling adds a lot of complexity, so TLS sockets are still read
: through the previous code paths, and conversion to osmo_stream_srv is
: left as a future improvement.
one might even argue that osmo_stream itself should
integrate the TLS support at some point, so that […]
I spent some time at the start
trying to already integrate the TLS stuff into the new osmo_stream backend, but the fact
that I don't know the details about TLS and that the gnutls API is a bit cumbersome to
work with (it expects to call a recv() or similar function even if it is implemented by a
buffer) made me take the decision to delay it, otherwise I'd end up burning lots of
hours with that.
Also because I don't have a osmo-pcap TLS setup to test stuff in first place.
I don't even know whether the TLS feature is expected to work, since I even see some
TODOs regarding that feature, example in osmo-pcap.git/TODO...
--
To view, visit
https://gerrit.osmocom.org/c/osmo-pcap/+/39343?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: comment
Gerrit-Project: osmo-pcap
Gerrit-Branch: master
Gerrit-Change-Id: I537620fcad6c8e65206a41a1c21bd4b6453fbed4
Gerrit-Change-Number: 39343
Gerrit-PatchSet: 2
Gerrit-Owner: pespin <pespin(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge(a)osmocom.org>
Gerrit-Reviewer: osmith <osmith(a)sysmocom.de>
Gerrit-Attention: laforge <laforge(a)osmocom.org>
Gerrit-Comment-Date: Thu, 16 Jan 2025 15:34:32 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: laforge <laforge(a)osmocom.org>