<feed xmlns='http://www.w3.org/2005/Atom'>
<title>s6-networking/src/conn-tools/deps-exe, branch 2.5.0.0</title>
<subtitle>UCSPI TCP implementation and other networking utilities</subtitle>
<id>https://git.skarnet.org/cgit/s6-networking/atom/src/conn-tools/deps-exe?h=2.5.0.0</id>
<link rel='self' href='https://git.skarnet.org/cgit/s6-networking/atom/src/conn-tools/deps-exe?h=2.5.0.0'/>
<link rel='alternate' type='text/html' href='https://git.skarnet.org/cgit/s6-networking/'/>
<updated>2020-11-21T11:58:44Z</updated>
<entry>
<title> Move all tls stuff into its own subdir</title>
<updated>2020-11-21T11:58:44Z</updated>
<author>
<name>Laurent Bercot</name>
<email>ska-skaware@skarnet.org</email>
</author>
<published>2020-11-21T11:58:44Z</published>
<link rel='alternate' type='text/html' href='https://git.skarnet.org/cgit/s6-networking/commit/?id=fb76faf56aca9b79648d776896a4a4fae7c978cf'/>
<id>urn:sha1:fb76faf56aca9b79648d776896a4a4fae7c978cf</id>
<content type='text'>
</content>
</entry>
<entry>
<title> Add s6-ucspitlsc</title>
<updated>2020-11-21T11:51:08Z</updated>
<author>
<name>Laurent Bercot</name>
<email>ska-skaware@skarnet.org</email>
</author>
<published>2020-11-21T11:51:08Z</published>
<link rel='alternate' type='text/html' href='https://git.skarnet.org/cgit/s6-networking/commit/?id=7f2cd05720e721c7e8131d4a4762d97a29fbf7b4'/>
<id>urn:sha1:7f2cd05720e721c7e8131d4a4762d97a29fbf7b4</id>
<content type='text'>
</content>
</entry>
<entry>
<title> Refactor tls code to support ucspi-tls</title>
<updated>2020-11-20T23:24:29Z</updated>
<author>
<name>Laurent Bercot</name>
<email>ska-skaware@skarnet.org</email>
</author>
<published>2020-11-20T23:24:29Z</published>
<link rel='alternate' type='text/html' href='https://git.skarnet.org/cgit/s6-networking/commit/?id=5715c21a077ee1c2fe8957cb4adcea14fd2eda6b'/>
<id>urn:sha1:5715c21a077ee1c2fe8957cb4adcea14fd2eda6b</id>
<content type='text'>
 That includes:
 - new architecture: the tls binary is now a child of the app
instead of the other way around
 - the sbearssl_run engine now takes a post-handshake callback.
This allows s6-tlsc and s6-tlsd to only exec into the app when
the handshake succeeds (which was already the case with libressl).
 - new binaries s6-tlsc-io and s6-tlsd-io encapsulate the crypto
code; they init and run the engine, connecting to 4 already open
fds (stdin/stdout = network, argv[1] and argv[2] = local)
 - s6-tlsc is now a simple wrapper around s6-tlsc-io
 - s6-tlsd is now a simple wrapper around s6-tlsd-io
 - new binary: s6-ucspitlsd, which is also a wrapper around
