<feed xmlns='http://www.w3.org/2005/Atom'>
<title>s6-networking/src/conn-tools/s6-tlsclient.c, branch main</title>
<subtitle>UCSPI TCP implementation and other networking utilities</subtitle>
<id>https://git.skarnet.org/cgit/s6-networking/atom/src/conn-tools/s6-tlsclient.c?h=main</id>
<link rel='self' href='https://git.skarnet.org/cgit/s6-networking/atom/src/conn-tools/s6-tlsclient.c?h=main'/>
<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> Optimize to xpathexec ; prepare for 2.3.0.2</title>
<updated>2017-08-22T10:56:01Z</updated>
<author>
<name>Laurent Bercot</name>
<email>ska-skaware@skarnet.org</email>
</author>
<published>2017-08-22T10:56:01Z</published>
<link rel='alternate' type='text/html' href='https://git.skarnet.org/cgit/s6-networking/commit/?id=f2206da976508c2ad81c3e0949ecd311a5a06709'/>
<id>urn:sha1:f2206da976508c2ad81c3e0949ecd311a5a06709</id>
<content type='text'>
</content>
</entry>
<entry>
<title> Adapt to skalibs-2.5.0.0</title>
<updated>2017-03-12T19:39:01Z</updated>
<author>
<name>Laurent Bercot</name>
<email>ska-skaware@skarnet.org</email>
</author>
<published>2017-03-12T19:39:01Z</published>
<link rel='alternate' type='text/html' href='https://git.skarnet.org/cgit/s6-networking/commit/?id=53091e3bce487ee82e2805a0231e780551561717'/>
<id>urn:sha1:53091e3bce487ee82e2805a0231e780551561717</id>
<content type='text'>
</content>
</entry>
<entry>
<title> Types fix, first pass</title>
<updated>2017-01-10T02:17:16Z</updated>
<author>
<name>Laurent Bercot</name>
<email>ska-skaware@skarnet.org</email>
</author>
<published>2017-01-10T02:17:16Z</published>
<link rel='alternate' type='text/html' href='https://git.skarnet.org/cgit/s6-networking/commit/?id=334d807b924427434b42d4fbae745d3d1b38a218'/>
<id>urn:sha1:334d807b924427434b42d4fbae745d3d1b38a218</id>
<content type='text'>
 XXX marks what must change when skalibs changes.
 Also started writing functions for client certificate support
in sbearssl, but it's not working yet (need more high-level
support from BearSSL before it can work)
</content>
</entry>
<entry>
<title> Small sbearssl bugfixes and usability messages</title>
<updated>2016-11-28T15:52:37Z</updated>
<author>
<name>Laurent Bercot</name>
<email>ska-skaware@skarnet.org</email>
</author>
<published>2016-11-28T15:52:37Z</published>
<link rel='alternate' type='text/html' href='https://git.skarnet.org/cgit/s6-networking/commit/?id=3f78080496cddb11cbe9040efce694e44cfac7fe'/>
<id>urn:sha1:3f78080496cddb11cbe9040efce694e44cfac7fe</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> Fix build bugs. It builds!</title>
<updated>2016-11-25T20:16:06Z</updated>
<author>
<name>Laurent Bercot</name>
<email>ska-skaware@skarnet.org</email>
</author>
<published>2016-11-25T20:16:06Z</published>
<link rel='alternate' type='text/html' href='https://git.skarnet.org/cgit/s6-networking/commit/?id=8d532683386121e70810b0d7c6642cc2c2b89cb0'/>
<id>urn:sha1:8d532683386121e70810b0d7c6642cc2c2b89cb0</id>
<content type='text'>
 Two things remain to do:
  - how to pass SNI information to libtls
  - how to detect cert issuer key type for ECC in bearssl
</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>
</feed>