s6-tlsd-io, but differently: the parent execs the app which should
be ucspi-tls-aware, the child waits for a command from the parent
and execs into s6-tlsd-io if it receives it.
</content>
</entry>
<entry>
<title> Remove tainnow.lib dependency</title>
<updated>2019-09-21T05:46:01Z</updated>
<author>
<name>Laurent Bercot</name>
<email>ska-skaware@skarnet.org</email>
</author>
<published>2019-09-21T05:46:01Z</published>
<link rel='alternate' type='text/html' href='https://git.skarnet.org/cgit/s6-networking/commit/?id=315b76a0fa70b8b31b76af83cf84b4c0ff3236e4'/>
<id>urn:sha1:315b76a0fa70b8b31b76af83cf84b4c0ff3236e4</id>
<content type='text'>
</content>
</entry>
<entry>
<title> Remove s6-tls* dependency to libs6net. Improve gen-deps to make dynlinking easier.</title>
<updated>2016-12-04T13:44:23Z</updated>
<author>
<name>Laurent Bercot</name>
<email>ska-skaware@skarnet.org</email>
</author>
<published>2016-12-04T13:44:23Z</published>
<link rel='alternate' type='text/html' href='https://git.skarnet.org/cgit/s6-networking/commit/?id=5d38ea056c82221a0ddc206cd57dd7c1852a3159'/>
<id>urn:sha1:5d38ea056c82221a0ddc206cd57dd7c1852a3159</id>
<content type='text'>
</content>
</entry>
<entry>
<title> Fix several bugs in stls, make the engine work</title>
<updated>2016-12-01T02:24:09Z</updated>
<author>
<name>Laurent Bercot</name>
<email>ska-skaware@skarnet.org</email>
</author>
<published>2016-12-01T02:24:09Z</published>
<link rel='alternate' type='text/html' href='https://git.skarnet.org/cgit/s6-networking/commit/?id=880f2a22304b393b43397c3ec8de83052a2584ce'/>
<id>urn:sha1:880f2a22304b393b43397c3ec8de83052a2584ce</id>
<content type='text'>
</content>
</entry>
<entry>
<title> Add -z option to s6-tlsc/s6-tlsd to clean TLS env vars before spawning (default)</title>
<updated>2016-11-26T10:04:40Z</updated>
<author>
<name>Laurent Bercot</name>
<email>ska-skaware@skarnet.org</email>
</author>
<published>2016-11-26T10:04:40Z</published>
<link rel='alternate' type='text/html' href='https://git.skarnet.org/cgit/s6-networking/commit/?id=08e88c5efc65a6f49da40aa002bc5f4b0ebee49d'/>
<id>urn:sha1:08e88c5efc65a6f49da40aa002bc5f4b0ebee49d</id>
<content type='text'>
</content>
</entry>
<entry>
<title> Alpha version of the SSL work.</title>
<updated>2016-11-25T18:16:05Z</updated>
<author>
<name>Laurent Bercot</name>
<email>ska-skaware@skarnet.org</email>
</author>
<published>2016-11-25T18:16:05Z</published>
<link rel='alternate' type='text/html' href='https://git.skarnet.org/cgit/s6-networking/commit/?id=018025f0f36a4847df265c9948dbaf7073ed3245'/>
<id>urn:sha1:018025f0f36a4847df265c9948dbaf7073ed3245</id>
<content type='text'>
 Doesn't build yet, but I'm scared of losing it, so using git as
storage.
 Will fix the stupid bugs now, the tricky bugs later.
</content>
</entry>
<entry>
<title> Move Unix domain socket and access control stuff to s6.</title>
<updated>2015-01-15T20:51:39Z</updated>
<author>
<name>Laurent Bercot</name>
<email>ska-skaware@skarnet.org</email>
</author>
<published>2015-01-15T20:51:39Z</published>
<link rel='alternate' type='text/html' href='https://git.skarnet.org/cgit/s6-networking/commit/?id=ebfd0ba17e0d4b220725018d16e294e8e22a1745'/>
<id>urn:sha1:ebfd0ba17e0d4b220725018d16e294e8e22a1745</id>
<content type='text'>
 Move seekablepipe to s6-portable-utils.
 Version: 2.0.1.0, release candidate
</content>
</entry>
<entry>
<title> - Parallel build fix</title>
<updated>2015-01-14T00:50:25Z</updated>
<author>
<name>Laurent Bercot</name>
<email>ska-skaware@skarnet.org</email>
</author>
<published>2015-01-14T00:50:25Z</published>
<link rel='alternate' type='text/html' href='https://git.skarnet.org/cgit/s6-networking/commit/?id=018fc90f1c1e3b50b982cc671bba5fcc4235e020'/>
<id>urn:sha1:018fc90f1c1e3b50b982cc671bba5fcc4235e020</id>
<content type='text'>
 - Version updated to 2.0.1.0, release candidate
</content>
</entry>
</feed>
